aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/about
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2024-10-05 16:51:41 +0800
committerHsiangNianian <i@jyunko.cn>2024-10-05 16:51:41 +0800
commite614fd92c3288dd862ffb696cacaa9aadd11516c (patch)
treef1096744915c33a54087ea8afce94ada9c29751e /docs/source/about
parentc0cc91010b193c270679e51f22dcb0ace1450547 (diff)
downloadHydroRoll-e614fd92c3288dd862ffb696cacaa9aadd11516c.tar.gz
HydroRoll-e614fd92c3288dd862ffb696cacaa9aadd11516c.zip
feat(docs): update readme with accurate community info and license links
Diffstat (limited to 'docs/source/about')
-rw-r--r--docs/source/about/changelog.md1
-rw-r--r--docs/source/about/index.rst5
-rw-r--r--docs/source/about/introduction.rst14
3 files changed, 18 insertions, 2 deletions
diff --git a/docs/source/about/changelog.md b/docs/source/about/changelog.md
index 2a5406d..6439e95 100644
--- a/docs/source/about/changelog.md
+++ b/docs/source/about/changelog.md
@@ -10,4 +10,5 @@ https://en.wikipedia.org/wiki/Lists_of_colors
-->
```{include} ../../../CHANGELOG.md
+:tocdepth: 2
``` \ No newline at end of file
diff --git a/docs/source/about/index.rst b/docs/source/about/index.rst
index 9a37734..0bf07f1 100644
--- a/docs/source/about/index.rst
+++ b/docs/source/about/index.rst
@@ -2,7 +2,7 @@
====
.. toctree::
- :hidden:
+ .. :hidden:
introduction
list_of_features
@@ -10,4 +10,5 @@
faq
complying_with_licenses
release_policy
- changelog \ No newline at end of file
+ changelog
+
diff --git a/docs/source/about/introduction.rst b/docs/source/about/introduction.rst
index 02c627a..ff01d3d 100644
--- a/docs/source/about/introduction.rst
+++ b/docs/source/about/introduction.rst
@@ -1,6 +1,20 @@
前言
====
+.. code-block:: nivis
+
+ if: contained!(event.message, r"Hello") => p", World!" ? false;
+
+
+.. code-block:: rust
+
+ fn main() {
+ println!("Hello, world!");
+ }
+
+
+:issue:`23`
+
在开始之前
----------------------------