Skip to content
This repository was archived by the owner on Oct 1, 2022. It is now read-only.

How to contribute

Stephen Freerking edited this page Dec 8, 2019 · 3 revisions

Creating a new page

To create a new page you must create a new {NAME}.md in the /src/content/docs/{VERSION}

Versioning

The docs use Symantec Versioning so the documentation follows a MAJOR.MINOR.HOTFIX style of documentation changes

Required in each page

---
title: You must have a title
---
Content goes here

Theme

These docs are built using TailwindCSS

A good cheat sheet is located Here

Clone this wiki locally