We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91d45a commit db39723Copy full SHA for db39723
sidebars.ts
@@ -325,7 +325,13 @@ const offeringsCategory = Category({
325
SubCategory({
326
label: "Virtual Currency FAQs",
327
itemsPathPrefix: "faq/",
328
- items: [Page({ slug: "balance-source-of-truth" })],
+ items: [
329
+ Page({ slug: "balance-source-of-truth" }),
330
+ Link({
331
+ label: "How to monetize your AI app with virtual currencies",
332
+ slug: "https://www.revenuecat.com/blog/engineering/how-to-monetize-your-ai-app-with-virtual-currencies/",
333
+ }),
334
+ ],
335
index: {
336
title: "Virtual Currency FAQs",
337
link: "/faq",
0 commit comments