File tree Expand file tree Collapse file tree 7 files changed +29
-1
lines changed
Expand file tree Collapse file tree 7 files changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ versions:
33 url : ' /kroxylicious'
44 - title : ' v0.11.0'
55 url : ' /docs/v0.11.0/'
6+ subsections :
7+ - title : ' Proxy Guide'
8+ url : ' /docs/v0.11.0/kroxylicious-proxy/'
69 - title : ' v0.10.0'
710 url : ' /docs/v0.10.0/'
811 - title : ' v0.9.0'
Original file line number Diff line number Diff line change 4747 < a class ="nav-link dropdown-toggle krx-nav-link py-2 px-0 px-lg-4 " data-bs-toggle ="dropdown " href ="# " role ="button " aria-expanded ="false "> Docs</ a >
4848 < ul class ="dropdown-menu ">
4949 {% for version in site.data.kroxylicious.versions %}
50+ {% if version.subsections %}
51+ < li > < hr class ="dropdown-divider "> </ li >
52+ < li > < h6 class ="dropdown-header "> {{ version.title }}</ h6 > </ li >
53+ {% endif %}
5054 < li >
5155 < a class ="dropdown-item {% if page.url == version.url %}active{% endif %} krx-nav-link py-2 px-0 px-lg-4 " href ="{{ version.url }} ">
56+ {% if version.subsections %}
57+ Index
58+ {% else %}
5259 {{ version.title }}
60+ {% endif %}
5361 </ a >
5462 </ li >
63+ {% if version.subsections %}
64+ {% for subsection in version.subsections %}
65+ < li >
66+ < a class ="dropdown-item {% if page.url == subsection.url %}active{% endif %} krx-nav-link py-2 px-0 px-lg-4 " href ="{{ subsection.url }} ">
67+ {{ subsection.title }}
68+ </ a >
69+ </ li >
70+ {% endfor %}
71+ < li > < hr class ="dropdown-divider "> </ li >
72+ {% endif %}
5573 {% endfor %}
5674 </ ul >
5775 </ li >
Original file line number Diff line number Diff line change 1010 < script src ="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/js/bootstrap.bundle.min.js " integrity ="sha512-X/YkDZyjTf4wyc2Vy16YGCPHwAY8rZJY+POgokZjQB2mhIRFJCckEGc6YyX9eNsPfn0PzThEuNs+uaomE5CO6A== " crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script >
1111 {% seo %}
1212</ head >
13- < body class ="d-flex flex-column " data-bs-theme ="light ">
13+ < body class ="d-flex flex-column min-vh-100 " data-bs-theme ="light ">
1414{% include nav.html %}
1515< div class ="container-fluid px-0 krx-content " data-bs-theme ="light ">
1616 {{ content }}
Original file line number Diff line number Diff line change 4242 color : $kroxy-dark-green ;
4343}
4444
45+ .nav-item > .dropdown-menu {
46+ min-width : 200px ;
47+ }
48+
4549.krx-content * {
4650 scroll-margin-top : 5rem !important ;
4751}
Original file line number Diff line number Diff line change 11---
22title: Kroxylicious Proxy v0.10.0
3+ version_warning: <em>This documentation is for an older release of Kroxylicious, and may not reflect current functionality.</em>
34---
45
56include::_files/index.adoc[leveloffset=0]
Original file line number Diff line number Diff line change 11---
22title: Kroxylicious Proxy v0.8.0
3+ version_warning: <em>This documentation is for an older release of Kroxylicious, and may not reflect current functionality.</em>
34---
45
56include::_files/index.adoc[leveloffset=0]
Original file line number Diff line number Diff line change 11---
22title: Kroxylicious Proxy v0.9.0
3+ version_warning: <em>This documentation is for an older release of Kroxylicious, and may not reflect current functionality.</em>
34---
45
56include::_files/index.adoc[leveloffset=0]
You can’t perform that action at this time.
0 commit comments