Skip to content

scoonRH/crane-documentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crane-documentation

Documentation for crane

Adding a New Page:

Install Hugo:

This documentation site is generated using Hugo.

To add additional documentation to this site, you must first install Hugo.

Click here for install instructions.

Create a New Page:

Once Hugo is installed, use the following command:

hugo new content/<CATEGORY>/<FILE.md>

Make sure draft is set to false.

Start the Server

To start the Hugo server, run the command:

hugo server

Adding a Page to the Navigation

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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.7%
  • CSS 30.2%
  • JavaScript 18.1%