Skip to content

Commit

Permalink
docs: improve a little bit visual (#4468)
Browse files Browse the repository at this point in the history
* docs: improve a little bit visual

Signed-off-by: zirain <zirain2009@gmail.com>

* sidebar

Signed-off-by: zirain <zirain2009@gmail.com>

---------

Signed-off-by: zirain <zirain2009@gmail.com>
  • Loading branch information
zirain authored Oct 19, 2024
1 parent 8854d2d commit 70c568b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions site/assets/scss/_variables_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,13 @@ $dark: #280C53;
// better style when pre inside tab pane
.td-content .highlight pre{
margin-bottom: 1rem !important;
}

nav.foldable-nav .with-child, nav.foldable-nav .without-child {
position: relative;
padding-left: 1.0em !important;
}

nav.foldable-nav .ul-1 .with-child > label:before {
padding-left: 0 !important;
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Envoy Gateway Extension Server"
linkTitle: "Extension Server"
---

This task explains how to extend Envoy Gateway using an Extension Server. Envoy Gateway
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Envoy Gateway Extension Server"
linkTitle: "Extension Server"
---

This task explains how to extend Envoy Gateway using an Extension Server. Envoy Gateway
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Envoy Gateway Extension Server"
linkTitle: "Extension Server"
---

This task explains how to extend Envoy Gateway using an Extension Server. Envoy Gateway
Expand Down

0 comments on commit 70c568b

Please sign in to comment.