Task 1 - Chapter Directory Structure
Create a Folder structure correlating to the major topics/sections of the demonstration
- Browse to the content directory within your TECWorkshop repo (Locally on your machine)
- The Left Hand navigation menu is driven by the folder structure you create
- Folder Naming doesn’t appear on the published site, it only helps the content creator organize the chapters & remember what’s in each Chapter
- Within each folder there is an _index.md file which is used to create the content of the Chapter header page
The _index.md is used to
- title the Chapter header page in left hand navigation
- display chapter introduction content on the chapter heading page
- Set the order/weight of chapters in the leftNav bar
Notice the folder structure and file naming on the left and the resulting display on the right
Info
Note that the file and folder names only matter for ordering in your directory listing. Lower numbered folders will appear first, but it’s really the _index.md weight metadata field which influences the chapter ordering. Only the “title” tag within each Markdown file will impact the resulting page view
- Subsequent Markdown pages under each folder are used to explain tasks/steps within each chapter