The Astria Docs website built with VitePress
To get started, clone the repository and run the following:
npm add -D vitepressTo run a local development site:
npm run docs:devThis command starts a local development server. Most changes are reflected live without having to restart the server.
npm run docs:buildThis command generates static content into the build directory and can be
served using any static contents hosting service.
npm run docs:previewThis command starts a local server from the static content generated above for preview before deployment.
The main Astria docs website is deployed using the github deploy action.
Linting commands:
just lint-mdLinting follows these rules.
- Fork & Clone: Fork this repository and clone it to your local machine.
- Branch: Always create a new branch for your changes. Naming it relevantly.
- Commit Changes: Make your changes and commit them with a clear and concise commit message.
- Push & Create PR: Push your changes to your fork and create a pull request to the main branch of this repository.
- Please ensure to review the detailed Contribution Guidelines above before making a pull request.