diff --git a/docs/source/documentation/constants.rst b/docs/source/documentation/constants.rst
index 6ba62b3b..cbf96bae 100644
--- a/docs/source/documentation/constants.rst
+++ b/docs/source/documentation/constants.rst
@@ -106,61 +106,80 @@ Here are the preview of default colours. (Modified from
.. raw:: html
+
+
+
+
+
+
+
+
+
+
+
Others
@@ -170,3 +189,4 @@ Here are the preview of default colours. (Modified from
+
diff --git a/docs/source/getting_started/configuration.rst b/docs/source/getting_started/configuration.rst
index 6401058f..ff07685c 100644
--- a/docs/source/getting_started/configuration.rst
+++ b/docs/source/getting_started/configuration.rst
@@ -21,7 +21,9 @@ Some useful flags
- ``-w`` to write the scene to a file.
- ``-o`` to write the scene to a file and open the result.
- ``-s`` to skip to the end and just show the final frame.
+
- ``-so`` will save the final frame to an image and show it.
+
- ``-n `` to skip ahead to the ``n``\ ’th animation of a scene.
- ``-f`` to make the playback window fullscreen.
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 5d4fb71e..84df7151 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -6,6 +6,8 @@ Manim's documentation
Manim is an animation engine for explanatory math videos. It's used to create precise animations programmatically, as seen in the videos
at `3Blue1Brown `_.
+And here is a Chinese version of this documentation: https://manim.ml/shaders
+
.. toctree::
:maxdepth: 2
:caption: Getting Started