The process for creating a new page is the exact same as writing a new article. Read the guide in the /pages folder to get started.
"ARTICLE_LINK": {
"title": "ARTICLE_NAME",
"parent": "ARTICLE_PARENT"
},
where ARTICLE_PARENT is the navigation header you want it to be under. The rest of the pages already in there should serve as an example if you get stuck.
[
"/ARTICLE_LINK",
"DISPLAY_NAME_IN_NAVIGATION_BAR"
],
Again, the examples there should help. And you’re done!