diff --git a/clusters/artemis/apps/nextcloud/catalog.yaml b/clusters/artemis/apps/nextcloud/catalog.yaml index 4e4b75f..e1de9f5 100644 --- a/clusters/artemis/apps/nextcloud/catalog.yaml +++ b/clusters/artemis/apps/nextcloud/catalog.yaml @@ -11,7 +11,7 @@ metadata: annotations: argocd/app-name: nextcloud argocd/app-namespace: nextcloud - backstage.io/techdocs-ref: dir:./clusters/artemis/apps/nextcloud + backstage.io/techdocs-ref: dir:. spec: type: service lifecycle: production diff --git a/clusters/artemis/apps/nextcloud/docs/index.md b/docs/index.md similarity index 100% rename from clusters/artemis/apps/nextcloud/docs/index.md rename to docs/index.md diff --git a/clusters/artemis/apps/nextcloud/mkdocs.yaml b/mkdocs.yaml similarity index 58% rename from clusters/artemis/apps/nextcloud/mkdocs.yaml rename to mkdocs.yaml index 8253979..4bbfe8a 100644 --- a/clusters/artemis/apps/nextcloud/mkdocs.yaml +++ b/mkdocs.yaml @@ -1,8 +1,7 @@ --- site_name: "Nextcloud" site_description: "Self-hosted file hosting service" -docs_dir: ./clusters/artemis/apps/nextcloud/docs nav: - - Introduction: docs/index.md + - Introduction: index.md plugins: - techdocs-core