Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] refine the website structure #416

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/concepts/clusterclaim.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ClusterClaim
weight: 2
weight: 10
---

<!-- spellchecker-disable -->
Expand Down
2 changes: 1 addition & 1 deletion content/en/developer-guides/addon.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ We support 3 kinds of health prober types to monitor the healthiness of add-on a
The add-on agent maintains a `Lease` in its installation namespace with its status, the [registration agent](https://open-cluster-management.io/concepts/architecture/#registration) will
check this `Lease` to maintain the `AVAILABLE` status of the `ManagedClusterAddOn`.

The addon-framework provides a [leaseUpdater]([https://github.com/open-cluster-management-io/addon-framework/blob/main/pkg/lease/lease_controller.go#L24) interface which can make it easier.
The addon-framework provides a [leaseUpdater](https://github.com/open-cluster-management-io/addon-framework/blob/main/pkg/lease/lease_controller.go#L24) interface which can make it easier.

```go
leaseUpdater := lease.NewLeaseUpdater(spokeKubeClient, addonName, installNamespace)
Expand Down
7 changes: 7 additions & 0 deletions content/en/faq/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: FAQ
weight: 7
---

----
TODO
6 changes: 6 additions & 0 deletions content/en/user-guides/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: User Guides
weight: 4
---

{{< toc-tree >}}
14 changes: 14 additions & 0 deletions content/en/user-guides/addon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Add-ons
weight: 8
---

<!-- spellchecker-disable -->

{{< toc >}}

<!-- spellchecker-enable -->

## Add-on enablement
## Add-on lifecycle management
## Add-on configurations
13 changes: 13 additions & 0 deletions content/en/user-guides/administration/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Administration
weight: 11
---

A few general guide about operating the open-cluster-management's control plane
and the managed clusters.

<!-- spellchecker-disable -->

{{< toc-tree >}}

<!-- spellchecker-enable -->
Loading
Loading