Skip to content

Commit 050e22e

Browse files
author
Nathan Totten
committedSep 12, 2016
Moved config to repo
1 parent cc5868d commit 050e22e

File tree

6 files changed

+419
-0
lines changed

6 files changed

+419
-0
lines changed
 

‎config/app-types.yml

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
## ------------------------------------------------------------
2+
## Quickstart Configuration
3+
## This document contains configuration for the quickstart
4+
##
5+
## ------------------------------------------------------------
6+
7+
appTypes:
8+
- title: Mobile App
9+
name: native
10+
description: "Mobile, desktop, and hybrid apps"
11+
example: "eg: iOS, Android"
12+
question: "Select a native SDK"
13+
budicon: 243
14+
slug: native-platforms
15+
16+
- title: Single Page App
17+
name: spa
18+
description: "A JavaScript front-end app that uses an API"
19+
example: "eg: AngularJS, React"
20+
question: "What technology are you using for your web app?"
21+
budicon: 349
22+
slug: client-platforms
23+
24+
- title: Web App
25+
name: webapp
26+
description: "Traditional server rendered web app"
27+
example: "eg: Express.js, ASP.NET"
28+
question: "What technology are you using for your web app?"
29+
budicon: 349
30+
slug: server-platforms
31+
32+
- title: Backend/API
33+
name: backend
34+
description: "An API or service that does JWT validation"
35+
example: "eg: Hapi.js API, ASP.NET API"
36+
question: "Select an API or backend platform"
37+
budicon: 649
38+
slug: server-apis

‎config/cards.yml

+162
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,162 @@
1+
## ------------------------------------------------------------
2+
## Home Page Cards Configuration
3+
## This document contains configuration for the cards on the docs home
4+
##
5+
## ------------------------------------------------------------
6+
7+
- id: "getting-started"
8+
title: "Getting Started"
9+
icon: "icon-budicon-499"
10+
color: "orange"
11+
description: "Learn the basics of using Auth0."
12+
url: "/topics/getting-started"
13+
articles:
14+
15+
- title: "Overview"
16+
url: "/overview"
17+
18+
- title: Developer Videos
19+
url: /videos
20+
21+
- title: Architecture Scenarios
22+
url: /architecture-scenarios
23+
24+
- id: "ui-components"
25+
title: "UI Components"
26+
icon: "icon-budicon-342"
27+
color: "blue-light"
28+
description: "Integrate Auth0 login and signup UI into your app."
29+
url: "/libraries/when-to-use-lock"
30+
articles:
31+
32+
- title: "Lock for Web"
33+
url: "/libraries/lock"
34+
35+
- title: "Lock for iOS"
36+
url: "/libraries/lock-ios"
37+
38+
- title: "Lock for Android"
39+
url: "/libraries/lock-android"
40+
41+
- id: "identity-glossary"
42+
title: "Identity Glossary"
43+
icon: "icon-budicon-715"
44+
color: "oil"
45+
description: "Learn the protocols and terminologies for identity."
46+
url: "/topics/identity-glossary"
47+
articles:
48+
49+
- title: "Protocols"
50+
url: "/protocols"
51+
52+
- title: "Tokens"
53+
url: "/tokens"
54+
55+
- title: "JWT"
56+
url: "/jwt"
57+
58+
59+
- id: "guides"
60+
title: "Guides"
61+
icon: "icon-budicon-399"
62+
color: "green"
63+
description: "Guidance and tutorials about common solutions."
64+
url: "/topics/guides"
65+
articles:
66+
67+
- title: "API Auth"
68+
url: "/api-auth"
69+
70+
- title: "Refresh Tokens"
71+
url: "/refresh-token"
72+
73+
- title: "Importing and Migrating"
74+
url: "/connections/database/migrating"
75+
76+
- id: "apis"
77+
title: "APIs"
78+
icon: "icon-budicon-546"
79+
color: "blue"
80+
description: "Working directly with Auth0 APIs"
81+
url: "/api/info"
82+
articles:
83+
84+
- title: "API Overview"
85+
url: "/api/info"
86+
87+
- title: "Authentication API"
88+
url: "/api/authentication"
89+
forceFullReload: true
90+
91+
- title: "Management API"
92+
url: "/api/management/v2"
93+
forceFullReload: true
94+
95+
- id: "appliance"
96+
title: "Appliance"
97+
icon: "icon-budicon-359"
98+
color: "pink"
99+
description: "Deploying and managing a private instance of Auth0."
100+
url: "/appliance"
101+
articles:
102+
103+
- title: "Appliance Planning"
104+
url: "/appliance/appliance-overview"
105+
106+
- title: Administrator's Manual
107+
url: /appliance/admin
108+
109+
- title: Onboarding Process
110+
url: /onboarding/appliance-sprint
111+
112+
- id: "extensibility"
113+
title: "Extensibility"
114+
icon: "icon-budicon-173"
115+
color: "red"
116+
description: "Adding to and customizing Auth0's standard feature set."
117+
url: "/topics/extensibility"
118+
articles:
119+
120+
- title: "Rules"
121+
url: "/rules"
122+
123+
- title: "Extensions"
124+
url: "/extensions"
125+
126+
- title: "Webtasks"
127+
url: "https://webtask.io/docs/101"
128+
129+
130+
- id: "identity-providers"
131+
title: "Identity Providers"
132+
icon: "icon-budicon-297"
133+
color: "yellow"
134+
description: "Integrating Auth0 with identity providers."
135+
url: "/identityproviders"
136+
articles:
137+
138+
- title: "Database Connections"
139+
url: "/connections/database"
140+
141+
- title: "Social Connections"
142+
url: "/identityproviders#social"
143+
144+
- title: "Passwordless"
145+
url: "/connections/passwordless"
146+
147+
- id: "enterprise-identity"
148+
title: "Enterprise Identity"
149+
icon: "icon-budicon-606"
150+
color: "oil"
151+
description: "Integrating and integrating enterprise identity solutions."
152+
url: "/identityproviders#enterprise"
153+
articles:
154+
155+
- title: "Active Directory"
156+
url: "/connections/enterprise/active-directory"
157+
158+
- title: "Active Directory Connector"
159+
url: "/connections/passwordless"
160+
161+
- title: "SAML"
162+
url: "/saml-configuration"
File renamed without changes.

‎config/sections.yml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## ------------------------------------------------------------
2+
## Top Nav Configuration
3+
## This document contains configuration for the top nav sections
4+
##
5+
## ------------------------------------------------------------
6+
7+
- id: "articles"
8+
title: "Articles"
9+
url: "/overview"
10+
11+
- id: "sdks"
12+
title: "SDKs"
13+
url: "/sdks"
14+
15+
- id: "apis"
16+
title: "APIs"
17+
url: "/api/info"
18+
19+
- id: "quickstarts"
20+
title: "QuickStarts"
21+
url: "/quickstarts"
22+
23+
- id: "appliance"
24+
title: "Appliance"
25+
url: "/appliance"

‎config/sidebar.yml

+194
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,194 @@
1+
## ------------------------------------------------------------
2+
## Sidebar Nav Configuration
3+
## This document contains configuration for the sidebar
4+
##
5+
## ------------------------------------------------------------
6+
7+
articles:
8+
9+
- title: Getting Started
10+
url: "/overview"
11+
icon: "icon-budicon-500"
12+
children:
13+
- title: Overview
14+
url: /overview
15+
- title: Developer Videos
16+
url: /videos
17+
- title: Architecture Scenarios
18+
url: /architecture-scenarios
19+
20+
- title: "Applications"
21+
url: "/applications"
22+
icon: "icon-budicon-349"
23+
24+
- title: "Rules"
25+
url: "/rules"
26+
icon: "icon-budicon-173"
27+
28+
- title: "Identity Providers"
29+
url: "/identityproviders"
30+
icon: "icon-budicon-297"
31+
32+
- title: "Single Sign-On"
33+
url: "/sso"
34+
icon: "icon-budicon-170"
35+
36+
- title: "User Profile"
37+
url: "/user-profile"
38+
icon: "icon-budicon-289"
39+
children:
40+
41+
- title: "Metadata"
42+
url: "/metadata"
43+
44+
- title: "Multifactor Authentication"
45+
url: "/multifactor-authentication"
46+
icon: "icon-budicon-243"
47+
children:
48+
49+
- title: "Auth0 Guardian"
50+
url: "/multifactor-authentication/guardian"
51+
children:
52+
53+
- title: "Admin Guide"
54+
url: "/multifactor-authentication/guardian/admin-guide"
55+
56+
- title: "Dev Guide"
57+
url: "/multifactor-authentication/guardian/dev-guide"
58+
59+
- title: "User Guide"
60+
url: "/multifactor-authentication/guardian/user-guide"
61+
62+
- title: "SMS"
63+
url: "/multifactor-authentication#mfa-with-sms"
64+
65+
- title: "Google Authenticator"
66+
url: "/multifactor-authentication/google-authenticator"
67+
68+
- title: "Duo Security"
69+
url: "/multifactor-authentication/duo"
70+
71+
- title: "Custom MFA"
72+
url: "/multifactor-authentication#mfa-using-a-custom-provider"
73+
74+
# children:
75+
#
76+
# - title: "Admin Guide"
77+
# url: "/multifactor-authentication/google-auth/admin-guide"
78+
#
79+
# - title: "Dev Guide"
80+
# url: "/multifactor-authentication/google-auth/dev-guide"
81+
#
82+
# - title: "User Guide"
83+
# url: "/multifactor-authentication/google-auth/user-guide"
84+
85+
- title: "Passwordless Authentication"
86+
url: "/connections/passwordless"
87+
icon: "icon-budicon-499"
88+
89+
- title: "AD Connector"
90+
url: "/connector"
91+
icon: "icon-budicon-606"
92+
93+
- title: "Lock"
94+
url: "/libraries/lock"
95+
icon: "icon-budicon-399"
96+
children:
97+
- title: "Lock for Web"
98+
url: "/libraries/lock"
99+
100+
- title: "Lock for iOS"
101+
url: "/libraries/lock-ios"
102+
103+
- title: "Lock for Android"
104+
url: "/libraries/lock-android"
105+
106+
- title: "Lock vs. Custom UI"
107+
url: "/libraries/when-to-use-lock"
108+
109+
110+
111+
- title: "Plugins"
112+
url: "/cms#wordpress-plugin"
113+
icon: "icon-budicon-423"
114+
children:
115+
116+
- title: "Wordpress"
117+
url: "/cms#wordpress-plugin"
118+
119+
- title: "Joomla"
120+
url: "/cms#joomla-extension"
121+
122+
- title: "SharePoint"
123+
url: "https://github.com/auth0/auth0-sharepoint"
124+
125+
apis:
126+
127+
- title: "Overview"
128+
url: "/api/info"
129+
130+
- title: "Testing with Postman"
131+
url: "/api/postman"
132+
133+
- title: Authentication API
134+
url: "/api/authentication"
135+
forceFullReload: true
136+
137+
- title: Management API
138+
url: "/api/management/v2/"
139+
forceFullReload: true
140+
children:
141+
- title: API Tokens
142+
url: /api/management/v2/tokens
143+
forceFullReload: true
144+
- title: Query String Syntax
145+
url: /api/management/v2/query-string-syntax
146+
forceFullReload: true
147+
- title: User Search
148+
url: /api/management/v2/user-search
149+
forceFullReload: true
150+
151+
152+
153+
154+
appliance:
155+
156+
- title: "Introduction"
157+
icon: "icon-budicon-714"
158+
url: "/appliance"
159+
160+
- title: "Appliance Planning"
161+
icon: "icon-budicon-494"
162+
url: "/appliance/appliance-overview"
163+
children:
164+
- title: Geographic High-Availability
165+
url: /appliance/geo-ha
166+
- title: Infrastructure Requirements
167+
url: /appliance/infrastructure
168+
- title: Customer Onboarding
169+
url: /onboarding/appliance-sprint
170+
- title: Onboarding Requirements
171+
url: /appliance/private-cloud-requirements
172+
173+
- title: "Appliance Administration"
174+
icon: "icon-budicon-327"
175+
url: "/appliance/admin"
176+
children:
177+
- title: Release Notes
178+
url: https://auth0.com/changelog/appliance
179+
- title: Administrator's Manual
180+
url: /appliance/admin
181+
- title: Dashboard/Configuration Area
182+
url: /appliance/dashboard
183+
- title: Monitoring Tools
184+
url: /appliance/monitoring
185+
- title: Command-Line Interface Tools
186+
url: /appliance/cli
187+
- title: Automatic Tenant Creation
188+
url: /appliance/admin/creating-tenants
189+
- title: Node Module Availibility
190+
url: /appliance/modules
191+
- title: Webtasks
192+
url: /appliance/webtasks
193+
- title: Disaster Recovery
194+
url: /appliance/geo-ha/disaster-recovery

‎tests.json ‎config/tests.json

File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.