-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
59 lines (53 loc) · 2 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
site_name: Documentation
site_url: http://giv-oct.uni-muenster.de:8080/docs
site_description: Project documentation about the Core of the Open-City-Toolkit
site_author: Nicholas Schiestel, Jonas Wissing, Auriol Degbelo
# site_favicon: img/favicon.ico
# Local
#site_dir: site
# Server
site_dir: /home/webteam/OCT-Core/public/docs
repo_url: https://github.com/geo-c/OCT-Core-Docs
pages:
- Home: index.md
- Architecture:
- Overview: architecture/overview.md
- Database-Schema: architecture/database-schema.md
- REST-API: architecture/rest-api.md
- Installation:
- 1. Setting up Database: installation/1_database.md
- 2. Installation: installation/2_installation.md
- 3. Usage: installation/3_usage.md
- Docker: installation/docker.md
- Database-Schemas:
- Resetting: schemas/0_reset.md
- 1. Apps: schemas/1_apps.md
- 2. Logs: schemas/2_logs.md
- 3. Admins: schemas/3_admins.md
- 4. Datastores: schemas/4_datastores.md
- 5. Endpoints: schemas/5_endpoints.md
- 6. Categories: schemas/6_categories.md
- 7. Categories-Relationships: schemas/7_categories_relationships.md
- 8. Main-Datasets: schemas/8_main_datasets.md
- 9. Sub-Datasets: schemas/9_sub_datasets.md
- 10. Tags: schemas/10_tags.md
- 11. Queries: schemas/11_queries.md
- 12. Parameters: schemas/12_parameters.md
- 13. Visitors: schemas/13_visitors.md
- Project Structure:
- 1. Folder Structure: structure/folder_structure.md
- Tutorial:
- 1. Generate a API Key: tutorial/1_AppKey.md
- 2. Add a Database: tutorial/2_CreateDatabase.md
- 3. Implement a Simple Andriod App: tutorial/3_AndriodApp.md
- About:
- Repositories: about/repositories.md
- Contributors: about/contributors.md
# - NewSection
#- newPage: newSection/newPage.md
# - newSinlePage: newSinlePage.md
theme: readthedocs
markdown_extensions:
- toc:
permalink: true
copyright: Copyright © 2016 <a href="https://www.uni-muenster.de/Geoinformatics/">Institute for Geoinformatics, Münster</a>