Skip to content

Commit ee0a6a3

Browse files
authored
Merge pull request #23 from xcat2/home
Improve home page
2 parents 6b6eef8 + 4146341 commit ee0a6a3

1 file changed

Lines changed: 18 additions & 10 deletions

File tree

docs/index.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ If you are coming from xCAT, see
3939

4040
[:octicons-arrow-right-24: Red Hat / Alma / Rocky](getting_started/installconfluent_rhel.md)
4141

42-
[:octicons-arrow-right-24: SUSE](getting_started/installconfluent_suse.md)
43-
4442
[:octicons-arrow-right-24: Ubuntu](getting_started/installconfluent_ubuntu.md)
4543

44+
[:octicons-arrow-right-24: SUSE](getting_started/installconfluent_suse.md)
45+
4646
- :material-harddisk:{ .lg .middle } **Deploy operating systems**
4747

4848
---
@@ -61,6 +61,8 @@ If you are coming from xCAT, see
6161
The building blocks you use every day: node attributes, the noderange
6262
language, and attribute expressions.
6363

64+
[:octicons-arrow-right-24: Node attributes](user_reference/node_attributes.md)
65+
6466
[:octicons-arrow-right-24: Noderange syntax](user_reference/noderange.md)
6567

6668
[:octicons-arrow-right-24: Attribute expressions](user_reference/attributeexpressions.md)
@@ -69,20 +71,26 @@ If you are coming from xCAT, see
6971

7072
---
7173

72-
Detect generic PXE systems and Lenovo hardware managers, then onboard them
73-
by serial number, MAC, or physical location.
74-
74+
Detect generic PXE systems or hardware managers, then onboard them
75+
by serial number, MAC, switch port, or physical location.
76+
7577
[:octicons-arrow-right-24: Discovery](user_reference/confluentdiscovery.md)
7678

77-
- :material-code-braces:{ .lg .middle } **Automate (API)**
79+
[:octicons-arrow-right-24: PXE boot](advanced_topics/confluentswitchdisco.md)
80+
81+
[:octicons-arrow-right-24: Switch based](miscellaneous/confluentpxedisco.md)
82+
83+
- :material-code-braces:{ .lg .middle } **Automate**
7884

7985
---
8086

81-
Drive confluent from the REST API, the Python client library, or the
82-
filesystem-like `confetty` browser.
87+
Drive confluent from the REST API, the Python client library, the
88+
filesystem-like `confetty` browser or backup and restore its database.
8389

8490
[:octicons-arrow-right-24: API documentation](developer/api.md)
8591

92+
[:octicons-arrow-right-24: Backup and restore](miscellaneous/confluentbackup.md)
93+
8694
</div>
8795

8896
## What confluent does
@@ -134,7 +142,7 @@ See [TLS configuration](miscellaneous/tlsdesign.md),
134142
## Ways to drive confluent
135143

136144
- A collection of straightforward Linux commands (`nodepower`, `nodeconsole`,
137-
`nodedeploy`, ...).
145+
`nodedeploy`, `nodeattrib`, ...).
138146
- A command-line API browser, `confetty`, that works like browsing a filesystem.
139147
- A Python client library.
140148
- A REST API over HTTP.
@@ -145,7 +153,7 @@ There are two suggested approaches:
145153

146154
- **Confluent directly** *(recommended)* — best for most users, especially
147155
those without an existing xCAT installation.
148-
- **xCAT and confluent together** — when you rely on an xCAT-exclusive feature
156+
- **xCAT and confluent together** — when you rely on an xCAT-exclusive features
149157
and want to use it alongside confluent. Start with the xCAT material under
150158
[Advanced topics](advanced_topics/xcatconfluentsetup.md).
151159

0 commit comments

Comments
 (0)