forked from ischyrus/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
97 lines (97 loc) · 3.73 KB
/
settings.json
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"theme": "default",
"title": "Auth0 Docs",
"menus": {
"navigation": [
{
"title": "Getting Started",
"icon": "icon-star",
"items": [
{ "title": "Start here", "url": "/" }
]
},
{
"title": "Web Apps",
"icon": "icon-laptop",
"items": [
{ "title": "Node.js", "url": "/nodejs-tutorial" },
{ "title": "ASP.NET", "url": "/aspnet-tutorial" },
{ "title": "ASP.NET (OWIN)", "url": "/aspnet-owin-tutorial" },
{ "title": "Windows Azure", "url": "/azure-tutorial" },
{ "title": "ServiceStack", "url": "/servicestack-tutorial" },
{ "title": "PHP", "url": "/php-tutorial" },
{ "title": "Ruby", "url": "/rails-tutorial" },
{ "title": "Java", "url": "/java-tutorial" },
{ "title": "Python", "url": "/python-tutorial" }
]
},
{
"title": "Web APIs",
"icon": "icon-terminal",
"items": [
{ "title": "ASP.NET Web API", "url": "/aspnetwebapi-tutorial" },
{ "title": "ASP.NET Web API (OWIN)", "url": "/aspnetwebapi-owin-tutorial" },
{ "title": "Node.js API", "url": "/nodeapi-tutorial" },
{ "title": "Ruby API", "url": "/rubyapi-tutorial" },
{ "title": "PHP API", "url": "/phpapi-tutorial" },
{ "title": "Java API", "url": "/javaapi-tutorial" },
{ "title": "Python API", "url": "/pythonapi-tutorial" },
{ "title": ".NET WCF", "url": "/wcf-tutorial" },
{ "title": "AWS", "url": "/awsapi-tutorial" },
{ "title": "Azure Mobile Services", "url": "/wams" }
]
},
{
"title": "Mobile/Native",
"icon": "icon-mobile-phone",
"items": [
{ "title": "iOS", "url": "/ios-tutorial" },
{ "title": "Android", "url": "/android-tutorial" },
{ "title": "Windows Phone", "url": "/windowsphone-tutorial" },
{ "title": "Xamarin", "url": "/xamarin-tutorial" },
{ "title": "PhoneGap", "url": "/phonegap-tutorial" },
{ "title": "Windows 8 (JS)", "url": "/win8-tutorial" },
{ "title": "Windows 8 (C#)", "url": "/win8-cs-tutorial" },
{ "title": "WPF / Winforms", "url": "/wpf-winforms-tutorial" }
]
},
{
"title": "HTML5",
"icon": "icon-html5",
"items": [
{ "title": "Single Page Apps", "url": "/singlepageapp-tutorial" },
{ "title": "Ember.js", "url": "/ember-tutorial" },
{ "title": "Angular.js", "url": "/angular-tutorial" }
]
},
{
"title": "API Reference",
"icon": "icon-cogs",
"items": [
{ "title": "API", "url": "/api"},
{ "title": "Authentication Endpoints", "url": "/auth-api"}
]
},
{
"title": "Help Topics",
"icon": "icon-question-sign",
"items": [
{ "title": "Login Widget", "url":"/login-widget2"},
{ "title": "Normalized Profile", "url":"/user-profile"},
{ "title": "Logout", "url":"/logout"},
{ "title": "Rules", "url":"/rules"},
{ "title": "Rules Repository", "url":"https://github.com/auth0/rules"},
{ "title": "Active Directory", "url": "/ad" },
{ "title": "Database Connections", "url": "/mysql-connection-tutorial" },
{ "title": "Protocols", "url":"/protocols"},
{ "title": "Sequence Diagrams", "url":"/sequence-diagrams"},
{ "title": "Identity Providers", "url": "/identityproviders" },
{ "title": "SAML", "url":"/saml-configuration"},
{ "title": "Link Accounts", "url": "/link-accounts" },
{ "title": "Custom Signup", "url": "/custom-signup" }
]
}
],
"footer": []
}
}