Skip to content

Commit 8dd3cb8

Browse files
grandmaesterSurajThotakuraBcnCarlos
authored
feat: Mintlify components integration documentations (#744)
* feat: Mintlify setup with universal components, added sample documentations * feat: updates to docs, style fixes, mocks updates * feat: test push for preview generation with latest package * feat: updates to my-org introduction * feat: updated content for components, fixed styling issues, added configs * feat: implemented i18n for components docs * feat: integrated with flatten config changes * feat: added support for french translations in component previews * feat: fixed radix dropdown and popper fix for layout shifts * feat: fixed all the table alignments * feat: fixed issue with preview layout on responsive devices * feat: fixed issue with dark mode system theme * feat: updated the components version to 1.0.0-beta.19 * feat: updated back the timeout value for component load * feat: add uic to getting started and tabs for frameworks * feat: components version bumped * feat: docs updated with latest content * feat: removed older docs content * feat: updated claude.md * feat: added latest docs * feat: fixed issue with build on mdx * Update build-delegated-admin.mdx * Update configure-org-domains.mdx * Update sso-provider-create.mdx * Update sso-provider-edit.mdx * Update sso-provider-table.mdx * Update edit-organization-details.mdx * Update configure-org-domains.mdx * Update sso-provider-create.mdx * Update sso-provider-edit.mdx * Update sso-provider-table.mdx * Update edit-organization-details.mdx * Update configure-org-domains.mdx * Update build-delegated-admin.mdx * Update universal-components-overview.mdx * Update universal-components-style.mdx * Update auth0-component-provider.mdx * Update build-delegated-admin.mdx * Update edit-organization-details.mdx * Update sso-provider-table.mdx * Update sso-provider-edit.mdx * Update sso-provider-create.mdx * Update configure-org-domains.mdx * Update build-delegated-admin.mdx * feat: add code snippet with required UL step-up instructions - added sign * fix: correct the my-org api end point references and improve the table formating * fix: code snippets intedtation and formatting * fix: broken reference links and my organization api reference * fix: remove params as headings and clean up the right side nav * feat: components version bumped to latest 1.0.0-beta.28 --------- Co-authored-by: Suraj Thotakura <suraj.thotakura@okta.com> Co-authored-by: Carlos Fung <carlos.fung@okta.com> Co-authored-by: Suraj Thotakura <31972379+SurajThotakura@users.noreply.github.com>
1 parent 29e5680 commit 8dd3cb8

44 files changed

Lines changed: 28672 additions & 1 deletion

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This is a **Mintlify-based documentation monorepo** for Auth0. It contains multi
99
- **`main/`** - Primary Auth0 documentation (https://auth0.com/docs)
1010
- **`auth4genai/`** - Auth0 for AI Agents documentation (https://auth0.com/ai/docs)
1111
- **`ui/`** - Shared React/Vite component library used across documentation sites
12+
- **`universal-components/`** - Shared React/Vite component library used for interactive components documentations
1213

1314
Each documentation site (`main`, `auth4genai`) operates independently with its own `docs.json` Mintlify configuration file.
1415

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ This repo contains the content, configuration, and styling for much of Auth0's d
1010

1111
* The `ui` directory contains a shared React component library for both docs sites. (See [the Docs UI library README](./ui/README.md) for more information.)
1212

13+
* The `universal-components` directory contains a shared React universal component library for both docs sites. (See [the Docs UI library README](./universal-components/README.md) for more information.)
14+
1315
To contribute to the docs, please coordinate with the Auth0 Product Docs and/or Product Management team, then read our [contribution guide](./CONTRIBUTING.md).

main/docs.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,40 @@
514514
},
515515
"docs/get-started/build-with-ai-tools"
516516
]
517+
},
518+
{
519+
"group": "Universal Components",
520+
"pages": [
521+
"docs/get-started/universal-components/universal-components-overview",
522+
"docs/get-started/universal-components/auth0-component-provider",
523+
"docs/get-started/universal-components/universal-components-style",
524+
{
525+
"group": "My Organization",
526+
"pages": [
527+
"docs/get-started/universal-components/my-organization/build-delegated-admin",
528+
{
529+
"group": "Domain Management",
530+
"pages": [
531+
"/docs/get-started/universal-components/my-organization/domain-management/configure-org-domains"
532+
]
533+
},
534+
{
535+
"group": "IDP Management",
536+
"pages": [
537+
"docs/get-started/universal-components/my-organization/idp-management/sso-provider-table",
538+
"docs/get-started/universal-components/my-organization/idp-management/sso-provider-create",
539+
"docs/get-started/universal-components/my-organization/idp-management/sso-provider-edit"
540+
]
541+
},
542+
{
543+
"group": "Organization Management",
544+
"pages": [
545+
"/docs/get-started/universal-components/my-organization/organization-management/edit-organization-details"
546+
]
547+
}
548+
]
549+
}
550+
]
517551
}
518552
]
519553
},
@@ -29163,4 +29197,4 @@
2916329197
"destination": "/docs/api/authentication/ws-federation/get-ws-federation-metadata"
2916429198
}
2916529199
]
29166-
}
29200+
}

0 commit comments

Comments
 (0)