Added JWT group sync instructions for each IdP (#545)

* Added JWT group sync instructions for each IdP
This commit is contained in:
shuuri-labs
2026-01-13 19:52:57 +01:00
committed by GitHub
parent ca6aa9fcc3
commit c31143ab83
23 changed files with 379 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ const withMDX = nextMDX({
/** @type {import('next').NextConfig} */
const nextConfig = {
turbopack: {},
assetPrefix: '/docs-static',
reactStrictMode: true,
pageExtensions: ['js', 'jsx', 'ts', 'tsx', 'mdx'],