2023-04-16 00:53:40 +00:00
|
|
|
site_name: GoldenDict-NG
|
2023-04-22 00:43:50 +00:00
|
|
|
site_description: Goldendict-ng is a dictionary 是一个可以用在 Windows Linux 和 mac 上的字典程序
|
2023-04-16 00:53:40 +00:00
|
|
|
|
|
|
|
theme:
|
|
|
|
name: material
|
|
|
|
icon:
|
|
|
|
repo: fontawesome/brands/github
|
|
|
|
features:
|
|
|
|
- navigation.expand
|
|
|
|
- content.action.edit
|
|
|
|
# - navigation.tabs -> for tabs
|
|
|
|
|
|
|
|
# top right repo widget
|
2023-04-22 00:43:50 +00:00
|
|
|
repo_name: GoldenDict-ng
|
|
|
|
repo_url: https://github.com/xiaoyifang/goldendict-ng
|
|
|
|
edit_uri: edit/staged/website/docs/
|
2023-04-16 00:53:40 +00:00
|
|
|
|
|
|
|
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
|
2023-04-22 00:43:50 +00:00
|
|
|
- Manage Dictionaries:
|
|
|
|
- Sources: manage_sources.md
|
|
|
|
- Groups: manage_groups.md
|
2023-04-16 00:53:40 +00:00
|
|
|
- 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
|
|
|
|
- Report Bugs & Feedbacks: feedbacks.md
|
|
|
|
- Contributor Guides:
|
|
|
|
- Developer: developer.md
|
|
|
|
- 中文文档: index_cn.md
|