mkdocs
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: dev-backstage
|
||||
title: Backstage (dev)
|
||||
description: Backstage instance running in Kubernetes
|
||||
annotations:
|
||||
backstage.io/kubernetes-id: backstage
|
||||
argocd.argoproj.io/ignore-differences: "true"
|
||||
backstage.io/techdocs-ref: dir:.
|
||||
links:
|
||||
- url: https://github.com/AllardKrings/kubernetes/dev/backstage
|
||||
title: backstage-configuratie
|
||||
docs:
|
||||
- url: ./README.md
|
||||
spec:
|
||||
type: service
|
||||
lifecycle: production
|
||||
owner: group:default/allarddcs
|
||||
subcomponentOf: component:default/DEV-cluster
|
||||
techdocs:
|
||||
builder: local
|
||||
@@ -7,12 +7,10 @@ metadata:
|
||||
annotations:
|
||||
backstage.io/kubernetes-id: backstage
|
||||
argocd.argoproj.io/ignore-differences: "true"
|
||||
backstage.io/techdocs-ref: dir:.
|
||||
backstage.io/techdocs-ref: dir:. # points to root
|
||||
links:
|
||||
- url: https://github.com/AllardKrings/kubernetes/dev/backstage
|
||||
- url: https://github.com/AllardKrings/kubernetes
|
||||
title: backstage-configuratie
|
||||
docs:
|
||||
- url: ./README.md
|
||||
spec:
|
||||
type: service
|
||||
lifecycle: production
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
site_name: Backstage Dev
|
||||
repo_url: "https://github.com/AllardKrings/kubernetes"
|
||||
edit_uri: "edit/master/dev/backstage"
|
||||
docs_dir: "." # <-- root folder
|
||||
theme:
|
||||
name: mkdocs
|
||||
plugins:
|
||||
- techdocs-core
|
||||
Reference in New Issue
Block a user