Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions html5/_main_toc.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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;"
<svg class="chevron" width="11" height="6" viewBox="0 0 11 6" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.5024 5.70711C10.1119 6.09763 9.47871 6.09763 9.08818 5.70711L5.7953 2.41421L2.50241 5.70711C2.11188 6.09763 1.47872 6.09763 1.0882 5.70711C0.697672 5.31658 0.697672 4.68342 1.0882 4.29289L5.08819 0.292893C5.47871 -0.0976311 6.11188 -0.0976311 6.5024 0.292893L10.5024 4.29289C10.8929 4.68342 10.8929 5.31658 10.5024 5.70711Z" fill="#D1D5DB"/>
</svg>
Expand Down Expand Up @@ -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
Expand Down
18 changes: 9 additions & 9 deletions stylesheets/kb.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down Expand Up @@ -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;
}

Expand Down Expand Up @@ -720,7 +720,7 @@ pre.pygments .tok-o {
}
.main .article-container .center-content {
display: block !important;
}
}
}

.main .right-side-menu > .navbar-nav {
Expand Down Expand Up @@ -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 {
Expand All @@ -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;
}
Expand Down Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
Expand All @@ -1447,7 +1447,7 @@ pre.pygments [data-lang="bash"] .tok-s1 {
margin-bottom: auto;
}

.switch input {
.switch input {
opacity: 0;
width: 0;
height: 0;
Expand Down
20 changes: 20 additions & 0 deletions userguide/aviate/aviate-changelog.adoc
Original file line number Diff line number Diff line change
@@ -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.
Loading