Skip to content

Commit 1c702c9

Browse files
author
Rajat
committed
prettier fixes
1 parent bc82a42 commit 1c702c9

32 files changed

Lines changed: 1103 additions & 1100 deletions

File tree

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
// source.config.ts
22
import { defineDocs, defineConfig } from "fumadocs-mdx/config";
33
var docs = defineDocs({
4-
dir: "content/docs",
5-
docs: {
6-
postprocess: {
7-
includeProcessedMarkdown: true
8-
}
9-
}
4+
dir: "content/docs",
5+
docs: {
6+
postprocess: {
7+
includeProcessedMarkdown: true,
8+
},
9+
},
1010
});
1111
var source_config_default = defineConfig({
12-
mdxOptions: {}
12+
mdxOptions: {},
1313
});
14-
export {
15-
source_config_default as default,
16-
docs
17-
};
14+
export { source_config_default as default, docs };
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "Api reference",
3-
"icon": "Terminal",
4-
"pages": []
2+
"title": "Api reference",
3+
"icon": "Terminal",
4+
"pages": []
55
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "Blog",
3-
"icon": "Newspaper",
4-
"pages": ["introduction", "publish"]
2+
"title": "Blog",
3+
"icon": "Newspaper",
4+
"pages": ["introduction", "publish"]
55
}
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"title": "Communities",
3-
"icon": "UsersRound",
4-
"pages": [
5-
"introduction",
6-
"create",
7-
"manage-members",
8-
"manage-reported-content",
9-
"grant-access-to-additional-products",
10-
"delete"
11-
]
2+
"title": "Communities",
3+
"icon": "UsersRound",
4+
"pages": [
5+
"introduction",
6+
"create",
7+
"manage-members",
8+
"manage-reported-content",
9+
"grant-access-to-additional-products",
10+
"delete"
11+
]
1212
}

apps/docs-new/content/docs/courses/create.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ Now that we have added some content to the course, it's time to publish. By defa
4747
![Content breadcrumbs](/assets/courses/content-breadcrumbs.png)
4848

4949
8. Next, we will have to add a pricing plan to the course. It is required to publish the course.
50-
<br />
51-
<br />
50+
51+
<br />
52+
<br />
5253

5354
- **8.1.** From the `Actions` menu, select `Manage` to open the course's settings.
5455

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"title": "Online courses",
3-
"icon": "BookOpen",
4-
"pages": [
5-
"introduction",
6-
"create",
7-
"publish",
8-
"set-a-price-for-product",
9-
"visibility",
10-
"add-content",
11-
"section",
12-
"invite-customers",
13-
"certificates",
14-
"reports"
15-
]
2+
"title": "Online courses",
3+
"icon": "BookOpen",
4+
"pages": [
5+
"introduction",
6+
"create",
7+
"publish",
8+
"set-a-price-for-product",
9+
"visibility",
10+
"add-content",
11+
"section",
12+
"invite-customers",
13+
"certificates",
14+
"reports"
15+
]
1616
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "Developers",
3-
"icon": "Code",
4-
"pages": ["introduction", "manage-users"]
2+
"title": "Developers",
3+
"icon": "Code",
4+
"pages": ["introduction", "manage-users"]
55
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "Digital downloads",
3-
"icon": "Download",
4-
"pages": ["introduction", "create", "set-a-price", "lead-magnet"]
2+
"title": "Digital downloads",
3+
"icon": "Download",
4+
"pages": ["introduction", "create", "set-a-price", "lead-magnet"]
55
}
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"title": "Email marketing and automation",
3-
"icon": "Mail",
4-
"pages": [
5-
"introduction",
6-
"mail-access-request",
7-
"broadcasts",
8-
"sequences",
9-
"templates",
10-
"analytics"
11-
]
2+
"title": "Email marketing and automation",
3+
"icon": "Mail",
4+
"pages": [
5+
"introduction",
6+
"mail-access-request",
7+
"broadcasts",
8+
"sequences",
9+
"templates",
10+
"analytics"
11+
]
1212
}
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
2-
"title": "Getting Started",
3-
"icon": "Rocket",
4-
"pages": [
5-
"vision",
6-
"features",
7-
"quick-start"
8-
]
2+
"title": "Getting Started",
3+
"icon": "Rocket",
4+
"pages": ["vision", "features", "quick-start"]
95
}

0 commit comments

Comments
 (0)