Customization

APIdocs was created for documenting our software products at Carrot Search, so its customization options are limited. You can still customize the basic things like site logo, footer and add your own CSS.

Custom CSS

You can place extra CSS styles in src/styles/custom.css. You can use that file to style logo and footer as well as tweak the appearance of the whole site.

The CSS file will be processed by Webpack running inside Gatsby, so you can use all Webpack magic, like importing webfonts directly from npm dependencies.

In development mode, all changes to the custom CSS will be applied in real time to the site preview.