Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 602 Bytes

add-page.md

File metadata and controls

26 lines (16 loc) · 602 Bytes

Adding a page

Previous: Add a guide | Next: Add a quick start guide


Scaffold a page

The simplest way to create a new page is with the yarn new:page command.

yarn new:page support/online

This would create a new markdown file based on a template in content/pages/support/online.md, creating any folders if needed.

Lint a new page

Once created, lint the page using yarn lint. Any spelling mistakes or broken links should pop up automatically.


Next: Add a quick start guide