Skip to content

Commit 8373b8a

Browse files
committed
Update mkdocs.yml.
1 parent 5f6a324 commit 8373b8a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mkdocs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: DS - A Deductive System
2+
site_url: https://ustc-knowledgecomputinglab.github.io/ds
23
repo_url: https://github.com/USTC-KnowledgeComputingLab/ds
3-
repo_name: USTC-KnowledgeComputingLab/ds
44
site_description: A deductive system for logical inference, implemented in C++ with bindings for Python and TypeScript/JavaScript
55
site_author: Hao Zhang
66
copyright: GPL-3.0-or-later
@@ -28,16 +28,18 @@ theme:
2828
- search.highlight
2929
- search.share
3030
# - header.autohide
31-
- navigation.footer
3231
- announce.dismiss
32+
# - navigation.footer
3333
palette:
3434
- scheme: default
35+
media: "(prefers-color-scheme: light)"
3536
primary: indigo
3637
accent: indigo
3738
toggle:
3839
icon: material/brightness-7
3940
name: Switch to dark mode
4041
- scheme: slate
42+
media: "(prefers-color-scheme: dark)"
4143
primary: indigo
4244
accent: indigo
4345
toggle:
@@ -61,10 +63,8 @@ nav:
6163
- examples/index.md
6264

6365
plugins:
64-
- search
65-
- projects
66-
# - optimize
6766
- offline
67+
- search
6868

6969
markdown_extensions:
7070
- abbr

0 commit comments

Comments
 (0)