Skip to content

OxideMod/Oxide.Docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

80f21da · Mar 7, 2025
Aug 4, 2024
Apr 30, 2024
Mar 5, 2025
Nov 28, 2023
Feb 20, 2024
Jun 14, 2023
Feb 21, 2024
May 27, 2023
Mar 7, 2025
Dec 23, 2023
May 27, 2023
Feb 16, 2024
Feb 16, 2024
Dec 23, 2023
Sep 16, 2023

Repository files navigation

Oxide.Docs

This repository contains the source files for the Oxide documentation. The documentation is built using VitePress.

Contributing

Requirements

Dependencies

To get started, you will need to install the dependencies. You can do this by running the following command:

npm install

Development

To start the development server, run the following command:

npm run docs:dev

Production

To preview the production build of the documentation, run the following command:

npm run docs:build

This can be previewed by running the following command:

npm run docs:preview