2021-04-23 19:26:49 +02:00
2021-04-11 21:36:36 +02:00
2021-04-23 17:32:59 +02:00
fix
2021-04-11 22:05:58 +02:00
2021-04-23 17:08:11 +02:00
2020-12-31 15:53:09 +01:00
2021-04-23 19:26:49 +02:00
2020-12-31 13:59:31 +01:00
2020-12-31 15:53:09 +01:00

Kerberos Docs

Installation

Make sure you have Node JS and Yarn installed.

Grab the dependencies:

$ yarn install

Development

Run the docs locally for development:

$ yarn dev

For a static site build:

$ yarn build

Building for deploy

Check if Docker flow works (build & launch):

$ yarn build
$ docker build -t kerberos/documentation .
$ docker run --name kerberos-docs -p 80:80 -d kerberos/documentation

Notes

Theme colors are defined in /doczrc.js > themeConfig > colors, which can then be used in styles.js of underlying components.

Inherited layout files in node_modules/gatsby-theme-docz/src/components/.

Description
pull-mirror of github.com/kerberos-io/documentation
Readme MIT 408 MiB
Languages
SCSS 53%
HTML 39%
JavaScript 7.6%
Dockerfile 0.3%