Skip to content

Commit 9142fcc

Browse files
committed
Docs: Add front matter to docs
1 parent c3020af commit 9142fcc

4 files changed

Lines changed: 42 additions & 3 deletions

File tree

docs/how-to/cli.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
---
2+
title: "Python Gardenlinux Lib - CLI"
3+
github_target_path: "docs/reference/supporting_tools/python-gardenlinux-lib/how-to/cli.md"
4+
migration_status: "new"
5+
migration_source: ""
6+
migration_issue: ""
7+
migration_stakeholder: "@tmangold, @yeoldegrove, @ByteOtter"
8+
migration_approved: false
9+
github_org: gardenlinux
10+
github_repo: python-gardenlinux-lib
11+
github_source_path: docs/how-to/cli.md
12+
---
13+
114
# Command-Line Interface
215

316
This page documents all available command-line tools provided by

docs/how-to/release.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
---
2+
title: "Python Gardenlinux Lib - Release Process"
3+
github_target_path: "docs/reference/supporting_tools/python-gardenlinux-lib/how-to/release.md"
4+
migration_status: "new"
5+
migration_source: ""
6+
migration_issue: ""
7+
migration_stakeholder: "@tmangold, @yeoldegrove, @ByteOtter"
8+
migration_approved: false
9+
github_org: gardenlinux
10+
github_repo: python-gardenlinux-lib
11+
github_source_path: docs/how-to/release.md
12+
---
13+
114
# Release Documentation
215

316
_python-gardenlinux-lib_ strictly follows the syntax and intention of

docs/overview/index.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
---
2+
title: "Python Gardenlinux Lib - Overview"
3+
github_target_path: "docs/reference/supporting_tools/python-gardenlinux-lib/overview/index.md"
4+
migration_status: "new"
5+
migration_source: ""
6+
migration_issue: ""
7+
migration_stakeholder: "@tmangold, @yeoldegrove, @ByteOtter"
8+
migration_approved: false
9+
github_org: gardenlinux
10+
github_repo: python-gardenlinux-lib
11+
github_source_path: docs/overview/index.md
12+
---
13+
114
# Garden Linux Python Library Documentation
215

316
Welcome to the Garden Linux Python Library documentation. This library provides
@@ -23,7 +36,7 @@ interacting with Garden Linux components. It includes:
2336
### Command-Line Interface
2437

2538
The library provides several command-line tools for common operations. See the
26-
[Command-Line Interface documentation](../reference/cli.md) for detailed
39+
[Command-Line Interface documentation](../how-to/cli.md) for detailed
2740
information about all available commands.
2841

2942
### Release Management
@@ -39,5 +52,5 @@ functions, see the
3952

4053
## Documentation Sections
4154

42-
- [Command-Line Interface](../reference/cli.md)
55+
- [Command-Line Interface](../how-to/cli.md)
4356
- [Release documentation](../how-to/release.md)

test-data/gardenlinux

Submodule gardenlinux updated 627 files

0 commit comments

Comments
 (0)