Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: dynamicio
description: A pandas I/O wrapper.
annotations:
backstage.io/techdocs-ref: dir:. # enables TechDocs for the repo
github.com/project-slug: "VorTECHsa/dynamicio"
spec:
type: library
lifecycle: production
owner: group:default/dpt-turingeries
6 changes: 6 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# dynamicio

Welcome! This is your docs home page.

- Edit content in `docs/`
- Configure nav in `mkdocs.yaml`
8 changes: 8 additions & 0 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
site_name: dynamicio
nav:
- Home: index.md

plugins:
- techdocs-core

docs_dir: docs
Loading