Skip to content

Commit

Permalink
reorg a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
inconshreveable committed Jan 2, 2025
1 parent bcc6cf0 commit e96b87c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ const sidebars = {
{
label: "Protocols",
type: "category",
collapsible: false,
items: [
{
id: "universal-gateway/endpoints/http",
Expand All @@ -75,7 +74,6 @@ const sidebars = {
{
label: "Bindings",
type: "category",
collapsible: false,
items: [
{
id: "universal-gateway/endpoints/public",
Expand All @@ -97,7 +95,6 @@ const sidebars = {
{
label: "Types",
type: "category",
collapsible: false,
items: [
{
id: "universal-gateway/endpoints/agent",
Expand All @@ -116,21 +113,14 @@ const sidebars = {
type: "doc",
label: "Pools",
},
"universal-gateway/endpoints/edges",
],
},
{
label: "Components",
type: "category",
link: { type: "doc", id: "universal-gateway/domains" },
items: [
{ id: "universal-gateway/domains", type: "doc", label: "Domains" },
{
id: "universal-gateway/tcp-addresses",
type: "doc",
label: "TCP Addresses",
},
"universal-gateway/tls-certificates",
"universal-gateway/endpoints/edges",
],
},
{
Expand Down

0 comments on commit e96b87c

Please sign in to comment.