Skip to content

Commit 0386776

Browse files
add AWS plugin to plugins landing page
1 parent 8da7252 commit 0386776

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/docs/plugins/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tocHeading: 2
1515
- [Lit SSR](/docs/plugins/lit-ssr/) - For Lit users, a custom renderer plugin to support Lit+SSR
1616
- [TypeScript](/docs/plugins/typescript/) - A plugin for transforming files written in TypeScript
1717
- [PostCSS](/docs/plugins/postcss/) - Leverage PostCSS plugins, like [Tailwind](/guides/ecosystem/tailwind/)
18-
- [CSS Modules](/docs/plugins/css-modules/) - Support for [CSS Modules](https://github.com/css-modules/css-modules) ™️ syntax
18+
- [CSS Modules](/docs/plugins/css-modules/) - Support for [CSS Modules](https://github.com/css-modules/css-modules) syntax
1919
- [Raw Loader](/docs/plugins/raw/) - Import arbitrary text files as ESM
2020

2121
## All Plugins
@@ -26,6 +26,7 @@ Below is the official list of supported first-party plugins available by the Gre
2626

2727
| Name | Description |
2828
| --------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
29+
| [AWS](https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-adapter-aws) | Deploy SSR pages and API routes to serverless functions on [**AWS**](https://aws.amazon.com/). |
2930
| [Babel](https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-babel) | Use [**Babel**](https://babeljs.io/) plugins, presets, and configuration in your project. |
3031
| [HTML Include](https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-include-html) | Inspired by the original [HTML Imports spec](https://www.html5rocks.com/en/tutorials/webcomponents/imports/). |
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. |

0 commit comments

Comments
 (0)