Skip to content

Commit f762dc2

Browse files
move markdown docs from resources to plugins
1 parent 730e322 commit f762dc2

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
lines changed

netlify.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,9 @@
1616
[[redirects]]
1717
status = 301
1818
from = "/docs/plugins/typescript/"
19-
to = "/docs/resources/typescript/"
19+
to = "/docs/resources/typescript/"
20+
21+
[[redirects]]
22+
status = 301
23+
from = "/docs/resources/markdown/"
24+
to = "/docs/plugins/markdown/"

src/pages/docs/plugins/css-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: CSS Modules
33
label: CSS Modules
44
layout: docs
5-
order: 2
5+
order: 3
66
tocHeading: 2
77
---
88

src/pages/docs/plugins/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ tocHeading: 2
1212
1313
## Featured
1414

15+
- [Markdown](/docs/plugins/markdown/) - Author your pages in markdown
1516
- [Lit SSR](/docs/plugins/lit-ssr/) - For Lit users, a custom renderer plugin to support Lit+SSR
1617
- [PostCSS](/docs/plugins/postcss/) - Leverage PostCSS plugins, like [Tailwind](/guides/ecosystem/tailwind/)
1718
- [CSS Modules](/docs/plugins/css-modules/) - Support for [CSS Modules ™](https://github.com/css-modules/css-modules) syntax
@@ -31,6 +32,7 @@ Below is the official list of supported first-party plugins available by the Gre
3132
| [Import Raw](https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-import-raw) | Enables usage of ESM syntax for loading arbitrary file contents as a string. |
3233
| [JSX](https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-import-jsx) | Enables usage of ESM syntax for loading [**WCC**](https://github.com/ProjectEvergreen/wcc) compatible JSX. |
3334
| [Lit SSR](https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-renderer-lit) | A server-side rendering plugin for Lit based Greenwood projects. |
35+
| [Markdown](https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-markdown) | Author your pages in markdown using the [**unified**](https://unifiedjs.com/) ecosystem. |
3436
| [Netlify](https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-adapter-netlify) | Deploy serverless and edge functions to [**Netlify**](https://www.netlify.com/). |
3537
| [Polyfills](https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-polyfills) | Web Component related polyfills for older browsers. |
3638
| [PostCSS](https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-postcss) | Allows usage of [**PostCSS**](https://postcss.org/) plugins and configuration in your project. |

src/pages/docs/plugins/lit-ssr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Lit SSR
33
label: Lit SSR
44
layout: docs
5-
order: 1
5+
order: 2
66
tocHeading: 2
77
---
88

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: docs
3-
order: 5
3+
order: 1
44
tocHeading: 2
55
---
66

src/pages/docs/plugins/postcss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: PostCSS
33
label: PostCSS
44
layout: docs
5-
order: 4
5+
order: 5
66
tocHeading: 2
77
---
88

src/pages/docs/plugins/raw.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: docs
3-
order: 3
3+
order: 4
44
tocHeading: 2
55
---
66

0 commit comments

Comments
 (0)