Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
henlein committed Aug 22, 2024
1 parent 609b7cc commit c3aaf2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Documentation/docs/publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
doi = {10.1007/978-3-031-35741-1_39}
}
```
[[Link]](https://link.springer.com/chapter/10.1007/978-3-031-35741-1_39)
[[Link]](https://link.springer.com/chapter/10.1007/978-3-031-35741-1_39) [[RG]](https://www.researchgate.net/publication/372298766_A_Multimodal_Data_Model_for_Simulation-Based_Learning_with_VaSiLi-Lab)


---
Expand All @@ -45,7 +45,7 @@
series = {HT '23}
}
```
[[Link]](https://dl.acm.org/doi/10.1145/3603163.3609076) [[pdf]](https://dl.acm.org/doi/pdf/10.1145/3603163.3609076)
[[Link]](https://dl.acm.org/doi/10.1145/3603163.3609076) [[pdf]](https://dl.acm.org/doi/pdf/10.1145/3603163.3609076) [[RG]](https://www.researchgate.net/publication/371303212_VaSiLi-Lab_as_a_collaborative_multi-user_annotation_tool_in_virtual_reality_and_its_potential_fields_of_application)

---

Expand Down
4 changes: 2 additions & 2 deletions Documentation/docs/server/mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ services:
MONGO_INITDB_ROOT_USERNAME: root #(1)
MONGO_INITDB_ROOT_PASSWORD: root
ports:
- 27017:27017
- "27017:27017"
volumes:
- /vol/mongoVaSiLiLab/data/:/data/db/ #(2)
- /vol/mongoVaSiLiLab/mongod.conf:/etc/mongod.conf
- /vol/mongoVaSiLiLab/log/:/var/log/mongodb/
- /vol/mongoVaSiLiLab/mongohome/:/home/mongodb/
command: ["-f", "/etc/mongod.conf"]
command: [ "-f", "/etc/mongod.conf" ]

volumes:
mongodb_data_container:
Expand Down
3 changes: 0 additions & 3 deletions Documentation/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,19 +82,16 @@ theme:
name: Switch to system preference

features:
# - content.code.annotate
- content.code.copy
- content.code.annotate
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.tabs
# - navigation.sections
- navigation.expand
- navigation.tracking
- navigation.path
- search.highlight
# - search.share
- search.suggest


Expand Down

0 comments on commit c3aaf2d

Please sign in to comment.