-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
executable file
·43 lines (43 loc) · 2.23 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
site_name: Fiware-IdM
site_url: http://fiware-idm.readthedocs.org
repo_url: https://github.com/ging/fiware-idm
site_description: Identity Management Keyrock Documentation
docs_dir: doc
site_dir: html
theme: readthedocs
extra_css: ["https://www.fiware.org/style/fiware_readthedocs.css", "https://www.fiware.org/style/fiware_readthedocs_security.css"]
use_directory_urls: false
#google_analytics: ['UA-******', 'fiware-idm.readthedocs.io']
pages:
- Home: 'index.md'
- Getting Started: 'getting_started.md'
- Users/Programmers Guide:
- Introduction: 'user_and_programmers_guide/introduction.md'
- User Guide: 'user_and_programmers_guide/user_guide.md'
- Application Guide: 'user_and_programmers_guide/application_guide.md'
- Organization Guide: 'user_and_programmers_guide/organization_guide.md'
- Programmer Guide: 'user_and_programmers_guide/programmer_guide.md'
- Installation/Administration Guide:
- Introduction: 'installation_and_administration_guide/introduction.md'
- Installation: 'installation_and_administration_guide/installation.md'
- Configuration: 'installation_and_administration_guide/configuration.md'
- Environment Variables: 'installation_and_administration_guide/environment_variables.md'
- System Administration: 'installation_and_administration_guide/system_administration.md'
- Sanity Check Procedures: 'installation_and_administration_guide/sanity_check.md'
- IdM API:
- Introduction: 'api/introduction.md'
- Connecting to IdM with OAuth2.0:
- Introduction: 'oauth/introduction.md'
- Previous Steps: 'oauth/previous_steps.md'
- OAuth Flows: 'oauth/oauth_documentation.md'
- Sign Out from a service: 'oauth/sign_out_oauth_service.md'
- Connecting IdM to a eIDAS Node:
- Introdution: 'eidas/introduction.md'
- Architecture: 'eidas/architecture.md'
- Server configuration: 'eidas/server_configuration.md'
- Registering an application as a eIDAS Service Provider: 'eidas/register_service_provider.md'
- User Authentication: 'eidas/user_authentication.md'
- Usage Control:
- Introdution: 'usage_control/introduction.md'
- Server configuration: 'usage_control/server_configuration.md'
- Create Usage Policies: 'usage_control/create_usage_policies.md'