diff --git a/README.md b/README.md index 5e1c401..0a1c373 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ [](https://github.com/remcohaszing/monaco-yaml/actions/workflows/ci.yaml) [](https://www.npmjs.com/package/monaco-yaml) [](https://prettier.io) +[](https://monaco-yaml.js.org) +[](https://app.netlify.com/sites/monaco-yaml/deploys) YAML language plugin for the Monaco Editor. It provides the following features when editing YAML files: @@ -86,6 +88,8 @@ Also make sure to register the web worker. ## Examples +A demo is available on [monaco-yaml.js.org](https://monaco-yaml.js.org). + A running example:  Some usage examples can be found in the diff --git a/examples/webpack/README.md b/examples/webpack/README.md index c8236b8..28bdb9f 100644 --- a/examples/webpack/README.md +++ b/examples/webpack/README.md @@ -1,7 +1,8 @@ -# Webpack entry points demo +# Demo -This demo shows how to use `monaco-editor` and `monaco-yaml` with Webpack 4 -[entry points](https://webpack.js.org/concepts/entry-points). To start it, simply run: +This demo is deployed to [monaco-yaml.js.org](https://monaco-yaml.js.org). It shows how +`monaco-editor` and `monaco-yaml` can be used with +[Webpack 5](https://webpack.js.org/concepts/entry-points). To start it, simply run: ```sh npm start diff --git a/examples/webpack/src/icon.svg b/examples/webpack/src/icon.svg new file mode 100644 index 0000000..b27ea04 --- /dev/null +++ b/examples/webpack/src/icon.svg @@ -0,0 +1,14 @@ + + diff --git a/examples/webpack/src/index.ejs b/examples/webpack/src/index.ejs index c9013d7..458d356 100644 --- a/examples/webpack/src/index.ejs +++ b/examples/webpack/src/index.ejs @@ -2,6 +2,7 @@
+