Minor changes to README

This commit is contained in:
Tuan Dang
2023-01-11 10:03:40 +07:00
parent cbfd35e181
commit 9ff0b7bc18
9 changed files with 1743 additions and 5 deletions

View File

@@ -39,6 +39,11 @@
"icon": "server",
"url": "self-hosting"
},
{
"name": "API Reference",
"icon": "cloud",
"url": "api-reference"
},
{
"name": "Integrations",
"icon": "plug",
@@ -125,6 +130,27 @@
"self-hosting/configuration/email"
]
},
{
"group": "Overview",
"pages": [
"api-reference/overview/introduction",
"api-reference/overview/authentication"
]
},
{
"group": "Endpoints",
"pages": [
{
"group": "Secrets",
"pages": [
"api-reference/endpoints/secrets/create",
"api-reference/endpoints/secrets/read",
"api-reference/endpoints/secrets/update",
"api-reference/endpoints/secrets/delete"
]
}
]
},
{
"group": "Integrations",
"pages": ["integrations/overview"]