Testes end for backstage
This commit is contained in:
parent
f93f15f079
commit
d3c7792da3
0
docs/index.md
Normal file
0
docs/index.md
Normal file
22
entities.yaml
Normal file
22
entities.yaml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
# https://backstage.io/docs/features/software-catalog/descriptor-format#kind-system
|
||||||
|
apiVersion: backstage.io/v1alpha1
|
||||||
|
kind: System
|
||||||
|
metadata:
|
||||||
|
name: examples
|
||||||
|
spec:
|
||||||
|
owner: guests
|
||||||
|
---
|
||||||
|
# https://backstage.io/docs/features/software-catalog/descriptor-format#kind-component
|
||||||
|
apiVersion: backstage.io/v1alpha1
|
||||||
|
kind: Component
|
||||||
|
metadata:
|
||||||
|
name: Athena
|
||||||
|
annotations:
|
||||||
|
backstage.io/techdocs-ref: dir:.
|
||||||
|
spec:
|
||||||
|
type: documentation
|
||||||
|
lifecycle: production
|
||||||
|
owner: guests
|
||||||
|
system: examples
|
||||||
|
providesApis: [example-grpc-api]
|
15
mkdocs.yaml
Normal file
15
mkdocs.yaml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
site_name: 'Dipal documentation'
|
||||||
|
nav:
|
||||||
|
- Home: index.md
|
||||||
|
plugins:
|
||||||
|
- techdocs-core
|
||||||
|
- build_plantuml:
|
||||||
|
render: 'server' # or "local" for local rendering
|
||||||
|
bin_path: '/usr/local/bin/plantuml' # ignored when render: server
|
||||||
|
server: 'http://www.plantuml.com/plantuml' # official plantuml server
|
||||||
|
disable_ssl_certificate_validation: true # for self-signed and invalid certs
|
||||||
|
output_format: 'svg' # or "png"
|
||||||
|
diagram_root: 'docs/diagrams' # should reside under docs_dir
|
||||||
|
output_folder: 'out'
|
||||||
|
input_folder: 'src'
|
||||||
|
input_extensions: '' # comma separated list of extensions to parse, by default every file is parsed
|
17
org.yaml
Normal file
17
org.yaml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
# https://backstage.io/docs/features/software-catalog/descriptor-format#kind-user
|
||||||
|
apiVersion: backstage.io/v1alpha1
|
||||||
|
kind: User
|
||||||
|
metadata:
|
||||||
|
name: guest
|
||||||
|
spec:
|
||||||
|
memberOf: [guests]
|
||||||
|
---
|
||||||
|
# https://backstage.io/docs/features/software-catalog/descriptor-format#kind-group
|
||||||
|
apiVersion: backstage.io/v1alpha1
|
||||||
|
kind: Group
|
||||||
|
metadata:
|
||||||
|
name: guests
|
||||||
|
spec:
|
||||||
|
type: team
|
||||||
|
children: []
|
Loading…
x
Reference in New Issue
Block a user