File tree Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Original file line number Diff line number Diff line change 1
1
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
2
7
3
8
theme :
4
- name : material # 使用 Material 主题(可选)
9
+ name : material
5
10
logo : img/logo.png
6
11
favicon : img/favicon.png
7
12
features :
@@ -19,11 +24,7 @@ theme:
19
24
- content.code.copy
20
25
- content.code.select
21
26
- content.code.annotate
22
-
23
- extra :
24
- version :
25
- provider : mike
26
- alias : true
27
+ custom_dir : overrides
27
28
28
29
palette :
29
30
@@ -51,6 +52,15 @@ theme:
51
52
text : false
52
53
code : Roboto Mono
53
54
55
+ extra :
56
+ version :
57
+ provider : mike
58
+ alias : true
59
+ default : latest
60
+ branch : gh-pages
61
+ paths :
62
+ - lynse
63
+
54
64
markdown_extensions :
55
65
- toc :
56
66
permalink : true
@@ -74,11 +84,6 @@ plugins:
74
84
sort : source
75
85
render_markdown : true
76
86
77
- extra :
78
- paths :
79
- - lynse
80
-
81
-
82
87
nav :
83
88
- Home : index.md
84
89
- Quickstart : quickstart.md
97
102
- ExclusiveDB : native_api/low_level.md
98
103
- Local Client : native_api/high_level.md
99
104
100
- repo_url : https://github.com/BirchKwok/LynseDB
101
- repo_name : birchkwok/LynseDB
105
+
You can’t perform that action at this time.
0 commit comments