docs: further finesse nimbus toggles (#38954)

* Finesse toggles

* Prettier

* fix

---------

Co-authored-by: Charis Lam <26616127+charislam@users.noreply.github.com>
This commit is contained in:
Chris Chinchilla
2025-09-23 18:55:48 +02:00
committed by GitHub
parent 9d597d7b13
commit 765aac4f2f
6 changed files with 93 additions and 21 deletions

View File

@@ -33,7 +33,11 @@
"database:replication": true,
"database:roles": true,
"docs:auth": true,
"docs:auth_architecture": true,
"docs:auth_configuration": true,
"docs:auth_flows": true,
"docs:auth_full_security": true,
"docs:auth_troubleshooting": true,
"docs:compliance": true,
"docs:contribution": true,
"docs:self-hosting": true,
@@ -41,6 +45,7 @@
"docs:full_getting_started": true,
"docs:full_platform": true,
"docs:hide_cli_profiles": true,
"docs:local_development": true,
"docs:mobile_tutorials": true,
"docs:pgtap": true,
"docs:production_checklist": true,
@@ -85,6 +90,7 @@
"reports:all": true,
"sdk:auth": true,
"sdk:csharp": true,
"sdk:dart": true,
"sdk:kotlin": true,

View File

@@ -116,21 +116,33 @@
"description": "Enable the database roles page"
},
"docs:auth": {
"docs:auth_architecture": {
"type": "boolean",
"description": "Enable auth docs"
"description": "Enable docs on Auth architecture"
},
"docs:contribution": {
"docs:auth_configuration": {
"type": "boolean",
"description": "Enable documentation on contribution"
"description": "Enable auth configuration docs"
},
"docs:auth_flows": {
"type": "boolean",
"description": "Enable docs on auth flows"
},
"docs:auth_full_security": {
"type": "boolean",
"description": "Full auth security docs enabled"
},
"docs:auth_troubleshooting": {
"type": "boolean",
"description": "Enable auth troubleshooting docs"
},
"docs:compliance": {
"type": "boolean",
"description": "Enable documentation on compliance"
},
"docs:self-hosting": {
"docs:contribution": {
"type": "boolean",
"description": "Enable documentation for self-hosting"
"description": "Enable documentation on contribution"
},
"docs:framework_quickstarts": {
"type": "boolean",
@@ -148,6 +160,10 @@
"type": "boolean",
"description": "Hide docs on CLI profiles"
},
"docs:local_development": {
"type": "boolean",
"description": "Enable local development documentation"
},
"docs:mobile_tutorials": {
"type": "boolean",
"description": "Enable mobile tutorials getting started documentation"
@@ -160,10 +176,15 @@
"type": "boolean",
"description": "Enable production checklist"
},
"docs:self-hosting": {
"type": "boolean",
"description": "Enable documentation for self-hosting"
},
"docs:web_apps": {
"type": "boolean",
"description": "Enable web apps getting started documentation"
},
"feedback:docs": {
"type": "boolean",
"description": "Enable feedback submission for docs site"
@@ -284,6 +305,10 @@
"description": "Enable the project reports page"
},
"sdk:auth": {
"type": "boolean",
"description": "Enable Auth SDK docs"
},
"sdk:csharp": {
"type": "boolean",
"description": "Enable the C# SDK"
@@ -336,13 +361,18 @@
"dashboard_auth:sign_in_with_email",
"database:replication",
"database:roles",
"docs:auth",
"docs:auth_architecture",
"docs:auth_configuration",
"docs:auth_flows",
"docs:auth_full_security",
"docs:auth_troubleshooting",
"docs:compliance",
"docs:contribution",
"docs:framework_quickstarts",
"docs:full_getting_started",
"docs:full_platform",
"docs:hide_cli_profiles",
"docs:local_development",
"docs:mobile_tutorials",
"docs:pgtap",
"docs:production_checklist",
@@ -375,6 +405,7 @@
"project_connection:show_orms",
"quickstarts:hide_nimbus",
"reports:all",
"sdk:auth",
"sdk:csharp",
"sdk:dart",
"sdk:kotlin",