This documentation is created with Docusaurus.
To contribute code,
- Fork the project
- Clone the DevSpace CLI project:
git clone https://github.com/[YOUR_USERNAME]/devspace && cd devspace/docs/website - Start a DevSpace for the docs page:
devspace up - Wait for the DevSpace terminal to open and run:
npm run start - Make changes
- Test your changes on: http://localhost:3000/
- Commit changes
- Push commits
- Open pull request
Docusaurus allows you to use hot reloading when editing the docs pages, so you can now edit any docs page in ./docs and Docusaurus will recompile the markdown and reload the website automatically.
For general information regarding contributions see: Contribution Guidelines