mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-22 16:15:34 +08:00
add mkdocs documents
This commit is contained in:
25
docs/test.md
Normal file
25
docs/test.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# 测试文档
|
||||
|
||||
## 测试锚点1
|
||||
|
||||
哈哈哈哈哈
|
||||
|
||||
## 测试锚点2
|
||||
|
||||
哦吼
|
||||
|
||||
## 测试代码段
|
||||
```php
|
||||
if(true) {
|
||||
return "hahah";
|
||||
}
|
||||
```
|
||||
|
||||
## 测试 MkDocs
|
||||
!!! warning "Theme extension prerequisites"
|
||||
|
||||
As the `custom_dir` variable is used for the theme extension process,
|
||||
Material for MkDocs needs to be installed via `pip` and referenced with the
|
||||
`name` parameter in `mkdocs.yml`. It will not work when cloning from `git`.
|
||||
|
||||
哦豁
|
||||
Reference in New Issue
Block a user