Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: prepare documentation for docs.dasch.swiss (DSP-1721) #458

Merged
merged 4 commits into from Jun 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
42 changes: 34 additions & 8 deletions docs/assets/icons/dasch-icon-white.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions docs/assets/style/theme.css
Expand Up @@ -3,6 +3,11 @@
background-color: rgb(89, 73, 167) !important;
}

.md-header-nav__button.md-logo img {
width: 1.5rem;
height: auto;
}

em {
font-size: smaller;
text-align: center;
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to-use/project.md
Expand Up @@ -107,7 +107,7 @@ There are two possibilites to add properties to a resource class:

If you have already created some properties in another resource classes or in the property section <!-- TODO: add link to property section as soon this section exists --> you can select one of them to add it to the resource class. This way you have to define — for example — a "Title" property only once.

![Data model editor | Step 3: Add properties to your resource class by selecting from list of already existing properties](/assets/images/data-model-property-select-existing.png)*Data model editor | Step 3: Add properties to your resource class by selecting from list of already existing properties*
![Data model editor | Step 3: Add properties to your resource class by selecting from list of already existing properties](../assets/images/data-model-property-select-existing.png)*Data model editor | Step 3: Add properties to your resource class by selecting from list of already existing properties*

In both cases it will open the property form where you have to define a label and optional a comment. If you have selected an existing property, you can also change the label and comment. Be careful in this case, because it can have an effect on other resource classes that use the same property!

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
@@ -1,4 +1,4 @@
site_name: DSP-APP documentation
site_name: DSP-APP

repo_url: https://github.com/dasch-swiss/dsp-app
repo_name: dasch-swiss/dsp-app
Expand Down