diff options
| author | 2024-08-15 17:51:38 +0800 | |
|---|---|---|
| committer | 2024-08-15 17:51:38 +0800 | |
| commit | 2c1d8b21344ff365a5d732696a5505a50037eac7 (patch) | |
| tree | acbf60e896e914dfcedb23146d9ef32443f4b900 | |
| parent | 52ead19e59b8b6d7794530235a7644750bdf2482 (diff) | |
| download | faq-2c1d8b21344ff365a5d732696a5505a50037eac7.tar.gz faq-2c1d8b21344ff365a5d732696a5505a50037eac7.zip | |
docs(shiki): update contents
| -rw-r--r-- | docs/source/contents/Shiki/deploy.rst | 2 | ||||
| -rw-r--r-- | docs/source/contents/Shiki/index.rst | 9 | ||||
| -rw-r--r-- | docs/source/contents/Shiki/troubleshooting.rst | 2 | ||||
| -rw-r--r-- | docs/source/contents/Shiki/useage.rst | 2 | ||||
| -rw-r--r-- | docs/source/development/cqcode.rst | 4 | ||||
| -rw-r--r-- | docs/source/development/index.rst | 7 |
6 files changed, 25 insertions, 1 deletions
diff --git a/docs/source/contents/Shiki/deploy.rst b/docs/source/contents/Shiki/deploy.rst new file mode 100644 index 0000000..837b2cc --- /dev/null +++ b/docs/source/contents/Shiki/deploy.rst @@ -0,0 +1,2 @@ +部署教程 +========
\ No newline at end of file diff --git a/docs/source/contents/Shiki/index.rst b/docs/source/contents/Shiki/index.rst index bab68eb..7e3385f 100644 --- a/docs/source/contents/Shiki/index.rst +++ b/docs/source/contents/Shiki/index.rst @@ -1,4 +1,11 @@ Shiki ============= -This is a template for documentation projects.
\ No newline at end of file +This is a template for documentation projects. + +.. toctree:: + :hidden: + + deploy + useage + troubleshooting
\ No newline at end of file diff --git a/docs/source/contents/Shiki/troubleshooting.rst b/docs/source/contents/Shiki/troubleshooting.rst new file mode 100644 index 0000000..b6a49ca --- /dev/null +++ b/docs/source/contents/Shiki/troubleshooting.rst @@ -0,0 +1,2 @@ +其他问题解决 +============
\ No newline at end of file diff --git a/docs/source/contents/Shiki/useage.rst b/docs/source/contents/Shiki/useage.rst new file mode 100644 index 0000000..2c2a206 --- /dev/null +++ b/docs/source/contents/Shiki/useage.rst @@ -0,0 +1,2 @@ +使用指南 +========
\ No newline at end of file diff --git a/docs/source/development/cqcode.rst b/docs/source/development/cqcode.rst new file mode 100644 index 0000000..b0920bc --- /dev/null +++ b/docs/source/development/cqcode.rst @@ -0,0 +1,4 @@ +CQ码 +===== + +CQ码是一种特殊的字符串,用于在QQ中发送各种各样的消息。
\ No newline at end of file diff --git a/docs/source/development/index.rst b/docs/source/development/index.rst new file mode 100644 index 0000000..843744b --- /dev/null +++ b/docs/source/development/index.rst @@ -0,0 +1,7 @@ +开发指南 +======= + +.. toctree:: + :hidden: + + cqcode
\ No newline at end of file |
