Skip to content

Commit

Permalink
Portal docs
Browse files Browse the repository at this point in the history
  • Loading branch information
that-jill committed Jan 3, 2024
1 parent 4008f8d commit 34fa9f2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/api_chai/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
site_name: API Chai
nav:
- "Home": "README.md"
- "Changelog": "CHANGELOG.md"
plugins:
- techdocs-core
16 changes: 15 additions & 1 deletion portal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ spec:
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: ostruct-sanitozer
name: ostruct-sanitizer
title: OpenStruct sanitizer
description: >-
Provides Rails-like sanitization hooks to be applied to OpenStruct fields.
Expand All @@ -212,3 +212,17 @@ spec:
system: power-application-framework
lifecycle: production
subcomponentOf: power-tools
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: api_chai
title: ApiChai
description: >-
Serve up smooth API integrations with net-http, lightly steeped in graceful errors, Sentry & NewRelic reporting.
spec:
type: library
owner: heroes-for-hire
system: power-application-framework
lifecycle: production
subcomponentOf: power-tools

0 comments on commit 34fa9f2

Please sign in to comment.