This repo used for yuyu web documentation
Find a file
2023-04-04 21:35:08 +07:00
docs add contact & demo pages 2023-04-04 21:22:30 +07:00
material changes quick start 2023-04-04 21:28:15 +07:00
site changes site name 2023-04-04 21:35:08 +07:00
.DS_Store Add Web Docs 2023-02-14 01:12:40 +07:00
mkdocs.yml changes site name 2023-04-04 21:35:08 +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