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 navbar 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
- Fill in title, permalink, breadcrumb, collection. We recommend to make reference from your other existing .md pages
- Add in your markdown content of your page
- Save the file in .md
- Click on “Commit changes” button
# Sample code snippet for left nav page
# Always replace the spaces in your permalink with dash (-) otherwise your website will break!
---
title: Fill in your own title description
permalink: /fill-in-your-own-title-description/
breadcrumb: Fill in your own title description
collection_name: Fill in collection of the nav bar. You may get this from other pages in the navbar folder
---