Skip to content

Commit c2e7c5d

Browse files
author
birchkwok
committed
update mkdocs.yml
1 parent 2b9c9d1 commit c2e7c5d

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

mkdocs.yml

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
site_name: LynseDB
2+
site_author: Birch Kwok
3+
site_url: https://birchkwok.github.io/LynseDB/
4+
5+
repo_url: https://github.com/BirchKwok/LynseDB
6+
repo_name: birchkwok/LynseDB
27

38
theme:
4-
name: material # 使用 Material 主题(可选)
9+
name: material
510
logo: img/logo.png
611
favicon: img/favicon.png
712
features:
@@ -19,11 +24,7 @@ theme:
1924
- content.code.copy
2025
- content.code.select
2126
- content.code.annotate
22-
23-
extra:
24-
version:
25-
provider: mike
26-
alias: true
27+
custom_dir: overrides
2728

2829
palette:
2930

@@ -51,6 +52,15 @@ theme:
5152
text: false
5253
code: Roboto Mono
5354

55+
extra:
56+
version:
57+
provider: mike
58+
alias: true
59+
default: latest
60+
branch: gh-pages
61+
paths:
62+
- lynse
63+
5464
markdown_extensions:
5565
- toc:
5666
permalink: true
@@ -74,11 +84,6 @@ plugins:
7484
sort: source
7585
render_markdown: true
7686

77-
extra:
78-
paths:
79-
- lynse
80-
81-
8287
nav:
8388
- Home: index.md
8489
- Quickstart: quickstart.md
@@ -97,5 +102,4 @@ nav:
97102
- ExclusiveDB: native_api/low_level.md
98103
- Local Client: native_api/high_level.md
99104

100-
repo_url: https://github.com/BirchKwok/LynseDB
101-
repo_name: birchkwok/LynseDB
105+

0 commit comments

Comments
 (0)