Skip to content

Commit

Permalink
Merge pull request #571 from killbill/aviate-overview
Browse files Browse the repository at this point in the history
Aviate overview
  • Loading branch information
sbrossie authored Dec 7, 2024
2 parents dbf6436 + 2236cd9 commit 1b2ff00
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1 deletion.
3 changes: 3 additions & 0 deletions html5/_main_toc.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ nav.sidebar-nav
<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>
ul.nav.navbar-nav
li
a.nav-link href="/latest/what_is_aviate.html"
| What is Aviate?
li.bd-sidenav-active
a.nav-link href="/latest/aviate-catalog-plugin.html"
| Aviate Catalog Plugin
Expand Down
14 changes: 14 additions & 0 deletions userguide/aviate/what_is_aviate.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
= What Is Aviate?

include::{sourcedir}/aviate/includes/aviate-card.adoc[]

== About Aviate
Aviate is designed to deliver a seamless billing experience that builds upon the core capabilities of Kill Bill. Our goal is to provide users with advanced features that cover the entire quote-to-cash lifecycle, including enhanced system observability, streamlined configurations, and valuable business intelligence.

== Beta Program Access
As part of the Beta program, you'll have access to early feature releases directly on https://aviate.killbill.io[aviate.killbill.io]. This platform will continue to evolve with new functionalities aimed at making billing management easier and more powerful.

== Aviate Plugin
For Beta customers, we offer the *Aviate plugin*. This plugin extends Kill Bill with additional endpoints specifically for the Beta phase, allowing early access to some of Aviate's backend features. These endpoints are detailed in the *Aviate section* below.

Please refer to the documentation below to start integrating Aviate into your Kill Bill environment.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ Note that CREDIT_ADJ items are also used to represent credits created by the use
|1029
|CBA_ADJ
|
|$20
|2013-04-20
|2013-04-20
|===
3 changes: 2 additions & 1 deletion userguide/tutorials/events-to-aws-sqs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Kill Bill generates different events when various actions occur within the syste
5. Click on *Next: Permissions*.

6. Attach the following policy to allow sending messages to SQS:

+
[source]
----
{
Expand All @@ -60,6 +60,7 @@ Kill Bill generates different events when various actions occur within the syste
]
}
----
+

7. Click on *Next: Tags*, add any tags if needed, and then click on *Next: Review*.

Expand Down

0 comments on commit 1b2ff00

Please sign in to comment.