add mkdocs documents

This commit is contained in:
jerry
2020-11-10 23:16:55 +08:00
parent 7fe405d0af
commit c460b37d14
13 changed files with 150 additions and 0 deletions

25
docs/test.md Normal file
View 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`.
哦豁