refactor(edp-poc): moved local development code and poc documentation design in respective folders
This commit is contained in:
parent
31f3f9f65d
commit
930159ce62
8 changed files with 25 additions and 0 deletions
Before Width: | Height: | Size: 295 KiB After Width: | Height: | Size: 295 KiB |
Before Width: | Height: | Size: 264 KiB After Width: | Height: | Size: 264 KiB |
21
edp-backstage-integration/catalog-info.yaml
Normal file
21
edp-backstage-integration/catalog-info.yaml
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
apiVersion: backstage.io/v1alpha1
|
||||||
|
kind: Component
|
||||||
|
metadata:
|
||||||
|
namespace: edppoc
|
||||||
|
name: documentation
|
||||||
|
description: This component represents the documentation for our project.
|
||||||
|
annotations:
|
||||||
|
backstage.io/techdocs-ref: dir:..
|
||||||
|
tags:
|
||||||
|
- documentation
|
||||||
|
- docs
|
||||||
|
spec:
|
||||||
|
type: documentation
|
||||||
|
owner: team-name
|
||||||
|
lifecycle: active
|
||||||
|
providesApis:
|
||||||
|
- documentation-api
|
||||||
|
consumesApis:
|
||||||
|
- other-api
|
||||||
|
dependsOn:
|
||||||
|
- resource:other-component
|
4
mkdocs.yml
Normal file
4
mkdocs.yml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
site_name: Documentation Site
|
||||||
|
docs_dir: docs
|
||||||
|
plugins:
|
||||||
|
- techdocs-core
|
Loading…
Reference in a new issue