mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
Add runner 2 and 3 documentations (#488)
Reviewed-on: https://gitea.com/gitea/docs/pulls/488 Reviewed-by: silverwind <[email protected]>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"runner": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "index",
|
||||
"label": "Gitea Runner"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"runner": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "index",
|
||||
"label": "Gitea Runner"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"runner": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "index",
|
||||
"label": "What is the Gitea Runner?"
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Installation",
|
||||
"collapsed": false,
|
||||
"items": [
|
||||
"installation/binary",
|
||||
"installation/docker",
|
||||
"installation/kubernetes"
|
||||
]
|
||||
},
|
||||
"registration",
|
||||
"configuration",
|
||||
"labels",
|
||||
"cache",
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Hooks",
|
||||
"items": [
|
||||
"hooks/post-task-script"
|
||||
]
|
||||
},
|
||||
"monitoring",
|
||||
"upgrade",
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Reference",
|
||||
"items": [
|
||||
"reference/cli",
|
||||
"reference/config-example"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"runner": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "index",
|
||||
"label": "What is the Gitea Runner?"
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Installation",
|
||||
"collapsed": false,
|
||||
"items": [
|
||||
"installation/binary",
|
||||
"installation/docker",
|
||||
"installation/kubernetes"
|
||||
]
|
||||
},
|
||||
"registration",
|
||||
"configuration",
|
||||
"labels",
|
||||
"cache",
|
||||
"proxy",
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Hooks",
|
||||
"items": [
|
||||
"hooks/job-hooks",
|
||||
"hooks/post-task-script"
|
||||
]
|
||||
},
|
||||
"monitoring",
|
||||
"upgrade",
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Reference",
|
||||
"items": [
|
||||
"reference/cli",
|
||||
"reference/config-example"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user