This documentation is powered by Docusaurus, a modern and efficient static site generator.
To set up the documentation locally, follow these steps:
-
Install Dependencies
First, install the required packages:npm install
-
Start the Local Development Server
Spin up the server to start working locally:npm run start
Open your browser and go to
localhost:5000
to view the development site. -
Build the Project
Ensure everything is working by building the project:npm run build
-
Preview the Production Environment
Run the production build server to see how your site will look in production:npm run serve
Visit
localhost:3000
to explore the production build.
When working on the changelog page, following specific formatting rules are important to ensure the page's layout remains intact. Failure to follow these guidelines may result in broken UI elements.
- Avoid using italic (
**
) formatting except when specifying the **publishing date**. - Use Heading 3 (
###
) for all changelog section titles. - Always insert a horizontal rule (
----
) before beginning a new section of the changelog. - Ensure all content is written within the
<section class="changelog">...</section>
elements. Writing outside of this structure will break the UI.
By inserting to these formatting conventions, you'll maintain the integrity and readability of the changelog page.
- Do not update any libraries or packages as this could disrupt the template structure and cause it to break.
- Please use kebab-case (this-way) instead of snake_case for naming files and folders