Skip to content

Commit 28e5f19

Browse files
authored
Merge pull request #6483 from remotion-dev/faq-section-animated-captions
Docs: Add FAQ section about Animated Captions
2 parents cdcce1a + 2ba06c7 commit 28e5f19

File tree

6 files changed

+65
-0
lines changed

6 files changed

+65
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
image: /generated/articles-docs-animated-captions-faq.png
3+
title: Animated Captions – FAQ
4+
sidebar_label: FAQ
5+
crumb: remotion.pro
6+
---
7+
8+
# Animated Captions FAQ
9+
10+
## Does this support Japanese, Korean, Chinese, Romanian language?
11+
12+
It depends on the font. The default font is [Montserrat](https://fonts.google.com/specimen/Montserrat), which does support all of the above languages.
13+
You also need to be able to [generate the captions](/docs/captions) in your preferred language. This is out of the scope of this component.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
image: /generated/articles-docs-animated-captions-index.png
3+
title: Animated Captions
4+
sidebar_label: Animated Captions
5+
crumb: remotion.pro
6+
---
7+
8+
# Animated Captions
9+
10+
A paid component for adding animated captions to your Remotion videos.
11+
12+
You can buy Animated Captions on [remotion.pro](https://www.remotion.pro/animated-captions).

packages/docs/sidebars.ts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,6 +1433,12 @@ const sidebars: SidebarsConfig = {
14331433
label: 'Timeline',
14341434
className: 'pro-item',
14351435
},
1436+
{
1437+
type: 'link',
1438+
href: '/docs/animated-captions',
1439+
label: 'Animated Captions',
1440+
className: 'pro-item',
1441+
},
14361442
{
14371443
type: 'link',
14381444
href: '/docs/recorder',
@@ -1562,6 +1568,22 @@ const sidebars: SidebarsConfig = {
15621568
],
15631569
},
15641570
],
1571+
animatedCaptionsSidebar: [
1572+
{
1573+
type: 'link',
1574+
href: '/docs',
1575+
label: '← Back to the main docs',
1576+
},
1577+
{
1578+
type: 'category',
1579+
label: 'Animated Captions',
1580+
link: {
1581+
type: 'doc',
1582+
id: 'animated-captions/index',
1583+
},
1584+
items: ['animated-captions/faq'],
1585+
},
1586+
],
15651587
recorderSidebar: [
15661588
{
15671589
type: 'category',

packages/docs/src/data/articles.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,24 @@ export const articles = [
179179
noAi: false,
180180
slug: 'angular',
181181
},
182+
{
183+
id: 'animated-captions/faq',
184+
title: 'Animated Captions – FAQ',
185+
relativePath: 'docs/animated-captions/faq.mdx',
186+
compId: 'articles-docs-animated-captions-faq',
187+
crumb: 'remotion.pro',
188+
noAi: false,
189+
slug: 'animated-captions/faq',
190+
},
191+
{
192+
id: 'animated-captions/index',
193+
title: 'Animated Captions',
194+
relativePath: 'docs/animated-captions/index.mdx',
195+
compId: 'articles-docs-animated-captions-index',
196+
crumb: 'remotion.pro',
197+
noAi: false,
198+
slug: 'animated-captions/index',
199+
},
182200
{
183201
id: 'animated-emoji',
184202
title: '<AnimatedEmoji>',
45.1 KB
Loading
42.3 KB
Loading

0 commit comments

Comments
 (0)