Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
211 changes: 211 additions & 0 deletions main/docs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,211 @@
{
"theme": "mint",
"$schema": "https://mintlify.com/docs.json",
"name": "Auth0",
"colors": {
"primary": "#3e58e7",
"light": "#3e58e7",
"dark": "#3e58e7"
},
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg",
"href": "https://auth0.com/"
},
"favicon": "/favicon.svg",
"appearance": {
"default": "dark"
},
"background": {
"decoration": "gradient",
"color": {
"dark": "#111111"
}
},
"navbar": {
"links": [
{
"label": "Support",
"href": "https://support.auth0.com/?_gl=1*6b4e22*_gcl_au*NDQ2MzUyMjYyLjE3NDU4MjIwNjU.*_ga*MTM1NTI4MjM1Ni4xNzQ1ODIyMDY1*_ga_QKMSDV5369*MTc0NTgzMjY5OC40LjEuMTc0NTgzMzA3Mi4zNS4wLjA."
},
{
"label": "Sign up",
"href": "https://auth0.com/signup?place=header&type=button&text=sign%20up"
}
],
"primary": {
"type": "button",
"label": "Contact sales",
"href": "https://auth0.com/contact-us?place=header&type=button&text=contact%20sales"
}
},
"navigation": {
"global": {
"anchors": [
{
"anchor": "Help Center",
"icon": "circle-question",
"href": "https://community.auth0.com/c/help/6?_gl=1*6b4e22*_gcl_au*NDQ2MzUyMjYyLjE3NDU4MjIwNjU.*_ga*MTM1NTI4MjM1Ni4xNzQ1ODIyMDY1*_ga_QKMSDV5369*MTc0NTgzMjY5OC40LjEuMTc0NTgzMzA3Mi4zNS4wLjA."
},
{
"anchor": "Community",
"icon": "users",
"href": "https://community.auth0.com/?_gl=1*1obco81*_gcl_au*NDQ2MzUyMjYyLjE3NDU4MjIwNjU.*_ga*MTM1NTI4MjM1Ni4xNzQ1ODIyMDY1*_ga_QKMSDV5369*MTc0NTgzMjY5OC40LjEuMTc0NTgzMzA2MC40Ny4wLjA."
},
{
"anchor": "Blog",
"icon": "newspaper",
"href": "https://auth0.com/blog/"
}
]
},
"languages": [
{
"language": "en",
"tabs": [
{
"tab": "Home",
"pages": [
"index"
]
},
{
"tab": "Articles",
"groups": [
{
"group": " ",
"pages": [
"docs/articles"
]
},
{
"group": "Get Started",
"pages": [
{
"group": "Identity Fundamentals",
"pages": [
"docs/get-started/identity-fundamentals",
"docs/get-started/identity-fundamentals/identity-and-access-management",
"docs/get-started/identity-fundamentals/introduction-to-auth0",
"docs/get-started/identity-fundamentals/authentication-and-authorization"
]
}
]
},
{
"group": "Troubleshoot",
"pages": [
"docs/troubleshoot/debugging-best-practices",
"docs/troubleshoot/error-handling-best-practices"
]
},
{
"group": "Resources",
"pages": [
"docs/artifact-hub"
]
}
]
},
{
"tab": "Quickstarts",
"groups": [
{
"group": " ",
"pages": [
"docs/quickstarts"
]
},
{
"group": "Single-page app libraries",
"pages": [
"docs/quickstart/spa/angular/interactive",
"docs/quickstart/native/android/interactive"
]
}
]
}
]
},
{
"language": "ja",
"tabs": [
{
"tab": "Home",
"pages": [
"ja/index"
]
},
{
"tab": "Articles",
"groups": [
{
"group": " ",
"pages": [
"ja/docs/articles"
]
},
{
"group": "Get Started",
"pages": [
{
"group": "Identity Fundamentals",
"pages": [
"ja/docs/get-started/identity-fundamentals",
"ja/docs/get-started/identity-fundamentals/identity-and-access-management",
"ja/docs/get-started/identity-fundamentals/introduction-to-auth0",
"ja/docs/get-started/identity-fundamentals/authentication-and-authorization"
]
}
]
},
{
"group": "Troubleshoot",
"pages": [
"ja/docs/troubleshoot/debugging-best-practices",
"ja/docs/troubleshoot/error-handling-best-practices"
]
}
]
},
{
"tab": "Quickstarts",
"groups": [
{
"group": " ",
"pages": [
"ja/docs/quickstarts"
]
},
{
"group": "Single-page app libraries",
"pages": [
"ja/docs/quickstart/spa/angular/interactive"
]
}
]
}
]
}
]
},
"footer": {
"socials": {
"x": "https://twitter.com/auth0",
"linkedin": "https://linkedin.com/company/auth0",
"github": "https://github.com/auth0"
}
},
"fonts": {
"heading": {
"family": "Aeonik",
"source": "https://cdn.auth0.com/website/cic-homepage/fonts/Aeonik-Regular.woff2",
"format": "woff2"
},
"body": {
"family": "Aeonik",
"source": "https://cdn.auth0.com/website/cic-homepage/fonts/Aeonik-Regular.woff2",
"format": "woff2"
}
}
}
28 changes: 28 additions & 0 deletions main/docs/articles.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: Auth0 Docs
description: "Rely on the Auth0 identity platform to add sophisticated authentication and authorization to your applications. Centralize and manage users from multiple identity providers and give them branded, seamless signup and login experiences. Finely control access with a degree of customization that can accommodate even the most complex security requirements. Easily deploy your implementation and monitor status and services."
sidebarTitle: Home
---
<CardGroup cols={2}>
<Card title="Get Started" icon="bolt" iconType="solid" horizontal href="/docs/get-started/identity-fundamentals" >
Learn the basics and begin building your authentication solution.
</Card>
<Card title="Authenticate" icon="lock" iconType="solid" horizontal href="#" >
Define how your applications and APIs verify the identity of a user or device.
</Card>
<Card title="Manage Users" icon="user-gear" iconType="solid" horizontal href="#" >
Store and manage custom details about your users.
</Card>
<Card title="Customize" icon="puzzle" iconType="solid" horizontal href="#" >
Customize Auth0 using your own branding and extend our functionality to solve your unique identity needs.
</Card>
<Card title="Secure" icon="shield-check" iconType="solid" horizontal href="#" >
Add multi-factor authentication and defend your application from bots, suspicious IPs, and password breaches.
</Card>
<Card title="Deploy and Monitor" icon="chart-line" iconType="solid" horizontal href="#" >
Deploy Auth0 for your applications and monitor system health and events.
</Card>
<Card title="Troubleshoot" icon="dharmachakra" iconType="solid" horizontal href="/docs/troubleshoot/debugging-best-practices" >
Troubleshoot challenges, learn about Auth0’s different levels of support, and get help.
</Card>
</CardGroup>
Loading