diff --git a/navigation.mdx b/navigation.mdx index c071be4e1..d94842745 100644 --- a/navigation.mdx +++ b/navigation.mdx @@ -41,8 +41,6 @@ Pages is an array where each entry must be a reference to the path of a [page fi } ``` ---- - ## Groups Use groups to organize your navigation into sections. Groups can be nested within each other, labeled with tags, and styled with icons. @@ -140,8 +138,6 @@ documentation. } ``` ---- - ## Anchors Anchors are another way to section your content. They show up on top of your side navigation. @@ -189,8 +185,6 @@ While not required, we highly recommend that you set an `icon` field as well. } ``` ---- - Anchors that strictly contain external links can be achieved using the `global` keyword: ```json @@ -258,8 +252,6 @@ While not required, we also recommend that you set an icon for each dropdown ite } ``` ---- - ## Versions Versions can be leveraged to partition your navigation into different versions. @@ -301,8 +293,6 @@ Versions can be leveraged to partition your navigation into different versions. } ``` ---- - ## Languages Languages can be leveraged to partition your navigation into different languages. @@ -320,53 +310,23 @@ Languages can be leveraged to partition your navigation into different languages We currently support the following languages: - } horizontal> - - - } horizontal> - - - } horizontal> - - - } horizontal> - - - } horizontal> - - - } horizontal> - - - } horizontal> - - - } horizontal> - - - } horizontal> - - - } horizontal> - - - } horizontal> - - - } horizontal> - - - } horizontal> - - - } horizontal> - - - } horizontal> - - + } horizontal /> + } horizontal /> + } horizontal /> + } horizontal /> + } horizontal /> + } horizontal /> + } horizontal /> + } horizontal /> + } horizontal /> + } horizontal /> + } horizontal /> + } horizontal /> + } horizontal /> + } horizontal /> + ```json { "navigation": { @@ -394,8 +354,6 @@ We currently support the following languages: } ``` ---- - ## Nesting You can use any combination of anchors, tabs, and dropdowns. The components can be nested within each other interchangeably to create your desired navigation structure. @@ -518,8 +476,6 @@ You can use any combination of anchors, tabs, and dropdowns. The components can ---- - ## Breadcrumbs Control how breadcrumbs display on individual pages to orient users in your documentation.