Skip to content

Official documentation for the Oxide modding framework

Notifications You must be signed in to change notification settings

Lorenzo-oo/Oxide.Docs

 
 

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

About

Official documentation for the Oxide modding framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 54.6%
  • CSS 29.8%
  • Vue 15.6%