Guides: Updating the content for your How-to Guide landing page
The index.md page in your new repository will be the landing page for the How-to Guide.
- Add general information about the guide you are creating to the
Aboutsection. - Add citation instructions to the
Please cite this guide as followssection. - Add acknowledgments and references to the
AcknowledgementsandReferencessections, respectively. - Update the title for this page. This update should be made in the markdown header. See example code below.
---
title: How-to Guide for creating a How-to Guide
toc: false
---
The toc: false indicates that a table of contents will NOT be included.