Skip to content

Commit 8bd7ad3

Browse files
committed
Merge branch 'dev' of github.com:FrontMatter/web-documentation-nextjs into dev
2 parents 0a1b2f6 + 25759e2 commit 8bd7ad3

File tree

8 files changed

+29
-9
lines changed

8 files changed

+29
-9
lines changed

content/changelog/v8.4.0.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
title: Version 8.4.0 release notes
33
description: Get ready to level up your Front Matter CMS experience with the latest 8.4.0 release! 🚀 We've packed this update with a ton of new features including support for external UI scripts, implementation of Front Matter AI powered by mendable.ai, added taxonomy AI suggestions for GitHub sponsors, and more! 💪
44
date: 2023-04-03T15:00:03.981Z
5-
lastmod: 2023-04-06T11:48:59.467Z
5+
lastmod: 2023-11-02T15:02:48.410Z
66
slug: ""
77
type: changelog
88
---
99

10+
<!-- markdownlint-disable MD013 MD033 -->
1011
<div class="iframe__wrapper">
1112
<iframe src="https://www.youtube.com/embed/gyhW2I9RzSc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
1213
</div>
14+
<!-- markdownlint-enable MD013 MD033 -->
1315

1416
## 🧪 Experimental features
1517

content/docs/content-creation/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,21 @@ title: Content creation
33
slug: content-creation
44
description: null
55
date: 2021-09-17T07:36:26.654Z
6-
lastmod: 2023-04-06T11:48:41.237Z
6+
lastmod: 2023-11-02T15:02:01.791Z
77
weight: 200
88
tags:
9-
- documentation
9+
- documentation
1010
---
1111

1212
# Content creation
1313

1414
## Overview
1515

16+
<!-- markdownlint-disable MD013 MD033 -->
1617
<div class="iframe__wrapper">
1718
<iframe src="https://www.youtube.com/embed/oA5ocNaiAtY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
1819
</div>
20+
<!-- markdownlint-enable MD013 MD033 -->
1921

2022
As each website is different, Front Matter allows you to create content by using content types or
2123
templates.

content/docs/custom-actions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,19 @@ title: Custom actions
33
slug: custom-actions
44
description: null
55
date: 2021-08-30T16:13:00.546Z
6-
lastmod: 2023-10-06T13:49:58.889Z
6+
lastmod: 2023-11-02T15:02:24.382Z
77
weight: 500
88
---
99

1010
# Custom actions
1111

1212
## Overview
1313

14+
<!-- markdownlint-disable MD013 MD033 -->
1415
<div class="iframe__wrapper">
1516
<iframe src="https://www.youtube.com/embed/wvH9Tn5LQ2c" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
1617
</div>
18+
<!-- markdownlint-enable MD013 MD033 -->
1719

1820
Not every website is the same. That is why we want to give you the ability to extend Front Matter
1921
and you can do this by adding your custom actions to the Front Matter panel. A custom action is

content/docs/getting-started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Getting started
33
slug: getting-started
44
description: null
55
date: 2021-08-30T16:13:00.546Z
6-
lastmod: 2023-10-06T14:38:00.539Z
6+
lastmod: 2023-11-02T15:02:12.533Z
77
weight: 100
88
---
99

@@ -13,9 +13,11 @@ weight: 100
1313

1414
To get you started, you first need to install the extension in Visual Studio Code.
1515

16+
<!-- markdownlint-disable MD013 MD033 -->
1617
<div class="iframe__wrapper">
1718
<iframe src="https://www.youtube.com/embed/xb6pZiier_E" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
1819
</div>
20+
<!-- markdownlint-enable MD013 MD033 -->
1921

2022
## Installation
2123

content/docs/settings/available-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Settings overview
33
slug: settings/overview
44
description: null
55
date: 2023-02-13T16:44:09.618Z
6-
lastmod: 2023-10-06T13:46:40.906Z
6+
lastmod: 2023-10-27T07:02:42.637Z
77
weight: 1100.2
88
---
99

@@ -509,7 +509,7 @@ Specify the mime types to support for the media files.
509509
- Type: `array`
510510
- Default: `image/*, video/*, audio/*`
511511

512-
## frontMatter.panel.actions.disabled
512+
### frontMatter.panel.actions.disabled
513513

514514
Specify the actions you want to disable in the panel.
515515

content/docs/snippets/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Snippets
33
slug: snippets
44
description: null
55
date: 2022-03-04T14:40:10.952Z
6-
lastmod: 2023-08-20T10:17:32.242Z
6+
lastmod: 2023-11-02T15:00:05.728Z
77
weight: 850
88
---
99

@@ -15,9 +15,11 @@ Snippets are a pre-defined chunk of code/text that can be used to insert in your
1515
provides the editor an easy way to add various elements to the content that is defined for your
1616
project/website.
1717

18+
<!-- markdownlint-disable MD013 MD033 -->
1819
<div class="iframe__wrapper">
1920
<iframe src="https://www.youtube.com/embed/0J-StFyEbV0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
2021
</div>
22+
<!-- markdownlint-enable MD013 MD033 -->
2123

2224
All snippets can be found on the snippets dashboard.
2325

featured.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
[{
2+
"title": "Release Radar · Hacktoberfest 2023 Edition",
3+
"link": "https://github.blog/2023-10-30-release-radar-hack-23/",
4+
"author": {
5+
"name": "GitHub Blog",
6+
"link": "https://github.blog"
7+
},
8+
"preview": "/featured/Hacktoberfest-banner.webp",
9+
"type": "article",
10+
"featured": true
11+
}, {
212
"title": "Using the Front Matter CMS with Elio Struyf",
313
"link": "https://www.youtube.com/watch?v=YX4HBXHojOA",
414
"author": {
@@ -18,7 +28,7 @@
1828
},
1929
"preview": "/featured/jamesqquick_astro_youtube.jpg",
2030
"type": "video",
21-
"featured": true
31+
"featured": false
2232
},
2333
{
2434
"title": "VS Code Extension for Working with Frontmatter",
30.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)