Skip to content

The OCT-Core-Documentation written in Markdown, built with MkDocs

License

Notifications You must be signed in to change notification settings

JonasWissing/OCT-Core-Docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCT-Core-Docs

The OCT-Core-Documentation written in Markdown, built with MkDocs


Build-process

  • You need Python (2.7.2) and the Python Package Index (1.5.2) to build the documentation. Check if your operating-system provides it already:
python --version
pip --version
pip install mkdocs
  • Clone this repository to a local-repository and build the documentation with the following command:
mkdocs build

Attention: If some problems occur during the build-process, you can also try to re-build the documentation with the following command:

mkdocs build --clean
  • If you want to add new pages to this documenation, create a new .md-Files in folder: docs/ Hint: If you want to add sections, create a new folder, like this: docs/NewSection and create your new .md-files in this folder

  • Before building, don't forget to add your new page(s) and sections in the mkdocs.yml-file. Please find an example at the end of this page: NewSection and newSinglePage.md

- Home: index.md
- Installations:
    - Nodejs: installations/nodejs.md
    - Bower: installations/bower.md
- About:
    - Repositories: about/repositories.md
    - Contributers: about/contributers.md
- NewSection:
    - newPage: newSection/newPage.md
- newSinglePage.md: newSinglePage.md
  • Build the documentation with the command above (see: 4.). All .md-files will be generated into .html-files in the folder site/. Hint: For automatically building, you can use the following command, to start the built-in-MkDocs-Server:
mkdocs serve

Open a new browser-tab and go to http:https://127.0.0.1:8000/.

For more information about MkDocs, please have a look into their documentation http:https://www.mkdocs.org/

About

The OCT-Core-Documentation written in Markdown, built with MkDocs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages