forked from tecoholic/docs-oxd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
76 lines (67 loc) · 2.8 KB
/
Copy pathmkdocs.yml
File metadata and controls
76 lines (67 loc) · 2.8 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
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
site_name: oxd Docs
site_description: Documenation for oxd OpenID Connect and UMA client software
site_favicon: '/img/gluu_favicon.ico'
copyright: Copyright © 2014, Gluu, Inc.
docs_dir: sources
# repo_url: https://github.com/GluuFederation/docs-oxd
repo_url: https://github.com/GluuFederation/docs-oxd/
theme: readthedocs
theme_dir: ./theme/mkdocs/
markdown_extensions:
- admonition
pages:
- [index.md, Home]
# Protocol
- [protocol/index.md, oxd Server, Protocol]
# 2.4.4
- [2.4.4/install/index.md, oxd Server, Installation]
- [2.4.4/conf/index.md, oxd Server, Configuration]
- [2.4.4/logs/index.md, oxd Server, Logs]
## Libraries
- [2.4.4/libraries/api-client-libraries.md, Libraries, oxd API Client Libraries]
- [2.4.4/libraries/python/index.md, Libraries, Python]
- [2.4.4/libraries/java/index.md, Libraries, Java]
- [2.4.4/libraries/php/index.md, Libraries, PHP]
- [2.4.4/libraries/node/index.md, Libraries, Node]
- [2.4.4/libraries/ruby/index.md, Libraries, Ruby]
- [2.4.4/libraries/csharp/index.md, Libraries, CSharp]
- [2.4.4/libraries/perl/index.md, Libraries, Perl]
## Plugins
- [2.4.4/plugin/wordpress/index.md, Plugin, Wordpress]
- [2.4.4/plugin/magento/index.md, Plugin, Magento]
- [2.4.4/plugin/drupal/index.md, Plugin, Drupal]
- [2.4.4/plugin/opencart/index.md, Plugin, OpenCart]
- [2.4.4/plugin/sugarcrm/index.md, Plugin, SugarCRM]
- [2.4.4/plugin/suitecrm/index.md, Plugin, SuiteCRM]
- [2.4.4/plugin/roundcube/index.md, Plugin, RoundCube]
- [2.4.4/plugin/shopify/index.md, Plugin, Shopify]
## Framework
- [2.4.4/framework/spring/index.md, Framework, Java Spring]
- [2.4.4/framework/play/index.md, Framework, Java Play Framework]
- [2.4.4/framework/ruby/index.md, Framework, Ruby on Rails]
- [2.4.4/framework/python/index.md, Framework, Python Flask]
- [2.4.4/framework/node/index.md, Framework, Node/Express]
# master docs
- [install/index.md, hidden, hidden]
- [conf/index.md, hidden, hidden]
- [logs/index.md, hidden, hidden]
- [libraries/api-client-libraries.md, hidden, hidden]
- [libraries/python/index.md, hidden, hidden]
- [libraries/java/index.md, hidden, hidden]
- [libraries/php/index.md, hidden, hidden]
- [libraries/node/index.md, hidden, hidden]
- [libraries/ruby/index.md, hidden, hidden]
- [libraries/csharp/index.md, hidden, hidden]
- [libraries/perl/index.md, hidden, hidden]
- [plugin/wordpress/index.md, hidden, hidden]
- [plugin/magento/index.md, hidden, hidden]
- [plugin/drupal/index.md, hidden, hidden]
- [plugin/opencart/index.md, hidden, hidden]
- [plugin/sugarcrm/index.md, hidden, hidden]
- [plugin/suitecrm/index.md, hidden, hidden]
- [plugin/roundcube/index.md, hidden, hidden]
- [framework/spring/index.md, hidden, hidden]
- [framework/play/index.md, hidden, hidden]
- [framework/ruby/index.md, hidden, hidden]
- [framework/python/index.md, hidden, hidden]
- [framework/node/index.md, hidden, hidden]