Skip to content
Snippets Groups Projects
Verified Commit 2ae03a62 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: Unrelated small changes.

parent c49c5527
No related branches found
No related tags found
2 merge requests!109Release 0.11.0,!102Extended documentation for Edit Mode
Pipeline #35943 passed
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
--> -->
# Getting Started with the Web Interface # Getting Started with the Web Interface
Here, we document how to install and build the CaosDB Web Interface. If you are Here, we document how to install and build the CaosDB Web Interface. If you are
only interested in how to use it, please continue [here](tutorials/first_steps.html) only interested in how to use it, please continue [here](tutorials/first_steps.html)
......
...@@ -34,10 +34,10 @@ property, and the names of the roles and/or users from whom it should be hidden. ...@@ -34,10 +34,10 @@ property, and the names of the roles and/or users from whom it should be hidden.
"roles": ["list", "of", "roles"], "roles": ["list", "of", "roles"],
"users": ["list", "of", "users"] "users": ["list", "of", "users"]
}, },
... // ...
] ]
}, },
... // ...
} }
In the same way but using the ``show`` keyword, properties can be hidden for In the same way but using the ``show`` keyword, properties can be hidden for
...@@ -53,10 +53,10 @@ everyone **but** the specified users/roles: ...@@ -53,10 +53,10 @@ everyone **but** the specified users/roles:
"roles": ["list", "of", "roles"], "roles": ["list", "of", "roles"],
"users": ["list", "of", "users"] "users": ["list", "of", "users"]
}, },
... // ...
] ]
}, },
... // ...
} }
...@@ -90,7 +90,7 @@ configured in the same configuration file as above, i.e., in ...@@ -90,7 +90,7 @@ configured in the same configuration file as above, i.e., in
"RecordTypeName": { "RecordTypeName": {
"order": ["ordered", "list", "of", "properties"] "order": ["ordered", "list", "of", "properties"]
}, },
... // ...
} }
This ensures that the properties of all entities with the declared types are This ensures that the properties of all entities with the declared types are
......
...@@ -12,11 +12,12 @@ Welcome to the documentation of CaosDB's web UI! ...@@ -12,11 +12,12 @@ Welcome to the documentation of CaosDB's web UI!
Concepts <concepts> Concepts <concepts>
administration/index.rst administration/index.rst
Extending the UI <extension> Extending the UI <extension>
API <api/index> ..
API <api/index>
This documentation helps you to :doc:`get started<getting_started>`, explains the most important This documentation helps you to :doc:`get started<getting_started>`, explains the most important
:doc:`concepts<concepts>` and offers a range of :doc:`tutorials<tutorials>`. :doc:`concepts<concepts>` and offers a range of :doc:`tutorials<tutorials/index>`.
Indices and tables Indices and tables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment