Creating a new left nav page
Step-by-step guide to create a new left nav page
Note: Do not put spaces in the filename of your .md file. Always replace the spaces with dash (-)
- Select your “Staging” Branch
- Go to the folder that you wish to create your new left nav page
- Click on “Create new file” button
- Copy and paste the header code snippet below into your file
- Change title, permalink, breadcrumb, collection according to your need. We recommend to make reference from your other existing .md pages
- Add in your markdown content of your page. We recommend copying from other existing .md pages
- Save the file in .md
- Click on “Commit changes” button
# Sample code snippet for single page
# Always replace the spaces in your permalink with dash (-) otherwise your website will break!
---
title: Change to your own title description
permalink: /change-to-your-own-title-description/
breadcrumb: Change to your own title description
collection_name: Change to the collection of the nav bar. You may refer this from other pages in the nav bar folder
---