Skip to content

PiciAkk/OpenBubi-Docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenBubi-Docs

Documentation for the OpenBubi software

Deploying locally

To deploy this documentation locally,

  1. Clone this repository
git clone https://github.com/PiciAkk/OpenBubi-Docs
  1. Go to the newly cloned folder
cd OpenBubi-Docs
  1. Install all the dependencies
pip install -r requirements.txt
  1. Start the webserver
mkdocs serve -a 0.0.0.0:8080

or

make

Directory structure

Markdown files: docs/

Mkdocs config file: mkdocs.yml

Makefile: Makefile

Requirements: requirements.txt

Workflows: .github/workflows/main.yml

Releases

No releases published

Packages

No packages published