Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

DevSpace CLI Documentation

This documentation is created with Docusaurus.

Contributing

To contribute code,

  1. Fork the project
  2. Clone the DevSpace CLI project: git clone https://github.com/[YOUR_USERNAME]/devspace && cd devspace/docs/website
  3. Start a DevSpace for the docs page: devspace up
  4. Wait for the DevSpace terminal to open and run: npm run start
  5. Make changes
  6. Test your changes on: http://localhost:3000/
  7. Commit changes
  8. Push commits
  9. 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