This repo used for yuyu web documentation
Find a file
2023-09-16 20:14:49 +07:00
.idea change demo access 2023-09-16 20:13:00 +07:00
docs change demo access 2023-09-16 20:13:00 +07:00
material fix logo supporter can't click 2023-04-11 14:57:17 +07:00
site change demo access 2023-09-16 20:13:00 +07:00
.DS_Store Add Web Docs 2023-02-14 01:12:40 +07:00
.gitignore change wrong repo. btechpt to Yuyu-billing 2023-09-15 15:50:24 +07:00
mkdocs.yml update google analytics 2023-04-12 09:15:03 +07:00
README.md Edit readme 2023-02-14 01:19:02 +07:00

Yuyu Web Documentation

Web Access

https://yuyu-billing.dev

Installation

1. Install python-pip

## Python2
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py

## Python 3
sudo apt install python3-pip

2. Install mkdocs

pip install mkdocs
pip3 install mkdocs-material

Testing

Testing running mkdocs

mkdocs new my-project
cd my-project
mkdocs serve

Yuyu documentation

Clone repository

git clone https://go.btech.id/rsch/yuyu-environment.git
cd yuyu-environment 

Build & Running Web

mkdocs build
mkdocs serve