website/integrations: New VCS section and GitHub integrations (#3437)

* website/docs: create VCS section

Moved gitea and gitlab to new VCS category.

* website/docs: add GitHub-related integrations

Added GitHub Organization and GitHub Enterprise Cloud integrations. GHEC contains a note on EMU users being unsupported (GitHub limitation).

* website/docs: added GitHub links to VCS

* website/docs: Fix GitHub linter problems
This commit is contained in:
Oliver Møller
2022-08-18 11:30:38 +01:00
committed by GitHub
parent 1adc6948b4
commit c900411d5a
5 changed files with 118 additions and 2 deletions

View File

@ -80,13 +80,21 @@ module.exports = {
type: "category",
label: "Developer tools",
items: [
"services/gitea/index",
"services/gitlab/index",
"services/sentry/index",
"services/sssd/index",
"services/weblate/index",
],
},
{
type: "category",
label: "Version Control Systems",
items: [
"services/gitea/index",
"services/github-enterprise-cloud/index",
"services/github-organization/index",
"services/gitlab/index",
],
},
"services/home-assistant/index",
"services/node-red/index",
"services/kimai/index",