Previous: The project structure and frontmatter | Next: Add a page
The simplest way to create a new guide is with the yarn new:guide
command.
yarn new:guide automation/webhook/create
This would create a new markdown file based on a template in
content/guides/automation/webhook/create.md
, creating any folders if needed.
Once created, lint the page using yarn lint
. Any spelling mistakes or broken
links should pop up automatically.