Skip to content

Task 24631392: Add docfx for CAPH #224

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
22 changes: 22 additions & 0 deletions docfx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"build": {
"content": [
{
"files": ["**/*.md", "**/toc.yml", "**/*.vsdx"],
"exclude": "_site/**"
}
],
"resource": [
{
"files": ["**/media/**", "**/images/**", "**/*.{jpg,png,svg}"]
}
],
"output": "_site",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": ["default", "modern"],
"postProcessors": [],
"keepFileLink": false,
"disableGitFeatures": false
}
}
3 changes: 3 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Index

Welcome to msk8s Cluster API Provider Azure Stack HCI (CAPH)! You may want to start with the [Getting Started page](./README.md).
8 changes: 8 additions & 0 deletions toc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- name: Readme
href: README.md
- name: Docs Readme
href: docs/README.md
- name: Getting Started
href: docs/getting-started.md
- name: Development
href: docs/development.md