mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2025-11-03 07:50:28 +08:00
更新文档
This commit is contained in:
349
mkdocs.yml
349
mkdocs.yml
@@ -1,172 +1,177 @@
|
||||
site_name: LinuxMirrors
|
||||
repo_name: LinuxMirrors
|
||||
repo_url: https://github.com/SuperManito/LinuxMirrors
|
||||
edit_uri: edit/main/docs/
|
||||
copyright: 'Copyright © 2025 <a href="https://github.com/SuperManito" target="_blank">SuperManito</a></br>本网站由 <a href="https://www.netlify.com" target="_blank">Netlify</a> 部署并提供全球 CDN 边缘加速服务 <a href="https://www.netlify.com" target="_blank"><img height="64" width="64" src="/assets/images/icon/netlify.svg" style="vertical-align: -0.6em"></a>'
|
||||
|
||||
extra_javascript:
|
||||
- assets/js/modules/vue.global.prod.js
|
||||
- assets/js/modules/tdesign.min.js
|
||||
- assets/js/modules/tdesign-theme.js
|
||||
- assets/js/useThemeTransition.js
|
||||
- assets/js/common.js
|
||||
- assets/js/component.js
|
||||
- assets/js/components/mirrors-table/data.js
|
||||
- assets/js/components/mirrors-table/index.js
|
||||
extra_css:
|
||||
- assets/css/tdesign.min.css
|
||||
- stylesheets/extra.css
|
||||
|
||||
theme:
|
||||
logo: assets/images/brand/svg/logo-light.svg
|
||||
name: material
|
||||
custom_dir: docs/theme
|
||||
language: zh
|
||||
favicon: assets/favicon.ico
|
||||
font: false
|
||||
icon:
|
||||
repo: fontawesome/brands/github
|
||||
edit: material/file-document-edit-outline
|
||||
view: material/file-eye-outline
|
||||
admonition:
|
||||
note: octicons/tag-16
|
||||
abstract: octicons/checklist-16
|
||||
info: octicons/info-16
|
||||
tip: fontawesome/regular/lightbulb
|
||||
success: octicons/check-16
|
||||
question: octicons/question-16
|
||||
warning: octicons/alert-16
|
||||
danger: octicons/zap-16
|
||||
bug: octicons/bug-16
|
||||
example: octicons/beaker-16
|
||||
quote: octicons/quote-16
|
||||
palette:
|
||||
- media: "(prefers-color-scheme)"
|
||||
scheme: system
|
||||
toggle:
|
||||
icon: material/brightness-auto
|
||||
name: 跟随系统
|
||||
- media: "(prefers-color-scheme: light)"
|
||||
scheme: default
|
||||
primary: white
|
||||
accent: blue
|
||||
toggle:
|
||||
icon: octicons/sun-16
|
||||
name: 亮色模式
|
||||
- media: "(prefers-color-scheme: dark)"
|
||||
scheme: slate
|
||||
primary: black
|
||||
accent: blue
|
||||
toggle:
|
||||
icon: octicons/moon-16
|
||||
name: 暗黑模式
|
||||
features:
|
||||
- header.autohide
|
||||
- navigation.top
|
||||
- navigation.tabs
|
||||
- navigation.path
|
||||
- navigation.instant
|
||||
- navigation.instant.progress
|
||||
- navigation.indexes
|
||||
- navigation.footer
|
||||
- navigation.tracking
|
||||
- navigation.sections
|
||||
- content.tooltips
|
||||
- content.code.copy
|
||||
- content.code.annotate
|
||||
- search.suggest
|
||||
- search.highlight
|
||||
- search.share
|
||||
- announce.dismiss
|
||||
extra:
|
||||
generator: false
|
||||
homepage: https://linuxmirrors.cn
|
||||
social:
|
||||
- icon: simple/gitee
|
||||
link: https://gitee.com/SuperManito/LinuxMirrors
|
||||
- icon: fontawesome/brands/github
|
||||
link: https://github.com/SuperManito/LinuxMirrors
|
||||
analytics:
|
||||
provider: google
|
||||
property: G-WG7T40F7YP
|
||||
feedback:
|
||||
title: 此页面上的内容对你有帮助吗?
|
||||
ratings:
|
||||
- icon: material/thumb-up-outline
|
||||
name: This page was helpful
|
||||
data: 1
|
||||
note: >-
|
||||
感谢反馈!
|
||||
- icon: material/thumb-down-outline
|
||||
name: This page could be improved
|
||||
data: 0
|
||||
note: >-
|
||||
感谢反馈!使用<a href="https://github.com/SuperManito/LinuxMirrors/issues" target="_blank" rel="noopener">反馈表单</a></br>帮助我们改进此页面。
|
||||
markdown_extensions:
|
||||
- toc:
|
||||
permalink: "#"
|
||||
permalink_title: 永久链接
|
||||
toc_depth: 3
|
||||
slugify: !!python/object/apply:pymdownx.slugs.slugify
|
||||
kwds:
|
||||
case: lower
|
||||
- abbr
|
||||
- tables
|
||||
- def_list
|
||||
- attr_list
|
||||
- footnotes
|
||||
- md_in_html
|
||||
- admonition
|
||||
- pymdownx.details
|
||||
- pymdownx.betterem
|
||||
- pymdownx.snippets
|
||||
- pymdownx.inlinehilite
|
||||
- pymdownx.superfences
|
||||
- pymdownx.critic
|
||||
- pymdownx.caret
|
||||
- pymdownx.keys
|
||||
- pymdownx.mark
|
||||
- pymdownx.tilde
|
||||
- pymdownx.tasklist:
|
||||
custom_checkbox: true
|
||||
- pymdownx.emoji:
|
||||
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||||
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||
options:
|
||||
custom_icons:
|
||||
- docs/theme
|
||||
- pymdownx.highlight:
|
||||
anchor_linenums: true
|
||||
use_pygments: true
|
||||
- pymdownx.tabbed:
|
||||
alternate_style: true
|
||||
slugify: !!python/object/apply:pymdownx.slugs.slugify
|
||||
kwds:
|
||||
case: lower
|
||||
- pymdownx.tasklist:
|
||||
custom_checkbox: true
|
||||
plugins:
|
||||
- search:
|
||||
lang: en
|
||||
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
|
||||
- tags
|
||||
- termynal
|
||||
- minify:
|
||||
minify_js: true
|
||||
minify_css: true
|
||||
htmlmin_opts:
|
||||
remove_comments: true
|
||||
cache_safe: true
|
||||
js_files:
|
||||
- assets/js/useThemeTransition.js
|
||||
- assets/js/common.js
|
||||
- assets/js/component.js
|
||||
- assets/js/components/mirrors-table/data.js
|
||||
- assets/js/components/mirrors-table/index.js
|
||||
nav:
|
||||
- "介绍": index.md
|
||||
- "使用方法": use/index.md
|
||||
- "软件源列表": mirrors/index.md
|
||||
- "其它工具": other/index.md
|
||||
- "社区": community/index.md
|
||||
- "赞助": sponsor/index.md
|
||||
site_name: LinuxMirrors
|
||||
repo_name: LinuxMirrors
|
||||
repo_url: https://github.com/SuperManito/LinuxMirrors
|
||||
edit_uri: edit/main/docs/
|
||||
copyright: 'Copyright © 2025 <a href="https://github.com/SuperManito" target="_blank">SuperManito</a></br>本网站由 <a href="https://www.netlify.com" target="_blank">Netlify</a> 部署并提供全球 CDN 边缘加速服务 <a href="https://www.netlify.com" target="_blank"><img height="64" width="64" src="/assets/images/icon/netlify.svg" style="vertical-align: -0.6em"></a>'
|
||||
|
||||
extra_javascript:
|
||||
- assets/js/modules/vue.global.prod.js
|
||||
- assets/js/modules/tdesign.min.js
|
||||
- assets/js/modules/tdesign-theme.js
|
||||
- assets/js/useThemeTransition.js
|
||||
- assets/js/common.js
|
||||
- assets/js/component.js
|
||||
- assets/js/components/mirrors-table/data.js
|
||||
- assets/js/components/mirrors-table/index.js
|
||||
extra_css:
|
||||
- assets/css/tdesign.min.css
|
||||
- stylesheets/extra.css
|
||||
|
||||
theme:
|
||||
logo: assets/images/brand/svg/logo-light.svg
|
||||
name: material
|
||||
custom_dir: docs/theme
|
||||
language: zh
|
||||
favicon: assets/favicon.ico
|
||||
font: false
|
||||
icon:
|
||||
repo: fontawesome/brands/github
|
||||
edit: material/file-document-edit-outline
|
||||
view: material/file-eye-outline
|
||||
admonition:
|
||||
note: octicons/tag-16
|
||||
abstract: octicons/checklist-16
|
||||
info: octicons/info-16
|
||||
tip: fontawesome/regular/lightbulb
|
||||
success: octicons/check-16
|
||||
question: octicons/question-16
|
||||
warning: octicons/alert-16
|
||||
danger: octicons/zap-16
|
||||
bug: octicons/bug-16
|
||||
example: octicons/beaker-16
|
||||
quote: octicons/quote-16
|
||||
palette:
|
||||
- media: "(prefers-color-scheme)"
|
||||
scheme: system
|
||||
toggle:
|
||||
icon: material/brightness-auto
|
||||
name: 跟随系统
|
||||
- media: "(prefers-color-scheme: light)"
|
||||
scheme: default
|
||||
primary: white
|
||||
accent: blue
|
||||
toggle:
|
||||
icon: octicons/sun-16
|
||||
name: 亮色模式
|
||||
- media: "(prefers-color-scheme: dark)"
|
||||
scheme: slate
|
||||
primary: black
|
||||
accent: blue
|
||||
toggle:
|
||||
icon: octicons/moon-16
|
||||
name: 暗黑模式
|
||||
features:
|
||||
- header.autohide
|
||||
- navigation.top
|
||||
- navigation.tabs
|
||||
- navigation.path
|
||||
- navigation.instant
|
||||
- navigation.instant.progress
|
||||
- navigation.indexes
|
||||
- navigation.footer
|
||||
- navigation.tracking
|
||||
- navigation.sections
|
||||
- content.tooltips
|
||||
- content.code.copy
|
||||
- content.code.annotate
|
||||
- search.suggest
|
||||
- search.highlight
|
||||
- search.share
|
||||
- announce.dismiss
|
||||
extra:
|
||||
generator: false
|
||||
homepage: https://linuxmirrors.cn
|
||||
social:
|
||||
- icon: simple/google
|
||||
link: https://gitcode.com/SuperManito/LinuxMirrors
|
||||
name: GitCode
|
||||
- icon: simple/gitee
|
||||
link: https://gitee.com/SuperManito/LinuxMirrors
|
||||
name: Gitee
|
||||
- icon: fontawesome/brands/github
|
||||
link: https://github.com/SuperManito/LinuxMirrors
|
||||
name: GitHub
|
||||
analytics:
|
||||
provider: google
|
||||
property: G-WG7T40F7YP
|
||||
feedback:
|
||||
title: 此页面上的内容对你有帮助吗?
|
||||
ratings:
|
||||
- icon: material/thumb-up-outline
|
||||
name: This page was helpful
|
||||
data: 1
|
||||
note: >-
|
||||
感谢反馈!
|
||||
- icon: material/thumb-down-outline
|
||||
name: This page could be improved
|
||||
data: 0
|
||||
note: >-
|
||||
感谢反馈!使用<a href="https://github.com/SuperManito/LinuxMirrors/issues" target="_blank" rel="noopener">反馈表单</a></br>帮助我们改进此页面。
|
||||
markdown_extensions:
|
||||
- toc:
|
||||
permalink: "#"
|
||||
permalink_title: 永久链接
|
||||
toc_depth: 3
|
||||
slugify: !!python/object/apply:pymdownx.slugs.slugify
|
||||
kwds:
|
||||
case: lower
|
||||
- abbr
|
||||
- tables
|
||||
- def_list
|
||||
- attr_list
|
||||
- footnotes
|
||||
- md_in_html
|
||||
- admonition
|
||||
- pymdownx.details
|
||||
- pymdownx.betterem
|
||||
- pymdownx.snippets
|
||||
- pymdownx.inlinehilite
|
||||
- pymdownx.superfences
|
||||
- pymdownx.critic
|
||||
- pymdownx.caret
|
||||
- pymdownx.keys
|
||||
- pymdownx.mark
|
||||
- pymdownx.tilde
|
||||
- pymdownx.tasklist:
|
||||
custom_checkbox: true
|
||||
- pymdownx.emoji:
|
||||
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||||
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||
options:
|
||||
custom_icons:
|
||||
- docs/theme
|
||||
- pymdownx.highlight:
|
||||
anchor_linenums: true
|
||||
use_pygments: true
|
||||
- pymdownx.tabbed:
|
||||
alternate_style: true
|
||||
slugify: !!python/object/apply:pymdownx.slugs.slugify
|
||||
kwds:
|
||||
case: lower
|
||||
- pymdownx.tasklist:
|
||||
custom_checkbox: true
|
||||
plugins:
|
||||
- search:
|
||||
lang: en
|
||||
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
|
||||
- tags
|
||||
- termynal
|
||||
- minify:
|
||||
minify_js: true
|
||||
minify_css: true
|
||||
htmlmin_opts:
|
||||
remove_comments: true
|
||||
cache_safe: true
|
||||
js_files:
|
||||
- assets/js/useThemeTransition.js
|
||||
- assets/js/common.js
|
||||
- assets/js/component.js
|
||||
- assets/js/components/mirrors-table/data.js
|
||||
- assets/js/components/mirrors-table/index.js
|
||||
nav:
|
||||
- "介绍": index.md
|
||||
- "使用方法": use/index.md
|
||||
- "软件源列表": mirrors/index.md
|
||||
- "其它工具": other/index.md
|
||||
- "社区": community/index.md
|
||||
- "赞助": sponsor/index.md
|
||||
|
||||
Reference in New Issue
Block a user