Documentation for crane
This documentation site is generated using Hugo.
To add additional documentation to this site, you must first install Hugo.
Click here for install instructions.
Once Hugo is installed, use the following command:
hugo new content/<CATEGORY>/<FILE.md>
Make sure draft
is set to false
.
To start the Hugo server, run the command:
hugo server
The navigation menu is located at data/menu/main.yaml
.
To add an additional page, enter a chosen name under the appropriate
section, and the link to that page.
An example of the Overview page:
- name: Getting Started
sub:
- name: Overview
ref: "/Getting Started/overview"