feature(techdocs): added an example component in techdocs-backend containing a documentation reference
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# example docs
|
||||
|
||||
This is a basic example of documentation.
|
||||
@@ -0,0 +1,11 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: documented-component
|
||||
description: A Service with TechDocs documentation
|
||||
annotations:
|
||||
spotify.com/techdocs-ref: 'dir:./'
|
||||
spec:
|
||||
type: service
|
||||
lifecycle: experimental
|
||||
owner: documented@example.com
|
||||
@@ -0,0 +1,7 @@
|
||||
site_name: 'example-docs'
|
||||
|
||||
nav:
|
||||
- Home: index.md
|
||||
|
||||
plugins:
|
||||
- techdocs-core
|
||||
Reference in New Issue
Block a user