Skip to content

Commit bfffbe7

Browse files
JoshLuedemanCopilot
andcommitted
feat: add TechDocs configuration (mkdocs.yml)
Enables Backstage TechDocs rendering for this repository. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 6a1185b commit bfffbe7

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!include ../README.md

mkdocs.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
site_name: "Platform Engineering Copilot"
2+
site_description: Documentation for Platform Engineering Copilot
3+
repo_url: https://github.com/POps-Rox/platform-engineering-copilot
4+
edit_uri: edit/main/docs/
5+
6+
nav:
7+
- Home: index.md
8+
9+
plugins:
10+
- techdocs-core
11+
12+
markdown_extensions:
13+
- pymdownx.highlight
14+
- pymdownx.superfences:
15+
custom_fences:
16+
- name: mermaid
17+
class: mermaid
18+
format: !!python/name:pymdownx.superfences.fence_code_format

0 commit comments

Comments
 (0)