foxsay-help/mkdocs.yml

33 lines
605 B
YAML
Raw Normal View History

2023-02-15 14:17:41 +01:00
site_name: Foxsay Mastodon Help
site_url: "https://foxsay-help.southfox.me"
markdown_extensions:
- toc:
baselevel: 3
permalink: "#"
theme:
name: material
language: zh
custom_dir: overrides
include_search_page: false
search_index_only: false
features:
- search.highlight
- search.suggest
- search.share
- toc.integrate
plugins:
- search:
separator: '[\s\u200b\-]'
nav:
- 前言: 'index.md'
- 认识联邦宇宙: 'fedi.md'
- 基本使用: 'base.md'
- 用户管理: 'user.md'
- 内容管理: 'content.md'
- 进阶问题: 'advanced.md'