File tree Expand file tree Collapse file tree 5 files changed +527
-0
lines changed
Expand file tree Collapse file tree 5 files changed +527
-0
lines changed Original file line number Diff line number Diff line change 1+ # Welcome to MkDocs
2+
3+ For full documentation visit [ mkdocs.org] ( https://www.mkdocs.org ) .
4+
5+ ## Commands
6+
7+ * ` mkdocs new [dir-name] ` - Create a new project.
8+ * ` mkdocs serve ` - Start the live-reloading docs server.
9+ * ` mkdocs build ` - Build the documentation site.
10+ * ` mkdocs -h ` - Print help message and exit.
11+
12+ ## Project layout
13+
14+ mkdocs.yml # The configuration file.
15+ docs/
16+ index.md # The documentation homepage.
17+ ... # Other markdown pages, images and other files.
Original file line number Diff line number Diff line change 1+ site_name : KKY's backyard
2+ site_url : https://kky42.github.io/
3+ theme :
4+ name : material
Original file line number Diff line number Diff line change 1+ [project ]
2+ name = " kky42-github-io"
3+ version = " 0.1.0"
4+ description = " Add your description here"
5+ readme = " README.md"
6+ requires-python = " >=3.12"
7+ dependencies = [
8+ " mkdocs>=1.6.1" ,
9+ " mkdocs-material>=9.5" ,
10+ ]
You can’t perform that action at this time.
0 commit comments