docs updates

This commit is contained in:
shenjack 2023-02-23 23:48:49 +08:00
parent 32465d6db5
commit 6d9b2282a3
5 changed files with 12 additions and 7 deletions

4
.gitignore vendored
View File

@ -154,8 +154,8 @@ dmypy.json
.pyre/ .pyre/
# github # github
.gitignore # .gitignore
.gitattributes # .gitattributes
# some other thing # some other thing
other things/ other things/

View File

@ -1,6 +1,6 @@
# Difficult Rocket # Difficult Rocket
中文 | [English](/docs/README-en.md) 中文 | [English](./docs/README-en.md)
- [GitHub](https://github.com/shenjackyuanjie/Difficult-Rocket) - [GitHub](https://github.com/shenjackyuanjie/Difficult-Rocket)
- [gitee](https://gitee.com/shenjackyuanjie/Difficult-Rocket) - [gitee](https://gitee.com/shenjackyuanjie/Difficult-Rocket)
@ -27,11 +27,11 @@
> 相对于原版SR比较“轻量化” > 相对于原版SR比较“轻量化”
## [计划特性列表](/docs/plan_features) ## [计划特性列表](docs/src/plan_features/README.md)
- [microsoft TODO](https://to-do.microsoft.com/sharing?InvitationToken=Q6SN1kdtitK8cwFktFl71gSnsRMNmrH7CC7kHY_Tq6ReMRwHgInP4_q5ie2IwrHx8) - [microsoft TODO](https://to-do.microsoft.com/sharing?InvitationToken=Q6SN1kdtitK8cwFktFl71gSnsRMNmrH7CC7kHY_Tq6ReMRwHgInP4_q5ie2IwrHx8)
## [更新日志](/docs/update_logs.md) ## [更新日志](docs/src/update_logs.md)
## 环境需求 (测试过的 / 开发平台) ## 环境需求 (测试过的 / 开发平台)

3
docs/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
./book
index.html

View File

@ -27,11 +27,11 @@
> Lighter than Vanilla SR > Lighter than Vanilla SR
## [Plan feature list](/docs/src/plan_features.md) ## [Plan feature list](src/plan_features/README.md)
- [microsoft TODO](https://to-do.microsoft.com/sharing?InvitationToken=Q6SN1kdtitK8cwFktFl71gSnsRMNmrH7CC7kHY_Tq6ReMRwHgInP4_q5ie2IwrHx8) - [microsoft TODO](https://to-do.microsoft.com/sharing?InvitationToken=Q6SN1kdtitK8cwFktFl71gSnsRMNmrH7CC7kHY_Tq6ReMRwHgInP4_q5ie2IwrHx8)
## [Update logs](/docs/src/update_logs.md) ## [Update logs](src/update_logs.md)
## Environment (been tested / developed on) ## Environment (been tested / developed on)

View File

@ -0,0 +1,2 @@
target
build