Contributing to the Docs¶
You can contribute to the docs if you want to, but mostly the digital portfolio itself will be kept private for privacy reasons.
Just make sure to:
-
Make a clone of this repo
-
Start this up on MkDocs
-
Load in all requirements and dependencies (check requirements.txt)
Getting Started¶
Dependencies: Python 3 (3.6 and above), Mkdocs, and Pip
-
First install mkdocs by running
pip install mkdocs -
cd to the folder that you want it to have the docs in and run
git clone https://github.com/No767/Project-Deltaline-Docs.git -
run
pip install -r requirements.txtin order to install the dependency within the requirements.txt file -
Edit the files as needed and if you want to check how it looks, run
mkdocs serve -
Once it's all done, deploy it to Read the Docs by pushing it to the GitHub repository.