Skip to content

onqlavelabs/onqlave.docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To start making changes to the repo + basic usage of GIT

  • Install git
  • Install git cli
  • Clone the repository gh repo clone onqlavelabs/onqlave.docs
  • Change to the new directory created cd onqlave.docs
  • Make your changes (add, remove, change files and folder)
  • Add changes to the commit git add -A
  • Commit changes git commit -m"your description about the change"
  • Push changes git push
  • You should be able to see the changes in upstream repo
  • To get the latest changes from upstream repo git pull

To run the mkdocs engine on your local machine:

1. Have your python && pip installed and ready

2. Instal mkdocs and mkdocs-material theme:

pip install mkdocs-material

3. Navigate to the root of onqlave.docs and run

mkdocs serve

Releases

No releases published

Packages

No packages published