diff --git a/.github/vale/Vocab/Backstage/accept.txt b/.github/vale/Vocab/Backstage/accept.txt index 2c50b55219..554c464259 100644 --- a/.github/vale/Vocab/Backstage/accept.txt +++ b/.github/vale/Vocab/Backstage/accept.txt @@ -178,6 +178,7 @@ Kaewkasi Kaswell Keyv Knex +Koyeb KPIs Kuang kubectl diff --git a/docs/deployment/.github/vale/Vocab/Backstage/accept.txt b/docs/deployment/.github/vale/Vocab/Backstage/accept.txt deleted file mode 100644 index f67e55fd94..0000000000 --- a/docs/deployment/.github/vale/Vocab/Backstage/accept.txt +++ /dev/null @@ -1 +0,0 @@ -Koyeb diff --git a/docs/deployment/koyeb.md b/docs/deployment/koyeb.md index 2d5bd7b375..9ff87350be 100644 --- a/docs/deployment/koyeb.md +++ b/docs/deployment/koyeb.md @@ -24,9 +24,9 @@ app: backend: baseUrl: https://.koyeb.app listen: + # The $PORT environment variable is a feature of Koyeb + # https://www.koyeb.com/docs/apps/services port: ${PORT] - # The $PORT environment variable is a feature of Koyeb - # https://www.koyeb.com/docs/apps/services ``` ## Push and deploy Backstage to Koyeb @@ -42,8 +42,6 @@ koyeb app init example-backstage \ --env PORT=8000 ``` -Your application will be built and deployed to Koyeb. Once the build has finished, you will be able to access your application running on Koyeb by clicking the URL ending with `.koyeb.app`. +Your application will be built and deployed to Koyeb. Once the build has finished, you will be able to access your application running on Koyeb by clicking the URL ending with `.koyeb.app`. Congratulations! Now you should have Backstage up and running! 🎉 - - diff --git a/microsite/sidebars.json b/microsite/sidebars.json index 5f55e19836..ab7036e97d 100644 --- a/microsite/sidebars.json +++ b/microsite/sidebars.json @@ -185,9 +185,7 @@ { "type": "category", "label": "Datadog", - "items": [ - "integrations/datadog-rum/installation" - ] + "items": ["integrations/datadog-rum/installation"] }, { "type": "category", @@ -219,23 +217,17 @@ { "type": "category", "label": "Gitea", - "items": [ - "integrations/gitea/locations" - ] + "items": ["integrations/gitea/locations"] }, { "type": "category", "label": "Google GCS", - "items": [ - "integrations/google-cloud-storage/locations" - ] + "items": ["integrations/google-cloud-storage/locations"] }, { "type": "category", "label": "LDAP", - "items": [ - "integrations/ldap/org" - ] + "items": ["integrations/ldap/org"] } ], "Plugins": [ @@ -263,9 +255,7 @@ { "type": "category", "label": "Testing", - "items": [ - "plugins/testing" - ] + "items": ["plugins/testing"] }, { "type": "category", @@ -355,16 +345,12 @@ { "type": "category", "label": "Guides", - "items": [ - "api/utility-apis" - ] + "items": ["api/utility-apis"] }, { "type": "category", "label": "API Reference", - "items": [ - "reference/index" - ] + "items": ["reference/index"] }, "api/deprecations" ], @@ -395,9 +381,7 @@ "architecture-decisions/adrs-adr012", "architecture-decisions/adrs-adr013" ], - "FAQ": [ - "FAQ" - ], + "FAQ": ["FAQ"], "Experimental Backend System": [ "backend-system/index", { @@ -432,13 +416,9 @@ { "type": "category", "label": "Core Services", - "items": [ - "backend-system/core-services/index" - ] + "items": ["backend-system/core-services/index"] } ], - "Accessibility": [ - "accessibility/index" - ] + "Accessibility": ["accessibility/index"] } }