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

DOC: Fixed documentation problems.

parent 6e4c8d61
No related branches found
No related tags found
1 merge request!16MAINT: Rename caosdb -> linkahead
Pipeline #36298 failed
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
## Create the configuration ## Create the configuration
* Create an empty `.config` file. For the default values and the meaning of * Create an empty `.config` file. For the default values and the meaning of
these default values see [config.defaults](config.defaults). For each these default values see [config.defaults](https://gitlab.com/caosdb/caosdb-mysqlbackend/-/blob/main/config.defaults).
For each
parameter that you want to change, add a corresponding line in your `.config` parameter that you want to change, add a corresponding line in your `.config`
file. You probably want to change the passwords. As the passwords are stored file. You probably want to change the passwords. As the passwords are stored
unencrypted in the `.config` file, make sure nobody else can read it. unencrypted in the `.config` file, make sure nobody else can read it.
......
...@@ -69,7 +69,7 @@ master_doc = 'index' ...@@ -69,7 +69,7 @@ master_doc = 'index'
# #
# This is also used if you do content translation via gettext catalogs. # This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases. # Usually you set "language" from the command line for these cases.
language = None language = "en"
# List of patterns, relative to source directory, that match files and # List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files. # directories to ignore when looking for source files.
......
Welcome to documentation of LinkAhead's MySQL Backend! Welcome to documentation of LinkAhead's MySQL Backend!
=================================================== ======================================================
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
......
...@@ -85,12 +85,15 @@ The type of properties is stored here. The columns are: ...@@ -85,12 +85,15 @@ The type of properties is stored here. The columns are:
- `hash` :: Hash of the file contents, as binary. **TODO** Which algorithm? - `hash` :: Hash of the file contents, as binary. **TODO** Which algorithm?
- `checked_timestamp` :: Timestamp when last checked? - `checked_timestamp` :: Timestamp when last checked?
## `feature_config` ## ## feature_config ##
```sql
+-------------------+---------+ +-------------------+---------+
| _key | _value | | _key | _value |
+-------------------+---------+ +-------------------+---------+
| ENTITY_VERSIONING | ENABLED | | ENTITY_VERSIONING | ENABLED |
+-------------------+---------+ +-------------------+---------+
```
A key-value store for features. Use the `is_feature_config` procedure to check for the status of A key-value store for features. Use the `is_feature_config` procedure to check for the status of
specific features. specific features.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment