mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
3ea5ebeebf
doc: move howto to website
58 lines
2.1 KiB
YAML
58 lines
2.1 KiB
YAML
site_name: GoldenDict-NG
|
|
site_description: Goldendict-ng is a dictionary 是一个可以用在 Windows Linux 和 mac 上的字典程序
|
|
|
|
theme:
|
|
name: material
|
|
icon:
|
|
repo: fontawesome/brands/github
|
|
features:
|
|
- navigation.expand
|
|
- content.action.edit
|
|
# - navigation.tabs -> for tabs
|
|
|
|
# top right repo widget
|
|
repo_name: GoldenDict-ng
|
|
repo_url: https://github.com/xiaoyifang/goldendict-ng
|
|
edit_uri: edit/staged/website/docs/
|
|
|
|
markdown_extensions:
|
|
- attr_list # for image ![](/img/a.webp){ widget=300}
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences
|
|
|
|
nav:
|
|
- Getting started: index.md
|
|
- Installation : install.md
|
|
- Dictionary Formats: dictformats.md
|
|
- Manage Dictionaries:
|
|
- Sources: manage_sources.md
|
|
- Groups: manage_groups.md
|
|
- Interface:
|
|
- Popup Window: ui_popup.md
|
|
- Headwords Dialog: ui_headwords.md
|
|
- Full Text Search: ui_fulltextsearch.md
|
|
- ToolBar & DictBar: ui_toolbar.md
|
|
- Favorites: ui_favorites.md
|
|
- Shortcuts: ui_shortcuts.md
|
|
- Special Usages:
|
|
- Anki Integration: topic_anki.md
|
|
- Command Lines: topic_commandline.md
|
|
- Custom Stylesheets: topic_userstyle.md
|
|
- Portable Mode: topic_portablemode.md
|
|
- Custom transliteration: topic_transliteration.md
|
|
- Customize Dictionary Name: custom_dictionary_name.md
|
|
- OCR Integration: howto/How to use ocr together with GoldenDict.md
|
|
- Report Bugs & Feedbacks: feedbacks.md
|
|
- Contributor Guides:
|
|
- Developer: developer.md
|
|
- How to:
|
|
- Build and debug with VS2019: howto/how to build and debug with VS2019.md
|
|
- Compile with cmake: howto/how to compile with cmake.md
|
|
- Customize the opencc: howto/how to customize the opencc.md
|
|
- Qt version and github action: howto/how to find out the latest qt version and module in github qt action.md
|
|
- Use .clang-format: howto/how to use .clang-format to format the code.md
|
|
- Breadpad crash analysis: howto/how to use breadpad crash analysis.md
|
|
- Build ffmpeg on Windows: howto/how to build ffmpeg for visual studio.md
|
|
- 中文文档: index_cn.md
|