-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathsettings.json
54 lines (54 loc) · 1.96 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
{
"theme": "default",
"title": "Auth0 Docs",
"menus": {
"navigation": [
{
"title": "Getting Started",
"items": [
{ "title": "Start here", "url": "/" }
]
},
{
"title": "Tutorials Web",
"items": [
{ "title": "Node", "url": "/nodejs-tutorial" },
{ "title": "ASP.NET", "url": "/aspnet-tutorial" },
{ "title": "Web API & SPA", "url": "/webapi" },
{ "title": "Windows Azure", "url": "/azure-tutorial" },
{ "title": "ServiceStack", "url": "/servicestack-tutorial" },
{ "title": "WCF", "url": "/wcf-tutorial" },
{ "title": "Ruby on Rails", "url": "/rails-tutorial" }
]
},
{
"title": "Tutorials (Mobile/Native)",
"items": [
{ "title": "iOS", "url": "/ios-tutorial" },
{ "title": "Android", "url": "/android-tutorial" },
{ "title": "Windows Phone", "url": "/windowsphone-tutorial" },
{ "title": "Xamarin", "url": "/xamarin-tutorial" },
{ "title": "Windows 8 (JS)", "url": "/win8-tutorial" },
{ "title": "Windows 8 (C#)", "url": "/win8-cs-tutorial" },
{ "title": "WPF / Winforms", "url": "/wpf-winforms-tutorial" }
]
},
{
"title": "Advanced topics",
"items": [
{ "title": "Normalized Profile", "url":"/user-profile"},
{ "title": "Login Widget", "url":"/login-widget"},
{ "title": "Logout", "url":"/logout"},
{ "title": "Rules", "url":"/rules"},
{ "title": "Database Connections", "url": "/mysql-connection-tutorial" },
{ "title": "API Reference", "url":"/api-reference"},
{ "title": "Protocols", "url":"/protocols"},
{ "title": "Identity Providers", "url": "/identityproviders" },
{ "title": "SAML", "url":"/saml-configuration"},
{ "title": "Link Accounts", "url": "/link-accounts" }
]
}
],
"footer": []
}
}