diff options
| author | 2024-03-10 22:30:01 +0800 | |
|---|---|---|
| committer | 2024-03-10 22:30:01 +0800 | |
| commit | 455ca3e3db84f36ae9464468de54f7aa693a3dd2 (patch) | |
| tree | dc115643fdeb21ec03c9df0065493f2e549f88f8 /docs/source/community | |
| parent | a4c6355d994d26a5413bc350f3e7a57f344296f2 (diff) | |
| download | HydroRoll-455ca3e3db84f36ae9464468de54f7aa693a3dd2.tar.gz HydroRoll-455ca3e3db84f36ae9464468de54f7aa693a3dd2.zip | |
fix(docs): toc tree repair
Diffstat (limited to 'docs/source/community')
| -rw-r--r-- | docs/source/community/asset_library/index.rst | 3 | ||||
| -rw-r--r-- | docs/source/community/channels.rst | 3 | ||||
| -rw-r--r-- | docs/source/community/index.rst | 8 | ||||
| -rw-r--r-- | docs/source/community/tutorials.rst | 3 |
4 files changed, 14 insertions, 3 deletions
diff --git a/docs/source/community/asset_library/index.rst b/docs/source/community/asset_library/index.rst index 88d421b..0bc7a55 100644 --- a/docs/source/community/asset_library/index.rst +++ b/docs/source/community/asset_library/index.rst @@ -1 +1,2 @@ -ECHO ڴ״̬ +资产库 +======
\ No newline at end of file diff --git a/docs/source/community/channels.rst b/docs/source/community/channels.rst index 88d421b..03927e3 100644 --- a/docs/source/community/channels.rst +++ b/docs/source/community/channels.rst @@ -1 +1,2 @@ -ECHO ڴ״̬ +社区渠道 +========
\ No newline at end of file diff --git a/docs/source/community/index.rst b/docs/source/community/index.rst new file mode 100644 index 0000000..cc4fa87 --- /dev/null +++ b/docs/source/community/index.rst @@ -0,0 +1,8 @@ +社区 +==== + +.. toctree:: + + asset_library + channels + tutorials
\ No newline at end of file diff --git a/docs/source/community/tutorials.rst b/docs/source/community/tutorials.rst index 88d421b..ff4efcb 100644 --- a/docs/source/community/tutorials.rst +++ b/docs/source/community/tutorials.rst @@ -1 +1,2 @@ -ECHO ڴ״̬ +教程与资源 +==========
\ No newline at end of file |
