Skip to content

log10-io/docs.log10.io

Repository files navigation

docs.log10.io

This is the main documentation site for https://log10.io, and is hosted on https://docs.log10.io It is built in nextra, which is a nextjs framework which renders mdx files. For more information about available components in nextra, please refer to the nextra documentation.

Contributing

To build the current site you need node and yarn. Then run:

$ yarn
$ yarn dev

This should open the site on http://localhost:3000 and should update as you make changes.

Before submitting a pull request, check that the production build passes:

$ yarn build