This repo used for yuyu web documentation
Find a file
2023-04-11 15:12:38 +07:00
docs add credentials 2023-04-06 14:00:46 +07:00
material fix logo supporter can't click 2023-04-11 14:57:17 +07:00
site add sosmed yuyu billing 2023-04-11 15:12:38 +07:00
.DS_Store Add Web Docs 2023-02-14 01:12:40 +07:00
mkdocs.yml add sosmed yuyu billing 2023-04-11 15:12:38 +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