corrected some errors
This commit is contained in:
parent
913c4ae181
commit
525bc1b526
6 changed files with 476 additions and 21 deletions
|
|
@ -1,7 +1,9 @@
|
|||
[project]
|
||||
name = "mkdocs"
|
||||
name = "project-doc"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = []
|
||||
dependencies = [
|
||||
"mkdocs-material>=9.7.6",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue