Skip to content

Commit 863bb14

Browse files
fatih-acarclaude
andcommitted
docs: separate backup and collect in the sidebar; move constitution to its own PR
- Group tool-specific guides under Infrahub Backup and Infrahub Collect categories in the sidebar and the readme guide list, with the shared install guide above both - Add the missing collect guide link to the readme - Accept the Infrahub Backup and Infrahub Collect product names in the Vale sentence-case exceptions - Restore .specify/memory/constitution.md to the main version: the ratified v1.1.0 constitution now ships separately in #138 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 7311e02 commit 863bb14

3 files changed

Lines changed: 28 additions & 7 deletions

File tree

.vale/styles/Infrahub/sentence-case.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ exceptions:
109109
- include_in_menu & menu_placement
110110
- Incremental Validation
111111
- Infrahub
112+
- Infrahub Backup
113+
- Infrahub Collect
112114
- Infrahub Enterprise
113115
- Infrahub Server Version
114116
- Infrahub Servers Tree View

docs/docs/readme.mdx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,19 @@ Learn the fundamentals through hands-on exercises:
5959

6060
Accomplish specific tasks:
6161

62-
- [Install Infrahub Backup](./guides/install.mdx) - Install the tool on your system
62+
- [Install Infrahub Backup](./guides/install.mdx) - Install the tools on your system
63+
64+
#### Infrahub Backup
65+
6366
- [Back up your Infrahub instance](./guides/backup-instance.mdx) - Create comprehensive backups
6467
- [Restore from a backup](./guides/restore-backup.mdx) - Restore your instance from a backup file
65-
- [Back up Infrahub on Kubernetes](./guides/kubernetes-backup.mdx) - Backup using the Helm chart
68+
- [Back up Infrahub on Kubernetes](./guides/kubernetes-backup.mdx) - Back up using the Helm chart
6669
- [Restore Infrahub on Kubernetes](./guides/kubernetes-restore.mdx) - Restore using the Helm chart
6770

71+
#### Infrahub Collect
72+
73+
- [Collect a troubleshooting bundle](./guides/collect-troubleshooting-bundle.mdx) - Gather logs and diagnostics for OpsMill support
74+
6875
### Reference
6976

7077
Technical specifications and command details:

docs/sidebars.ts

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,23 @@ const sidebars: SidebarsConfig = {
1515
label: 'How-to Guides',
1616
items: [
1717
'guides/install',
18-
'guides/backup-instance',
19-
'guides/restore-backup',
20-
'guides/kubernetes-backup',
21-
'guides/kubernetes-restore',
22-
'guides/collect-troubleshooting-bundle',
18+
{
19+
type: 'category',
20+
label: 'Infrahub Backup',
21+
items: [
22+
'guides/backup-instance',
23+
'guides/restore-backup',
24+
'guides/kubernetes-backup',
25+
'guides/kubernetes-restore',
26+
],
27+
},
28+
{
29+
type: 'category',
30+
label: 'Infrahub Collect',
31+
items: [
32+
'guides/collect-troubleshooting-bundle',
33+
],
34+
},
2335
],
2436
},
2537
{

0 commit comments

Comments
 (0)