mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-06-29 22:41:17 +02:00
Updated docs
This commit is contained in:
@@ -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,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
|
||||
|
||||
@@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
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.
|
||||
|
||||

|
||||

|
||||
|
||||
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.
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ Our main extension features are:
|
||||
- Support for custom actions/scripts
|
||||
- and many more
|
||||
|
||||

|
||||

|
||||
|
||||
## Why Front Matter?
|
||||
|
||||
|
||||
@@ -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`)}
|
||||
|
||||
Reference in New Issue
Block a user