diff --git a/README.md b/README.md index ef6c1610..f6b0e3c8 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,15 @@ -
- ReDoc logo +## 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. - [![Build Status](https://travis-ci.org/Redocly/redoc.svg?branch=master)](https://travis-ci.org/Redocly/redoc) [![Coverage Status](https://coveralls.io/repos/Redocly/redoc/badge.svg?branch=master&service=github)](https://coveralls.io/github/Redocly/redoc?branch=master) [![dependencies Status](https://david-dm.org/Redocly/redoc/status.svg)](https://david-dm.org/Redocly/redoc) [![devDependencies Status](https://david-dm.org/Redocly/redoc/dev-status.svg)](https://david-dm.org/Redocly/redoc#info=devDependencies) [![npm](http://img.shields.io/npm/v/redoc.svg)](https://www.npmjs.com/package/redoc) [![License](https://img.shields.io/npm/l/redoc.svg)](https://github.com/Redocly/redoc/blob/master/LICENSE) +So you want to edit the API doc styles? - [![bundle size](http://img.badgesize.io/https://cdn.jsdelivr.net/npm/redoc/bundles/redoc.standalone.js?compression=gzip&max=300000)](https://cdn.jsdelivr.net/npm/redoc/bundles/redoc.standalone.js) [![npm](https://img.shields.io/npm/dm/redoc.svg)](https://www.npmjs.com/package/redoc) [![](https://data.jsdelivr.com/v1/package/npm/redoc/badge)](https://www.jsdelivr.com/package/npm/redoc) [![Docker Build Status](https://img.shields.io/docker/build/redocly/redoc.svg)](https://hub.docker.com/r/redocly/redoc/) - - -
- -**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)** - - -![ReDoc demo](https://raw.githubusercontent.com/Redocly/redoc/master/demo/redoc-demo.png) +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/) diff --git a/src/common-elements/fields-layout.ts b/src/common-elements/fields-layout.ts index a8a698cd..5b9a578f 100644 --- a/src/common-elements/fields-layout.ts +++ b/src/common-elements/fields-layout.ts @@ -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;