mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
<!--
Fixes generation script, adds new oauth docs pages, fixes bottom
navigation, adds mobile support, sidebar changes.
-->
<!-- ELLIPSIS_HIDDEN -->
----
> [!IMPORTANT]
> This PR adds OAuth provider documentation, enhances mobile navigation,
and updates Python-specific documentation for Stack Auth.
>
> - **OAuth Providers**:
> - Adds documentation for GitHub, Google, Facebook, Microsoft, Spotify,
Discord, GitLab, Apple, Bitbucket, LinkedIn, and X (Twitter) in
`docs/templates/concepts/auth-providers/`.
> - Updates `docs/docs-platform.yml` to include new OAuth provider
pages.
> - **Mobile Support**:
> - Enhances bottom navigation for mobile devices in
`docs/src/app/(home)/layout.tsx` and `docs/src/app/api/layout.tsx`.
> - Introduces `AIChatDrawer` and `AuthPanel` components for
mobile-friendly interactions.
> - **Documentation Enhancements**:
> - Adds Python-specific documentation for user authentication and team
management in `docs/templates-python/concepts/`.
> - Updates `docs/templates-python/meta.json` to include new Python
documentation pages.
> - Refines search functionality and UI components for better user
experience.
>
> <sup>This description was created by </sup>[<img alt="Ellipsis"
src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=stack-auth%2Fstack-auth&utm_source=github&utm_medium=referral)<sup>
for bf759151d8. You can
[customize](https://app.ellipsis.dev/stack-auth/settings/summaries) this
summary. It will automatically update as commits are pushed.</sup>
<!-- ELLIPSIS_HIDDEN -->
---------
Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>
37 lines
933 B
JSON
37 lines
933 B
JSON
{
|
|
"title": "Stack Auth",
|
|
"description": "Stack Auth Documentation",
|
|
"root": true,
|
|
"pages": [
|
|
"overview",
|
|
"faq",
|
|
"---Getting Started---",
|
|
"getting-started/setup",
|
|
"getting-started/components",
|
|
"getting-started/users",
|
|
"getting-started/production",
|
|
"---Concepts---",
|
|
"concepts/api-keys",
|
|
"concepts/backend-integration",
|
|
"concepts/custom-user-data",
|
|
"concepts/oauth",
|
|
"concepts/auth-providers",
|
|
"concepts/orgs-and-teams",
|
|
"concepts/permissions",
|
|
"concepts/stack-app",
|
|
"concepts/team-selection",
|
|
"concepts/user-onboarding",
|
|
"concepts/webhooks",
|
|
"---Customization---",
|
|
"customization/custom-pages",
|
|
"customization/custom-styles",
|
|
"customization/dark-mode",
|
|
"customization/internationalization",
|
|
"customization/page-examples",
|
|
"---Other---",
|
|
"others/cli-authentication",
|
|
"others/self-host",
|
|
"others/supabase"
|
|
]
|
|
}
|