Skip to content

Commit 9bbcd2d

Browse files
committed
docs: restructure diataxis and aggregation
Signed-off-by: Eike Waldt <waldt@b1-systems.de> On-behalf-of: SAP <eike.waldt@sap.com>
1 parent 10eb691 commit 9bbcd2d

3 files changed

Lines changed: 13 additions & 97 deletions

File tree

docs/how-to/cli.md

Lines changed: 0 additions & 91 deletions
This file was deleted.

docs/how-to/release.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Python Gardenlinux Lib - Release Process"
3-
github_target_path: "docs/reference/supporting_tools/python-gardenlinux-lib/how-to/release.md"
2+
title: Release Process - Python Library
3+
description: Release a new version of the Garden Linux Python Library
44
migration_status: "new"
55
migration_source: ""
66
migration_issue: ""
@@ -9,6 +9,7 @@ migration_approved: false
99
github_org: gardenlinux
1010
github_repo: python-gardenlinux-lib
1111
github_source_path: docs/how-to/release.md
12+
github_target_path: docs/how-to/python-gardenlinux-lib-release.md
1213
---
1314

1415
# Release Documentation
@@ -59,6 +60,12 @@ command line.
5960
```
6061

6162
Or in `requirements.txt`:
63+
6264
```
6365
gardenlinux @ git+https://github.com/gardenlinux/python-gardenlinux-lib.git@1.0.0
6466
```
67+
68+
## Next Steps
69+
70+
- [Python Library](/reference/supporting-tools/python-gardenlinux-lib.md)
71+
- [Command-Line Interface - Python Library](/reference/python-gardenlinux-lib-cli.md)

docs/overview/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ migration_approved: false
99
github_org: gardenlinux
1010
github_repo: python-gardenlinux-lib
1111
github_source_path: docs/overview/index.md
12-
github_target_path: "docs/reference/supporting_tools/python-gardenlinux-lib/overview/index.md"
12+
github_target_path: "docs/reference/supporting_tools/python-gardenlinux-lib.md"
1313
---
1414

1515
# Garden Linux Python Library Documentation
@@ -51,7 +51,7 @@ For detailed Python API documentation, including all modules, classes, and
5151
functions, see the
5252
[API Reference on ReadTheDocs](https://gardenlinux.github.io/python-gardenlinux-lib/api.html).
5353

54-
## Documentation Sections
54+
## Next Steps
5555

56-
- [Command-Line Interface](../how-to/cli.md)
57-
- [Release documentation](../how-to/release.md)
56+
- [Command-Line Interface - Python Library](/reference/python-gardenlinux-lib-cli.md)
57+
- [Release Process - Python Library](/how-to/python-gardenlinux-lib-release.md)

0 commit comments

Comments
 (0)