Updated docs

This commit is contained in:
Elio Struyf
2021-09-13 10:16:57 +02:00
parent 2e12942e22
commit c429113394
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ export const CTA: React.FunctionComponent<ICTAProps> = (props: React.PropsWithCh
<div className={`relative sm:mx-auto sm:max-w-3xl sm:px-0 lg:-mr-40 lg:max-w-none lg:h-full lg:pl-12`}>
<img
className={`w-full lg:h-full lg:w-auto lg:max-w-none`}
src={`https://res.cloudinary.com/estruyf/image/upload/h_710,w_1256/v1631342259/site-preview_fakwnq.png`}
src={`https://res.cloudinary.com/estruyf/image/upload/w_1256/v1631520508/frontmatter/preview.png`}
alt={`Front Matter - Headless CMS - Live page preview`}
loading={`lazy`} />
</div>
+1 -1
View File
@@ -1,6 +1,6 @@
# Change Log
## [3.1.0] - (Upcoming release)
## [3.1.0] - 2021-09-10
- BETA version available at: [beta.frontmatter.codes](https://beta.frontmatter.codes)
- [#72](https://github.com/estruyf/vscode-front-matter/issues/72): Media view on the dashboard
+2 -2
View File
@@ -13,11 +13,11 @@ Managing your Markdown pages/media has never been easier in VS Code. With the Fr
On the contents view, you can **search**, **filter**, **sort** your pages and much more.
![Dashboard - Contents view](/assets/dashboard.png)
![Dashboard - Contents view](https://res.cloudinary.com/estruyf/image/upload/w_1256/v1631520508/frontmatter/dashboard.png)
On the media view, you can quickly glance all the available media files in your project and perform quick actions like copying the relative path.
![Dashboard - Media view](/assets/media.png)
![Dashboard - Media view](https://res.cloudinary.com/estruyf/image/upload/w_1256/v1631520508/frontmatter/media.png)
In order to start using the dashboard, you will have to let the extension know in which folder(s) it can find your pages. Be sure to follow our [getting started](/docs/getting-started) guide.
+1 -1
View File
@@ -23,7 +23,7 @@ Our main extension features are:
- Support for custom actions/scripts
- and many more
![Site preview](/assets/site-preview.png)
![Site preview](https://res.cloudinary.com/estruyf/image/upload/w_1256/v1631520508/frontmatter/preview.png)
## Why Front Matter?
+2 -2
View File
@@ -32,7 +32,7 @@ const Home: NextPage = () => {
</p>
</>
)}
imgSrc={"https://res.cloudinary.com/estruyf/image/upload/h_710,w_1256/dpr_3.0/v1631342303/dashboard_bdu3xl.png"}
imgSrc={"https://res.cloudinary.com/estruyf/image/upload/w_1256/v1631520508/frontmatter/dashboard.png"}
imgAlt={"Front Matter CMS editor dashboard of your static site content"}
link={`/docs/getting-started`}
linkText={strings(`hero_button_primary`)} />
@@ -42,7 +42,7 @@ const Home: NextPage = () => {
view={"right"}
title={strings(`hero_media_title`)}
description={strings(`hero_media_description`)}
imgSrc={"https://res.cloudinary.com/estruyf/image/upload/h_710,w_1256/dpr_3.0/v1631342349/media_p1nhry.png"}
imgSrc={"https://res.cloudinary.com/estruyf/image/upload/w_1256/v1631520508/frontmatter/media.png"}
imgAlt={"Front Matter CMS - media management was never easier in VS Code"}
link={`/docs/dashboard`}
linkText={strings(`hero_media_button_primary`)}