-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
28 lines (25 loc) · 1.05 KB
/
mkdocs.yml
File metadata and controls
28 lines (25 loc) · 1.05 KB
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
# Project information
site_name: 'sciebo@Learnweb'
site_author: 'Lukas Biermann, Nina Herrmann, Wladislaw Iwanzow, Dennis Meis, Jonathan Neugebauer'
repo_url: "https://github.com/pssl16"
# Copyright
copyright: 'Copyright © 2017 PSSL16'
# Documentation and theme
docs_dir: 'docs'
theme_dir: 'cinder'
pages:
- Home: 'index.md'
- ownCloud:
- Technische Umsetzung:
- OAuth 2.0: 'owncloud/technische-umsetzung/oauth2.md'
- Softwarearchitektur: 'owncloud/technische-umsetzung/softwarearchitektur.md'
- OAuth 2.0 App: 'owncloud/technische-umsetzung/oauth2-app.md'
- Core Anpassungen: 'owncloud/technische-umsetzung/core-anpassungen.md'
- Benutzung: 'owncloud/benutzung.md'
- Moodle:
- Technische Umsetzung:
- Softwarearchitektur: 'moodle/technische-umsetzung/softwarearchitektur.md'
- Admin Tool: 'moodle/technische-umsetzung/admin-tool.md'
- Repository: 'moodle/technische-umsetzung/repository.md'
- Collaborative Folders: 'moodle/technische-umsetzung/activity.md'
- Benutzung: 'moodle/benutzung.md'