Skip to content

Commit 24bf4c3

Browse files
committed
docs: fix mkdocs
1 parent 36504f3 commit 24bf4c3

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

mkdocs.yml

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,6 @@ extra_css:
77
theme:
88
logo: assets/logo.svg
99
favicon: assets/favicon.png
10-
repo_url: https://github.com/monstar-lab-oss/android-mosaic
11-
12-
13-
extra_css:
14-
- stylesheets/extra.css
15-
theme:
16-
logo: assets/logo.png
17-
favicon: assets/favicon.ico
18-
19-
features:
20-
- navigation.instant
21-
- navigation.instant.prefetch
22-
- navigation.path
23-
- navigation.sections
24-
- navigation.sections.expand
25-
>>>>>>> origin/main
2610
name: material
2711
font:
2812
text: 'Arimo'
@@ -31,7 +15,6 @@ theme:
3115

3216
palette:
3317
primary: custom
34-
<<<<<<< HEAD
3518
nav:
3619
- 'Home': index.md
3720
- 'Slider':
@@ -40,25 +23,12 @@ nav:
4023
- 'Changelog': changelog.md
4124

4225

43-
=======
44-
accent: custom
45-
46-
nav:
47-
- 'API': api/
48-
- 'Changelog': changelog.md
49-
50-
>>>>>>> origin/main
5126
markdown_extensions:
5227
- pymdownx.highlight:
5328
anchor_linenums: true
5429
line_spans: __span
5530
pygments_lang_class: true
5631
- pymdownx.inlinehilite
5732
- pymdownx.snippets
58-
<<<<<<< HEAD
59-
- pymdownx.superfences
60-
- admonition
61-
62-
=======
6333
- pymdownx.superfences
64-
>>>>>>> origin/main
34+
- admonition

0 commit comments

Comments
 (0)