Documentation, guides, and the API reference for Knock. Built with Next.JS and Typescript.
To run docs you will need:
node
&yarn
(see.tool-versions
)
- Install the necessary dependencies:
$ ./bin/bootstrap.sh
- Start docs in development mode
$ yarn run dev
- Open your browser to
http://localhost:3002
Contributions are welcome! There are several ways to contribute including:
- Fixing typos and errors
- Adding new content
- Improving existing content
- Providing feedback
The docs content can be found in the /content
directory. Our documentation is written in MDX, a markdown format that supports embedding React components. See the GitHub Markdown Guide for a quick overview of markdown.
If you're new to GitHub, check out the Open Source Guide to learn how to fork a repository, create a branch, and submit a pull request.