Skip to content

Commit

Permalink
Revert some python stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anduin2017 committed Feb 28, 2022
1 parent 99c82d1 commit a076b17
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 46 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
node_modules/
.history
.DS_Store
site/
22 changes: 0 additions & 22 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,25 +95,3 @@
- 确保分类正确,不和已有的菜名重复
- 确保签入的内容都符合 CC0 协议。尤其注意图片是否有水印!
- 确保他没有签入任何个人身份信息、EUII、Email 地址、GitHub 用户名


## Documentation Hosting

利用`mkdocs-material`来render markdown文件。

`./docs` 文件夹的存在是workaround mkdocs要求`.md`文件不能存在于根目录中。里面全部是relative symlink到
实际的文件/文件夹

需求: Python > 3.6

如何使用:
```
pip install -r requirements.txt
mkdocs serve
```

Documentation可以再本地http://localhost:8000/打开。

管理员:
`mkdocs build` 生成静态HTML网页, 存在于在`site/`文件夹下。Hosting的时候指向到`site/index.html`即可。

1 change: 0 additions & 1 deletion docs/CONTRIBUTING.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/dishes

This file was deleted.

1 change: 0 additions & 1 deletion docs/index.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/tips

This file was deleted.

18 changes: 0 additions & 18 deletions mkdocs.yml

This file was deleted.

1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

0 comments on commit a076b17

Please sign in to comment.