chore(docs): Update trainings, footer, and emails (#3699)

* chore(docs): update trainings

* intro

* footer

* sidebar

* file structure

* fix sidebar

* updated trainings

* links from intro

* email domain

Co-authored-by: Maximilian Panne <mpa@caos.ch>
This commit is contained in:
mffap
2022-05-23 22:53:43 +02:00
committed by GitHub
parent f7c4141147
commit eb2db28bbc
10 changed files with 85 additions and 144 deletions

View File

@@ -84,6 +84,10 @@ module.exports = {
{
title: "Community",
items: [
{
label: "Chat",
href: "https://zitadel.com/chat",
},
{
label: "GitHub Discussions",
href: "https://github.com/zitadel/zitadel/discussions",
@@ -103,11 +107,25 @@ module.exports = {
],
},
{
title: "Company",
title: "Legal",
items: [
{
label: "Terms and Conditions",
href: "/docs/legal/terms-of-service",
},
{
label: "Privacy Policy",
href: "/docs/legal/privacy-policy",
},
],
},
{
title: "About",
items: [
{
label: "Team.",
href: "https://zitadel.com/team",
label: "Website",
href: "https://zitadel.com",
},
{
label: "Contact",
@@ -120,17 +138,10 @@ module.exports = {
{
label: "Status",
href: "https://status.zitadel.ch/",
},
{
label: "Terms and Conditions",
href: "https://docs.zitadel.com/docs/legal/terms-of-service",
},
{
label: "Privacy Policy",
href: "https://docs.zitadel.com/docs/legal/privacy-policy",
},
}
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} ZITADEL Docs - Built with Docusaurus.`,
},