mirror of
https://github.com/kubesphere/website.git
synced 2025-12-30 09:42:53 +00:00
1. refine _index 2. change API Document to Reference since it includes more documents then API Signed-off-by: Ray Zhou <ray@yunify.com>
31 lines
740 B
Markdown
31 lines
740 B
Markdown
---
|
|
title: "Reference"
|
|
description: "The glossary used by KubeSphere and how to use KubeSphere API to build your own application"
|
|
layout: "single"
|
|
|
|
linkTitle: "Reference"
|
|
|
|
weight: 8100
|
|
|
|
icon: "/images/docs/docs.svg"
|
|
|
|
---
|
|
|
|
## [Glossary](../reference/glossary/)
|
|
|
|
The glossary used in KubeSphere.
|
|
|
|
## [API Documentation](../reference/api-docs)
|
|
|
|
The REST API is the fundamental fabric of KubeSphere. This guide shows you how to access KubeSphere API server.
|
|
|
|
## API Changes for v3.0.0
|
|
|
|
### [Logging API Changes](../reference/api-changes/logging/)
|
|
|
|
The API changes of logging component between v2.x and v3.0.0.
|
|
|
|
### [Monitoring API Changes](../reference/api-changes/monitoring/)
|
|
|
|
The API changes of monitoring component between v2.x and v3.0.0.
|