Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit bd7f077

Browse files
authored
Merge pull request #20 from powerhome/initial-portal-config
Initial portal config
2 parents 81d864e + 9d76135 commit bd7f077

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed
File renamed without changes.
File renamed without changes.

mkdocs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
site_name: Consent
2+
site_description: Consent Documentation
3+
nav:
4+
- "Home": "README.md"
5+
- "TODO": "TODO.md"
6+
plugins:
7+
- techdocs-core

portal.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: Component
3+
metadata:
4+
name: consent
5+
title: Consent
6+
description: DSL for constructing CanCanCan Abilities
7+
annotations:
8+
backstage.io/techdocs-ref: dir:.
9+
spec:
10+
type: library
11+
owner: heroes-for-hire
12+
lifecycle: production

0 commit comments

Comments
 (0)