Skip to content

Commit 80ae721

Browse files
committed
[README](../README.md)
1 parent 20d6007 commit 80ae721

8 files changed

+19
-0
lines changed

docs/part1-introduction.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ The **Proxmox Cluster Tasks** repository is designed to simplify and automate da
2929
---
3030

3131
The primary goal of this project is to streamline Proxmox VE cluster management, reduce manual effort, and improve operational consistency.
32+
33+
34+
[README](../README.md)

docs/part2-api-reference.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
## API Reference
22
- [Proxmox VE API Documentation](https://pve.proxmox.com/wiki/Proxmox_VE_API)
33
- [Proxmox VE API Viewer](https://pve.proxmox.com/pve-docs/api-viewer)
4+
5+
6+
[README](../README.md)

docs/part3-setup.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ backend = ProxmoxHTTPSBackend(
3535
verify_ssl=True
3636
)
3737
```
38+
39+
40+
[README](../README.md)

docs/part4-1-proxmoxapi-examples.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,4 @@ with ext_api as api:
6565

6666
These examples provide flexibility for API usage, allowing you to control request preparation and execution explicitly.
6767

68+
[README](../README.md)

docs/part4-2-advanced-examples.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,3 +192,5 @@ futures created
192192
```
193193

194194
These examples provide flexibility for advanced API usage, allowing you to control request preparation and execution explicitly, even in parallel scenarios.
195+
196+
[README](../README.md)

docs/part4-3-proxmoxapi-filtering.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,4 @@ This section clearly outlines how filtering works with examples for different da
6363

6464

6565

66+
[README](../README.md)

docs/part4-4-debug.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,6 @@ INFO: Node: c07, Result: {'kversion': 'Linux 6.8.12-5-pve #1 SMP PREEMPT_DYNAMIC
138138
INFO: Node: c08, Result: {'kversion': 'Linux 6.8.12-5-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-5 (2024-12-03T10:26Z)', 'cpus': 24, 'cpus_model': 'Intel(R) Xeon(R) CPU E5-2643 v2 @ 3.50GHz', 'memory_total': '125.85 GB', 'uptime': '6 days, 11:34:01'}
139139
```
140140
</details>
141+
142+
143+
[README](../README.md)

docs/part5-configuration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ API_BASE_URL=https://proxmox.local:8006
3434
SSH_HOSTNAME=proxmox.local
3535
SSH_USERNAME=root
3636
```
37+
38+
39+
[README](../README.md)

0 commit comments

Comments
 (0)