refactor(edp-poc): moved local development code and poc documentation design in respective folders

This commit is contained in:
Stephan Lo 2024-12-16 22:15:02 +01:00
parent 31f3f9f65d
commit 930159ce62
8 changed files with 25 additions and 0 deletions

View file

Before

Width:  |  Height:  |  Size: 295 KiB

After

Width:  |  Height:  |  Size: 295 KiB

View file

Before

Width:  |  Height:  |  Size: 264 KiB

After

Width:  |  Height:  |  Size: 264 KiB

View 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
View file

@ -0,0 +1,4 @@
site_name: Documentation Site
docs_dir: docs
plugins:
- techdocs-core