mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 13:44:54 +03:00
trying things
This commit is contained in:
parent
e00d7d6a45
commit
26530332de
22
README.md
22
README.md
|
@ -1,19 +1,15 @@
|
|||
<div align="center">
|
||||
<img alt="ReDoc logo" src="https://raw.githubusercontent.com/Redocly/redoc/master/docs/images/redoc-logo.png" width="400px" />
|
||||
## Customer.io Folks Look Here!
|
||||
|
||||
**OpenAPI/Swagger-generated API Reference Documentation**
|
||||
This is a fork of Redoc specific to Customer.io. We use this module as a part of our API docs.
|
||||
|
||||
[](https://travis-ci.org/Redocly/redoc) [](https://coveralls.io/github/Redocly/redoc?branch=master) [](https://david-dm.org/Redocly/redoc) [](https://david-dm.org/Redocly/redoc#info=devDependencies) [](https://www.npmjs.com/package/redoc) [](https://github.com/Redocly/redoc/blob/master/LICENSE)
|
||||
So you want to edit the API doc styles?
|
||||
|
||||
[](https://cdn.jsdelivr.net/npm/redoc/bundles/redoc.standalone.js) [](https://www.npmjs.com/package/redoc) [](https://www.jsdelivr.com/package/npm/redoc) [](https://hub.docker.com/r/redocly/redoc/)
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
**This is README for `2.0` version of ReDoc (React based). README for `1.x` version is on the branch [v1.x](https://github.com/Redocly/redoc/tree/v1.x)**
|
||||
|
||||
|
||||

|
||||
1. Edit typescript files under `/src`.
|
||||
1. Run `bundle` — this builds the javascript that gets bundled with the CLI module that we use in `marketing-site-experiments`
|
||||
1. Run `compile:cli`
|
||||
1. Commit/push changes.
|
||||
1. `cd cli && gitpkg publish`
|
||||
1. Check that the published package matches what we use in customerio/marketing-site-experiments `package.json`. If so, go ahead and make your API changes, and you'll see your API changes.
|
||||
|
||||
## [Live demo](http://redocly.github.io/redoc/)
|
||||
|
||||
|
|
|
@ -80,7 +80,7 @@ export const PropertyNameCell = styled(PropertyCell)`
|
|||
`;
|
||||
|
||||
export const PropertyDetailsCell = styled.td`
|
||||
border-bottom: none;
|
||||
border-bottom: 1px solid #9fb4be;
|
||||
padding: 10px 0;
|
||||
width: ${(props) => props.theme.schema.defaultDetailsWidth};
|
||||
box-sizing: border-box;
|
||||
|
|
Loading…
Reference in New Issue
Block a user