-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
26 lines (25 loc) · 928 Bytes
/
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
site_name: BIBCAT Publisher
pages:
- Home: index.md
- About:
- 'about/index.md'
- 'Knowledge Graphs': 'about/knowledge-graphs.md'
- 'Digital Repository': 'about/digital-repository.md'
- Quick start: quick-start.md
- Installing:
- 'installing/index.md'
- 'BIBCAT Application Server': 'installing/bibcat-app-server.md'
- 'NPM, Webpack, and React': 'installing/npm-webpack-react.md'
- Configuration: configuration.md
- User Management:
- 'Authentication': 'user-management/authentication.md'
- 'Roles': 'user-management/roles.md'
- 'Adding, Updating, and Deleting Users': 'user-management/crud.md'
- Customizing:
- 'customizing/index.md'
- 'Start Development': 'customizing/starting.md'
- Appearance: 'customizing/appearance.md'
- 'User Interface': 'customizing/user-interface.md'
- 'APIs': 'customizing/apis.md'
- Hosting: hosting.md
theme: readthedocs