2024-03-23 04:05:13 +00:00
|
|
|
site_name: GoldenDict-ng
|
2023-07-06 02:20:43 +00:00
|
|
|
site_description: GoldenDict-ng is a open source, cross platform, multi formats, feature rich dictionary 是一个开源跨平台支持各种格式的字典程序
|
|
|
|
site_url: https://xiaoyifang.github.io/goldendict-ng/
|
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
|
2024-06-18 02:17:08 +00:00
|
|
|
- Download & Install: install.md
|
2023-04-16 00:53:40 +00:00
|
|
|
- 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
|
2024-03-23 04:05:13 +00:00
|
|
|
- Advanced Usages:
|
2023-04-16 00:53:40 +00:00
|
|
|
- Anki Integration: topic_anki.md
|
2024-03-23 04:05:13 +00:00
|
|
|
- Program dictionary: howto/how to add a program as dictionary.md
|
2023-04-16 00:53:40 +00:00
|
|
|
- Command Lines: topic_commandline.md
|
2023-06-04 00:02:39 +00:00
|
|
|
- Custom Stylesheet & JavaScript: topic_userstyle.md
|
2023-04-16 00:53:40 +00:00
|
|
|
- Portable Mode: topic_portablemode.md
|
2023-05-14 06:27:03 +00:00
|
|
|
- Custom transliteration: topic_transliteration.md
|
2023-07-26 02:03:20 +00:00
|
|
|
- Customize Dictionary: custom_dictionary.md
|
2023-07-06 02:20:43 +00:00
|
|
|
- OCR Integration: howto/ocr.md
|
2023-11-18 16:45:24 +00:00
|
|
|
- Wayland: topic_wayland.md
|
2024-03-23 04:05:13 +00:00
|
|
|
- Debug dictionary JS: howto/how to debug dictionary js.md
|
2024-06-18 02:17:08 +00:00
|
|
|
- Flatpak/FlatHub: topic_flatpak.md
|
2023-04-16 00:53:40 +00:00
|
|
|
- Report Bugs & Feedbacks: feedbacks.md
|
2024-03-23 04:05:13 +00:00
|
|
|
- Development Info:
|
|
|
|
- Start develop: developer.md
|
|
|
|
- Architecture: architecture.md
|
|
|
|
- Build from source: howto/build_from_source.md
|
|
|
|
- Customize the opencc: howto/how to customize the opencc.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
|
|
|
|
- Update the crowdin.ts file: howto/how to update crowdin.ts file.md
|
2023-08-30 08:23:23 +00:00
|
|
|
|