File tree Expand file tree Collapse file tree 5 files changed +216
-177
lines changed Expand file tree Collapse file tree 5 files changed +216
-177
lines changed Original file line number Diff line number Diff line change 21
21
with :
22
22
github_token : ${{ secrets.GITHUB_TOKEN }}
23
23
publish_dir : docs/en/site
24
+ cname : fastapi-admin-docs.long2ice.io
24
25
- name : Build zh
25
26
run : cd docs/zh && mkdocs build
26
27
- name : Deploy zh
29
30
github_token : ${{ secrets.GITHUB_TOKEN }}
30
31
publish_dir : docs/zh/site
31
32
destination_dir : zh
33
+ cname : fastapi-admin-docs.long2ice.io
Original file line number Diff line number Diff line change 10
10
favicon : https://raw.githubusercontent.com/fastapi-admin/fastapi-admin/dev/images/favicon.png
11
11
name : material
12
12
language : en
13
+ custom_dir : ../overrides
13
14
icon :
14
15
repo : fontawesome/brands/github
15
16
palette :
79
80
analytics :
80
81
provider : google
81
82
property : G-61L9SRWCG5
82
- copyright : Copyright © 2021 long2ice
83
+ copyright : Copyright © 2021 - 2022 long2ice
83
84
84
85
plugins :
85
86
- search
Original file line number Diff line number Diff line change
1
+ {% extends "base.html" %}
2
+
3
+ {% block extrahead %}
4
+ < script async src ="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4103172601745047 "
5
+ crossorigin ="anonymous "> </ script >
6
+ {% endblock %}
Original file line number Diff line number Diff line change 10
10
favicon : https://raw.githubusercontent.com/fastapi-admin/fastapi-admin/dev/images/favicon.png
11
11
name : material
12
12
language : zh
13
+ custom_dir : ../overrides
13
14
icon :
14
15
repo : fontawesome/brands/github
15
16
palette :
@@ -76,8 +77,10 @@ extra:
76
77
social :
77
78
- icon : fontawesome/brands/github
78
79
link : https://github.com/long2ice
79
-
80
- copyright : Copyright © 2021 long2ice
80
+ analytics :
81
+ provider : google
82
+ property : G-61L9SRWCG5
83
+ copyright : Copyright © 2021 - 2022 long2ice
81
84
82
85
plugins :
83
86
- git-revision-date-localized :
You can’t perform that action at this time.
0 commit comments