Skip to content

Commit db39723

Browse files
authored
add blog post to faq (#1059)
1 parent d91d45a commit db39723

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

sidebars.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,13 @@ const offeringsCategory = Category({
325325
SubCategory({
326326
label: "Virtual Currency FAQs",
327327
itemsPathPrefix: "faq/",
328-
items: [Page({ slug: "balance-source-of-truth" })],
328+
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+
],
329335
index: {
330336
title: "Virtual Currency FAQs",
331337
link: "/faq",

0 commit comments

Comments
 (0)