初始化 Docsify 文件夹

This commit is contained in:
YuCheng Hu 2021-03-04 19:10:25 -05:00
parent 296b33d85b
commit 20ae3619ef
5 changed files with 46 additions and 0 deletions

0
.nojekyll Normal file
View File

11
CONTACT.md Normal file
View File

@ -0,0 +1,11 @@
# 公众平台
我们建议您通过社区论坛来和我们进行沟通,请关注我们公众平台上的账号
## 微信公众号
![](https://cdn.ossez.com/img/cwikius/cwikius-qr-wechat-search-w400.png)
## 头条号
我们也在头条号上创建了我们的公众号,请扫描下面的 QR 关注我们的头条号。
![](https://cdn.ossez.com/img/cwikius/cwikus-qr-toutiao.png)

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# Python 教程和工具库
> An awesome project.

16
_sidebar.md Normal file
View File

@ -0,0 +1,16 @@
- Python 教程和工具库
- [文档介绍和快速链接](README.md)
- [公众平台](CONTACT.md)
- Python 基础
- [Python 介绍](docs/course/foundation/01_introduction.md)
- [环境配置](docs/course/foundation/02_environment.md)
- [第一个 Hello World 程序](docs/course/foundation/03_hello_world.md)
- 其他小工具
- [JWT](jwt/README.md)
- [MessagePack](message-pack/index.md)
- [Protocol Buffers](protocol-buffers/index.md)
- [Awesome docsify](awesome.md)
- [Changelog](changelog.md)

16
python-tutorials.iml Normal file
View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="FacetManager">
<facet type="Python" name="Python">
<configuration sdkName="" />
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/venv" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>