Skip to content

NorCALUAVs/uavcast-pro-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributing

  • Install 'MkDocs' on your computer.
  • Fork the uavcast-pro-docs to your git account.
  • Clone your respository git clone https://github.com/your_account_name/uavcast-pro-docs.git
  • Install Material Theme pip install mkdocs-material
  • create a new branch for your changes git checkout -b name_of_your_new_branch
  • In the root folder, open a new terminal and type mkdocs serve, this will start the dev server, can access the docs page by typing localhost:8000 in chrome.

##Push changes

  • git add .
  • git commit -m "name_your_changes"
  • git push origin your_branch_name

Merge Request

  • When you want to merge your changes with master, fill in a new merge request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published