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:
@ -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",
|
||||
|
Reference in New Issue
Block a user