Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (11 loc) · 1.34 KB

README.md

File metadata and controls

26 lines (11 loc) · 1.34 KB

huff-docs • Netlify Status License Version

Huff Language Documentation built with Vuepress and deployed at docs.huff.sh.

Usage

Install dependencies by running yarn install.

Build the vuepress site by running yarn build.

To run the site locally, execute yarn dev.

In src/README.md, the home page of the site is defined. Each subdirectory in src represents a page of the site.

New Pages

To add a new page, the page contents must be written in an src subdirectory. This will host the page at https://docs.huff.sh/<page-name> but will not create an item in the navbar. In order to add the new page to the navbar, an entry must be added to the Vuepress config file located in src/.vuepress/config.js.

Page and comprehensive site styles can be defined in src/.vuepress/styles/.