fed8b2eed7
Backend release / release (push) Waiting to run
Bandit Security Scan / bandit_scan (push) Waiting to run
Build and push multi-arch DocsGPT Docker image / build (linux/amd64, ubuntu-latest, amd64) (push) Waiting to run
Build and push multi-arch DocsGPT Docker image / build (linux/arm64, ubuntu-24.04-arm, arm64) (push) Waiting to run
Build and push multi-arch DocsGPT Docker image / manifest (push) Blocked by required conditions
Build and push DocsGPT FE Docker image for development / build (linux/amd64, ubuntu-latest, amd64) (push) Waiting to run
Build and push DocsGPT FE Docker image for development / build (linux/arm64, ubuntu-24.04-arm, arm64) (push) Waiting to run
Build and push DocsGPT FE Docker image for development / manifest (push) Blocked by required conditions
Python linting / ruff (push) Waiting to run
Run python tests with pytest / Run tests and count coverage (3.12) (push) Waiting to run
React Widget Build / build (push) Waiting to run
49 lines
1.3 KiB
JavaScript
49 lines
1.3 KiB
JavaScript
export default {
|
|
"DocsGPT-Settings": {
|
|
"title": "⚙️ App Configuration",
|
|
"href": "/Deploying/DocsGPT-Settings"
|
|
},
|
|
"OIDC-SSO": {
|
|
"title": "🔐 SSO with OIDC",
|
|
"href": "/Deploying/OIDC-SSO"
|
|
},
|
|
"Access-Control": {
|
|
"title": "👥 Access Control & Teams",
|
|
"href": "/Deploying/Access-Control"
|
|
},
|
|
"Docker-Deploying": {
|
|
"title": "🛳️ Docker Setup",
|
|
"href": "/Deploying/Docker-Deploying"
|
|
},
|
|
"Development-Environment": {
|
|
"title": "🛠️Development Environment",
|
|
"href": "/Deploying/Development-Environment"
|
|
},
|
|
"Kubernetes-Deploying": {
|
|
"title": "☸️ Deploying on Kubernetes",
|
|
"href": "/Deploying/Kubernetes-Deploying"
|
|
},
|
|
"Hosting-the-app": {
|
|
"title": "☁️ Hosting DocsGPT",
|
|
"href": "/Deploying/Hosting-the-app"
|
|
},
|
|
"Postgres-Migration": {
|
|
"title": "🐘 PostgreSQL for User Data",
|
|
"href": "/Deploying/Postgres-Migration"
|
|
},
|
|
"Observability": {
|
|
"title": "🔭 Observability",
|
|
"href": "/Deploying/Observability"
|
|
},
|
|
"Amazon-Lightsail": {
|
|
"title": "Hosting DocsGPT on Amazon Lightsail",
|
|
"href": "/Deploying/Amazon-Lightsail",
|
|
"display": "hidden"
|
|
},
|
|
"Railway": {
|
|
"title": "Hosting DocsGPT on Railway",
|
|
"href": "/Deploying/Railway",
|
|
"display": "hidden"
|
|
}
|
|
}
|