mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 17:27:31 +00:00
docs: proposal restructure (#5318)
* docs: docs structure * docs: remove sdk from main nav * docs: fix broken links * docs: texts * docs: texts * docs: react example * docs: proposal restructure * remove manual, move troubleshooting * revmove duplicate item * identity providers * broken links and rel paths * examples wip * examples * navigation * support * solution scenarios * concepts * overview * Actions caution to info * suggestions from code review * remove start command again * proposed start command (with and without api) * wip startpage * startpage * broken link integrate * remove get started from nav * Apply suggestions from code review Co-authored-by: Elio Bischof <elio@zitadel.com> --------- Co-authored-by: Fabienne <fabienne.gerschwiler@gmail.com> Co-authored-by: Florian Forster <florian@zitadel.com> Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
@@ -65,16 +65,10 @@ module.exports = {
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
label: "Guides",
|
||||
label: "Documentation",
|
||||
docId: "guides/overview",
|
||||
position: "left",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
label: "Examples",
|
||||
docId: "examples/introduction",
|
||||
position: "left",
|
||||
},
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
label: "APIs",
|
||||
@@ -87,23 +81,11 @@ module.exports = {
|
||||
docId: "self-hosting/deploy/overview",
|
||||
position: "left",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
docId: "concepts/introduction",
|
||||
label: "Concepts",
|
||||
position: "left",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
docId: "manuals/introduction",
|
||||
label: "Help",
|
||||
position: "left",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
docId: "legal/introduction",
|
||||
label: "Legal",
|
||||
position: "left",
|
||||
position: "right",
|
||||
},
|
||||
{
|
||||
type: "html",
|
||||
|
Reference in New Issue
Block a user