Skip to content

Commit f97452f

Browse files
committed
new structure doc and rename
1 parent 94a2449 commit f97452f

28 files changed

+97
-301
lines changed

docs/docs/guides/object-storage.mdx

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

docs/docs/infrahubctl.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It's meant to run on any laptop or server and it communicates with a remote Infr
1818

1919
## Installation
2020

21-
The `infrahubctl` command line utility is installed as a part of the [Infrahub SDK for Python]($(local_base_url_1)python-sdk/guides/installation#ctl).
21+
The `infrahubctl` command line utility is installed as a part of the [Infrahub SDK for Python]($(base_url)python-sdk/guides/installation#ctl).
2222

2323
## Configuration
2424

docs/docs/introduction.mdx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Tools & SDKs
3+
---
4+
5+
# Tools & SDKs
6+
7+
Welcome to the Tools & SDKs section of our project. This section contains essential developer tools and software development kits that will help you interact with and extend our platform.
8+
9+
## Contents
10+
11+
This section includes:
12+
13+
- **SDK (Software Development Kit)**
14+
Our SDK provides a comprehensive set of development tools, libraries, documentation, code samples, and processes that allow you to create applications for our platform.
15+
16+
- **infrahubctl (Command Line Interface)**
17+
infrahubctl is our command-line interface tool that enables you to manage and interact with our infrastructure directly from your terminal. It provides a powerful and efficient way to automate tasks and integrate with your existing workflows.
18+
19+
## Getting Started
20+
21+
To begin using these tools, please refer to the specific documentation in each tool's directory:
22+
23+
- [SDK Documentation](/python-sdk/introduction)
24+
- [Infrahubctl Documentation](/infrahubctl)

examples/branch_create.py renamed to docs/docs/python-sdk/examples/branch_create.py

File renamed without changes.

examples/branch_create_sync.py renamed to docs/docs/python-sdk/examples/branch_create_sync.py

File renamed without changes.

examples/branch_list.py renamed to docs/docs/python-sdk/examples/branch_list.py

File renamed without changes.

examples/branch_list_sync.py renamed to docs/docs/python-sdk/examples/branch_list_sync.py

File renamed without changes.

examples/branch_merge.py renamed to docs/docs/python-sdk/examples/branch_merge.py

File renamed without changes.

examples/branch_merge_sync.py renamed to docs/docs/python-sdk/examples/branch_merge_sync.py

File renamed without changes.

examples/branch_rebase.py renamed to docs/docs/python-sdk/examples/branch_rebase.py

File renamed without changes.

0 commit comments

Comments
 (0)