Skip to content

Commit c233e64

Browse files
authored
fix: Reference base path (change category/api to reference/api) (#52)
1 parent e83eeab commit c233e64

16 files changed

Lines changed: 706 additions & 41 deletions

File tree

docs/reference/api/_category_.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/reference/api/api.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: "API"
3+
---

docs/reference/cli/_category_.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/reference/cli/cli.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: "CLI"
3+
---

docs/reference/installation/_category_.json

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: "Installation"
3+
---

docs/usage/_category_.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/usage/examples/_category_.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/usage/examples/examples.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: "Examples"
3+
---

docs/usage/plugins/tutorials/_category_.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
"position": 2,
44
"link": {
55
"type": "generated-index",
6-
"description": "A Vela cluster is deployed as a self-hosted solution and consists of two core services, the server and the worker. The relationship between these services is considered many-to-many meaning many workers can connect to many servers.
7-
8-
The server is considered the brains of the application while the worker is considered the brawn of the application.
9-
10-
An optional third service, the UI, can also be deployed but is not required for the Vela platform to operate as intended. This service provides a means for utilizing and interacting with the Vela platform."
6+
"description": "An example of these tutorials exist in our go-vela/vela-tutorials repository. We recommend reviewing Docker's best practices before attempting to create a custom plugin. We recommend that all plugins be placed inside a scratch image."
117
}
128
}

0 commit comments

Comments
 (0)