How to contribute - pulse-framework/pulse-docs GitHub Wiki

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