diff --git a/html5/_main_toc.html.slim b/html5/_main_toc.html.slim
index b072f6cf0..a8e61533c 100644
--- a/html5/_main_toc.html.slim
+++ b/html5/_main_toc.html.slim
@@ -234,7 +234,7 @@ nav.sidebar-nav
| Python
li
a.nav-link href="http://github.com/killbill/kbcli" onclick=("getOutboundLink('http://github.com/killbill/kbcli'); return false;")
- | KillBill Go
+ | KillBill Go
li
.icon-title
a.bd-toc-link.main-link role="button"
@@ -279,7 +279,7 @@ nav.sidebar-nav
.icon-title
a.bd-toc-link.main-link role="button"
| AWS
- span.dot style="background-color: #7C3AE3;"
+ span.dot style="background-color: #7C3AE3;"
@@ -350,6 +350,9 @@ nav.sidebar-nav
li
a.nav-link href="/latest/what_is_aviate.html"
| What is Aviate?
+ li.bd-sidenav-active
+ a.nav-link href="/latest/aviate-changelog.html"
+ | Aviate Changelog
li.bd-sidenav-active
a.nav-link href="/latest/aviate-pricing-hub.html"
| Aviate Pricing Hub Guide
diff --git a/stylesheets/kb.css b/stylesheets/kb.css
index 3738395fb..ca725027b 100644
--- a/stylesheets/kb.css
+++ b/stylesheets/kb.css
@@ -287,10 +287,10 @@ strong {
@media(min-width: 1500px) {
.main-wrapper {
- max-width: 880px;
+ max-width: 1200px;
}
.content-wrapper {
- max-width: 880px;
+ max-width: 1200px;
}
}
@@ -394,7 +394,7 @@ strong {
*::-webkit-scrollbar, *:hover::-webkit-scrollbar {
width: 6px;
height: 6px;
- color: var(--color-gray-200);
+ color: var(--color-gray-200);
background-color: transparent !important;
}
@@ -720,7 +720,7 @@ pre.pygments .tok-o {
}
.main .article-container .center-content {
display: block !important;
- }
+ }
}
.main .right-side-menu > .navbar-nav {
@@ -1148,7 +1148,7 @@ pre.pygments span {
line-height: 21px;
color: var(--snippet-body-color);
}
-pre.pygments .tok-kd, pre.pygments .tok-kt, pre.pygments .tok-kc,
+pre.pygments .tok-kd, pre.pygments .tok-kt, pre.pygments .tok-kc,
pre.pygments .tok-k, pre.pygments .tok-c1, .main .listingblock .tok-nt,
pre.pygments .tok-nv, pre.pygments .tok-nb, pre.pygments .tok-nn,
pre.pygments .tok-mf, pre.pygments .tok-cp, pre.pygments .tok-mi {
@@ -1170,7 +1170,7 @@ pre.pygments .tok-se {
color: #FDA29B !important;
}
-pre.pygments [data-lang="bash"] .tok-s2,
+pre.pygments [data-lang="bash"] .tok-s2,
pre.pygments [data-lang="bash"] .tok-s1 {
color: #FACC61 !important;
}
@@ -1267,7 +1267,7 @@ pre.pygments [data-lang="bash"] .tok-s1 {
cursor: pointer;
color: var(--snippet-header-color) !important;
}
-.copy-icon p {
+.copy-icon p {
margin-bottom: 0;
color: var(--snippet-header-color) !important;
}
@@ -1421,7 +1421,7 @@ pre.pygments [data-lang="bash"] .tok-s1 {
position: relative;
padding-left: 24px;
}
-.ulist li ul li:before {
+.ulist li ul li:before {
content: '';
position: absolute;
left: 0;
@@ -1447,7 +1447,7 @@ pre.pygments [data-lang="bash"] .tok-s1 {
margin-bottom: auto;
}
-.switch input {
+.switch input {
opacity: 0;
width: 0;
height: 0;
diff --git a/userguide/aviate/aviate-changelog.adoc b/userguide/aviate/aviate-changelog.adoc
new file mode 100644
index 000000000..f474e3e8a
--- /dev/null
+++ b/userguide/aviate/aviate-changelog.adoc
@@ -0,0 +1,20 @@
+= Aviate Changelog
+
+== January, 27th 2026
+
+* **Plugin marketplace**
+The plugin marketplace is now exposed in Aviate, making it easier to discover, browse, and enable available plugins directly from the UI. This lays the groundwork for a richer ecosystem of extensions and integrations, and gives administrators better visibility into what functionality can be added to their billing stack without custom development.
+
+== January, 20th 2026
+
+* **Dedicated API key management page**
+A new dedicated page allows administrators to manage API keys at the tenant level. From this screen, users can create, rotate, and revoke API keys, making it simpler to control access, improve security hygiene, and support operational workflows without relying on manual configuration.
+
+* **Aviate Tax configuration screen**
+A new Tax configuration screen has been added to Aviate, providing a centralized place to view and manage tax-related settings. This improves clarity around tax behavior and reduces the need to switch between tools or rely on low-level configuration.
+
+* **Direct links to Kaui**
+Relevant areas of Aviate now include direct links to Kaui, making it easier to move between configuration in Aviate and detailed operational views in Kaui. This helps streamline day-to-day workflows for teams that use both tools side by side.
+
+* **UX improvements and bug fixes**
+Various bug fixes and user experience improvements were rolled out across the UI. These changes focus on smoother navigation, clearer feedback, and small quality-of-life enhancements based on early user feedback.
\ No newline at end of file