goldendict-ng/website/mkdocs.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

62 lines
2.1 KiB
YAML
Raw Normal View History

site_name: GoldenDict-ng
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
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
- Download & Install: install.md
2023-04-16 00:53:40 +00:00
- Dictionary Formats: dictformats.md
- 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
- Advanced Usages:
- Program dictionary: howto/how to add a program as dictionary.md
2023-04-16 00:53:40 +00:00
- Command Lines: topic_commandline.md
- Custom Stylesheet & JavaScript: topic_userstyle.md
2023-04-16 00:53:40 +00:00
- Portable Mode: topic_portablemode.md
- Custom transliteration: topic_transliteration.md
feat: customize dictionary's fullindex option with metadata.toml (#1000) * feat: customize dictionary's fullindex option with metadata.toml * [autofix.ci] apply automated fixes * feat: display fulltext status in the dictionary info dialog * [autofix.ci] apply automated fixes * doc: add document about how to enable dictionary's fullindex feature * Update src/metadata.cc Co-authored-by: shenleban tongying <shenlebantongying@gmail.com> * Update src/ui/dictinfo.ui Co-authored-by: shenleban tongying <shenlebantongying@gmail.com> * Update website/mkdocs.yml Co-authored-by: shenleban tongying <shenlebantongying@gmail.com> * Update website/docs/custom_dictionary.md Co-authored-by: shenleban tongying <shenlebantongying@gmail.com> * Update website/docs/custom_dictionary.md Co-authored-by: shenleban tongying <shenlebantongying@gmail.com> * Update website/docs/custom_dictionary.md Co-authored-by: shenleban tongying <shenlebantongying@gmail.com> * Update website/docs/custom_dictionary.md Co-authored-by: shenleban tongying <shenlebantongying@gmail.com> * Update website/docs/custom_dictionary.md Co-authored-by: shenleban tongying <shenlebantongying@gmail.com> * Update website/docs/custom_dictionary.md Co-authored-by: shenleban tongying <shenlebantongying@gmail.com> * add images * feat: show fulltext search status in dictionary info dialog * Update dictinfo.cc * [autofix.ci] apply automated fixes * ui: change layout --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: YiFang Xiao <yifang.xiao@noreply.com> Co-authored-by: shenleban tongying <shenlebantongying@gmail.com>
2023-07-26 02:03:20 +00:00
- Customize Dictionary: custom_dictionary.md
- Wayland: topic_wayland.md
- Debug dictionary JS: howto/how to debug dictionary js.md
- Flatpak/FlatHub: topic_flatpak.md
- Move index folder: topic_move_index_folder.md
- Related tools:
- Anki Integration: topic_anki.md
- OCR Integration: howto/ocr.md
2023-04-16 00:53:40 +00:00
- Report Bugs & Feedbacks: feedbacks.md
- Development Info:
- Start develop: developer.md
- Build from source: howto/build_from_source.md
- Architecture: architecture.md
- Customize the opencc: howto/how to customize the opencc.md
- Breadpad crash analysis: howto/how to use breadpad crash analysis.md
- Update the crowdin.ts file: howto/how to update crowdin.ts file.md
2023-08-30 08:23:23 +00:00