mirror of
https://github.com/yihong0618/bilingual_book_maker.git
synced 2025-06-01 00:50:12 +00:00
21 lines
512 B
YAML
21 lines
512 B
YAML
site_name: bilingual book maker
|
|
theme:
|
|
name: material
|
|
features:
|
|
- navigation.tabs
|
|
- navigation.tabs.sticky
|
|
- content.code.copy
|
|
|
|
nav:
|
|
- Home : index.md
|
|
- Getting started:
|
|
- Installation: installation.md
|
|
- QuickStart: quickstart.md
|
|
- Usage:
|
|
- Model and languages: model_lang.md
|
|
- Command line options: cmd.md
|
|
- Translate from different source: book_source.md
|
|
- Environment setting: env_settings.md
|
|
- Tweak the prompt: prompt.md
|
|
- Disclaimer: disclaimer.md
|
|
|