Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-webui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-webui
Commits
2ae03a62
Verified
Commit
2ae03a62
authored
1 year ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Unrelated small changes.
parent
c49c5527
No related branches found
No related tags found
2 merge requests
!109
Release 0.11.0
,
!102
Extended documentation for Edit Mode
Pipeline
#35943
passed
1 year ago
Stage: linting
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README_SETUP.md
+1
-0
1 addition, 0 deletions
README_SETUP.md
src/doc/extension/display_of_properties.rst
+5
-5
5 additions, 5 deletions
src/doc/extension/display_of_properties.rst
src/doc/index.rst
+3
-2
3 additions, 2 deletions
src/doc/index.rst
with
9 additions
and
7 deletions
README_SETUP.md
+
1
−
0
View file @
2ae03a62
...
...
@@ -22,6 +22,7 @@
-->
# Getting Started with the Web Interface
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
)
...
...
This diff is collapsed.
Click to expand it.
src/doc/extension/display_of_properties.rst
+
5
−
5
View file @
2ae03a62
...
...
@@ -34,10 +34,10 @@ property, and the names of the roles and/or users from whom it should be hidden.
"roles": ["list", "of", "roles"],
"users": ["list", "of", "users"]
},
...
//
...
]
},
...
//
...
}
In the same way but using the ``show`` keyword, properties can be hidden for
...
...
@@ -53,10 +53,10 @@ everyone **but** the specified users/roles:
"roles": ["list", "of", "roles"],
"users": ["list", "of", "users"]
},
...
//
...
]
},
...
//
...
}
...
...
@@ -90,7 +90,7 @@ configured in the same configuration file as above, i.e., in
"RecordTypeName": {
"order": ["ordered", "list", "of", "properties"]
},
...
//
...
}
This ensures that the properties of all entities with the declared types are
...
...
This diff is collapsed.
Click to expand it.
src/doc/index.rst
+
3
−
2
View file @
2ae03a62
...
...
@@ -12,11 +12,12 @@ Welcome to the documentation of CaosDB's web UI!
Concepts <concepts>
administration/index.rst
Extending the UI <extension>
API <api/index>
..
API <api/index>
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment