Name Last Update
en Loading commit data...
zh Loading commit data...
.gitignore Loading commit data...
README.md Loading commit data...

README.md

xly ERP Framework Wiki

This repository contains both language versions of the xly ERP framework wiki.

xly-wiki/
├── en/      English MkDocs project
├── zh/      Simplified Chinese MkDocs project
└── site/    shared generated output, ignored by git

Build

.venv/bin/mkdocs build -f en/mkdocs.yml
.venv/bin/mkdocs build -f zh/mkdocs.yml

This writes:

site/en/
site/zh/

Serve Locally

Run either language directly:

.venv/bin/mkdocs serve -f en/mkdocs.yml
.venv/bin/mkdocs serve -f zh/mkdocs.yml

For static hosting, publish the shared site/ directory.