mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
715512eda3
* feat: allow to customize dictionary name * 🎨 apply clang-format changes * fix: code smell * feat: allow to set custom dictionary name * 🎨 apply clang-format changes * feat: add doc for customizing dictionary name * 🎨 apply clang-format changes * 🎨 apply clang-format changes --------- Co-authored-by: xiaoyifang <xiaoyifang@users.noreply.github.com>
49 lines
1.4 KiB
YAML
49 lines
1.4 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
|
|
- Report Bugs & Feedbacks: feedbacks.md
|
|
- Contributor Guides:
|
|
- Developer: developer.md
|
|
- 中文文档: index_cn.md
|