Skip to content

Commit 6dd0659

Browse files
committed
docs(lox-space): update MkDocs config
1 parent bc6cb8a commit 6dd0659

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

crates/lox-space/mkdocs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22
#
33
# SPDX-License-Identifier: MPL-2.0
44

5-
site_name: My Docs
5+
site_name: Lox Python
6+
site_url: https://python.lox-space.org
7+
repo_url: https://github.com/lox-space/lox
8+
69
theme:
710
name: material
811
palette:
912
scheme: slate
1013
primary: indigo
14+
1115
plugins:
1216
- mkdocstrings:
1317
handlers:

0 commit comments

Comments
 (0)