add some config
This commit is contained in:
parent
e54fbdc805
commit
9a45f9b3e5
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
site
|
site
|
||||||
venv
|
venv
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.cache
|
||||||
|
14
mkdocs.yml
14
mkdocs.yml
@ -1,5 +1,8 @@
|
|||||||
site_name: Prmbr Docs
|
site_name: Prmbr Docs
|
||||||
site_url: https://prmbr.com
|
site_url: https://prmbr.com
|
||||||
|
repo_url: https://github.com/songtianlun/awesome-prompts
|
||||||
|
repo_name: awesome-prompts
|
||||||
|
edit_uri: edit/main/docs/
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
palette:
|
palette:
|
||||||
@ -34,6 +37,11 @@ theme:
|
|||||||
- navigation.expand # 默认展开左侧导航栏
|
- navigation.expand # 默认展开左侧导航栏
|
||||||
- navigation.path # 导航路径 面包屑
|
- navigation.path # 导航路径 面包屑
|
||||||
- navigation.top # 返回顶部按钮
|
- navigation.top # 返回顶部按钮
|
||||||
|
- search.suggest # 搜索建议
|
||||||
|
- search.highlight # 搜索高亮显示
|
||||||
|
- search.share # 搜索共享
|
||||||
|
icon:
|
||||||
|
repo: fontawesome/brands/github
|
||||||
extra:
|
extra:
|
||||||
analytics:
|
analytics:
|
||||||
provider: google
|
provider: google
|
||||||
@ -73,6 +81,12 @@ plugins:
|
|||||||
- locale: en
|
- locale: en
|
||||||
name: English
|
name: English
|
||||||
build: true
|
build: true
|
||||||
|
- search
|
||||||
|
- git-revision-date-localized:
|
||||||
|
enable_creation_date: true
|
||||||
|
# - git-committers:
|
||||||
|
# repository: songtianlun/awesome-prompts
|
||||||
|
# branch: main
|
||||||
# extra:
|
# extra:
|
||||||
# alternate:
|
# alternate:
|
||||||
# - name: Chinese
|
# - name: Chinese
|
||||||
|
Loading…
Reference in New Issue
Block a user