From 6d9b2282a3fc1f41170a8d785d164662391fc2f9 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 23 Feb 2023 23:48:49 +0800 Subject: [PATCH] docs updates --- .gitignore | 4 ++-- README.md | 6 +++--- docs/.gitignore | 3 +++ docs/README-en.md | 4 ++-- libs/Difficult_Rocket_rs/src/.gitignore | 2 ++ 5 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 docs/.gitignore create mode 100644 libs/Difficult_Rocket_rs/src/.gitignore diff --git a/.gitignore b/.gitignore index 9fa63f0..6fabdac 100644 --- a/.gitignore +++ b/.gitignore @@ -154,8 +154,8 @@ dmypy.json .pyre/ # github -.gitignore -.gitattributes +# .gitignore +# .gitattributes # some other thing other things/ diff --git a/README.md b/README.md index 633cfa0..7615b49 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Difficult Rocket -中文 | [English](/docs/README-en.md) +中文 | [English](./docs/README-en.md) - [GitHub](https://github.com/shenjackyuanjie/Difficult-Rocket) - [gitee](https://gitee.com/shenjackyuanjie/Difficult-Rocket) @@ -27,11 +27,11 @@ > 相对于原版SR比较“轻量化” -## [计划特性列表](/docs/plan_features) +## [计划特性列表](docs/src/plan_features/README.md) - [microsoft TODO](https://to-do.microsoft.com/sharing?InvitationToken=Q6SN1kdtitK8cwFktFl71gSnsRMNmrH7CC7kHY_Tq6ReMRwHgInP4_q5ie2IwrHx8) -## [更新日志](/docs/update_logs.md) +## [更新日志](docs/src/update_logs.md) ## 环境需求 (测试过的 / 开发平台) diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 0000000..7c1f76a --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1,3 @@ +./book + +index.html \ No newline at end of file diff --git a/docs/README-en.md b/docs/README-en.md index 3ba88d4..bc49d8b 100644 --- a/docs/README-en.md +++ b/docs/README-en.md @@ -27,11 +27,11 @@ > 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) -## [Update logs](/docs/src/update_logs.md) +## [Update logs](src/update_logs.md) ## Environment (been tested / developed on) diff --git a/libs/Difficult_Rocket_rs/src/.gitignore b/libs/Difficult_Rocket_rs/src/.gitignore new file mode 100644 index 0000000..beb2254 --- /dev/null +++ b/libs/Difficult_Rocket_rs/src/.gitignore @@ -0,0 +1,2 @@ +target +build \ No newline at end of file