Skip to content

Commit

Permalink
Merge pull request #482 from chaosi-zju/dev
Browse files Browse the repository at this point in the history
auto generate index at sidebar for karmada-api
  • Loading branch information
karmada-bot authored Oct 8, 2023
2 parents 38e0ab9 + 47b2045 commit 6e6656b
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,10 +293,25 @@ module.exports = {
{
type: "category",
label: "Karmada API",
link: {
type: 'generated-index',
title: 'Karmada API',
description:
"Karmada' API is the application that serves Karmada functionality through a RESTful interface " +
"and stores the state of Karmada. " +
"Karmada resources and \"records of intent\" are all stored as API objects, and modified " +
"via RESTful calls to the API. The API allows configuration to be managed in a declarative way. " +
"Users can interact with the Karmada API directly, or via tools like karmadactl. " +
"The core Karmada API is flexible and can also be extended to support custom resources.",
keywords: ['Karmada API'],
},
items: [
{
type: "category",
label: "Auto Scaling Resources",
link: {
type: 'generated-index',
},
items: [
"reference/karmada-api/auto-scaling-resources/cron-federated-hpa-v1alpha1",
"reference/karmada-api/auto-scaling-resources/federated-hpa-v1alpha1",
Expand All @@ -305,13 +320,19 @@ module.exports = {
{
type: "category",
label: "Cluster Resources",
link: {
type: 'generated-index',
},
items: [
"reference/karmada-api/cluster-resources/cluster-v1alpha1",
],
},
{
type: "category",
label: "Common Definitions",
link: {
type: 'generated-index',
},
items: [
"reference/karmada-api/common-definitions/delete-options",
"reference/karmada-api/common-definitions/label-selector",
Expand All @@ -327,13 +348,19 @@ module.exports = {
{
type: "category",
label: "Common Parameters",
link: {
type: 'generated-index',
},
items: [
"reference/karmada-api/common-parameter/common-parameters",
],
},
{
type: "category",
label: "Config Resources",
link: {
type: 'generated-index',
},
items: [
"reference/karmada-api/config-resources/resource-interpreter-customization-v1alpha1",
"reference/karmada-api/config-resources/resource-interpreter-webhook-configuration-v1alpha1",
Expand All @@ -342,6 +369,9 @@ module.exports = {
{
type: "category",
label: "Networking Resources",
link: {
type: 'generated-index',
},
items: [
"reference/karmada-api/networking-resources/multi-cluster-ingress-v1alpha1",
"reference/karmada-api/networking-resources/multi-cluster-service-v1alpha1",
Expand All @@ -350,6 +380,9 @@ module.exports = {
{
type: "category",
label: "Policy Resources",
link: {
type: 'generated-index',
},
items: [
"reference/karmada-api/policy-resources/cluster-override-policy-v1alpha1",
"reference/karmada-api/policy-resources/cluster-propagation-policy-v1alpha1",
Expand All @@ -361,13 +394,19 @@ module.exports = {
{
type: "category",
label: "Search Resources",
link: {
type: 'generated-index',
},
items: [
"reference/karmada-api/search-resources/resource-registry-v1alpha1",
],
},
{
type: "category",
label: "Work Resources",
link: {
type: 'generated-index',
},
items: [
"reference/karmada-api/work-resources/cluster-resource-binding-v1alpha2",
"reference/karmada-api/work-resources/resource-binding-v1alpha2",
Expand Down

0 comments on commit 6e6656b

Please sign in to comment.