From b99ffcfcb9804102bdb78f09dd5bd840227a4fd7 Mon Sep 17 00:00:00 2001 From: Matteo Manzinello Date: Thu, 30 Jul 2020 12:38:49 +0200 Subject: [PATCH] additional README --- examples/README.md | 19 +++++++++++++++++++ extensions/README.md | 7 +++++++ 2 files changed, 26 insertions(+) create mode 100644 examples/README.md create mode 100644 extensions/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..8c04b69 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,19 @@ +# 💌 Mailgo examples + +Mailgo example to test functionalities, design... + +## `index.html` + +Simple examples of mailgo + +## `index.[language].html` + +Simple examples of mailgo in different languages + +## `index.dark.html` + +Simple examples of mailgo to test dark mode + +## `index.windowconfig.html` + +Simple examples of mailgo with `window.mailgoConfig` diff --git a/extensions/README.md b/extensions/README.md new file mode 100644 index 0000000..5b49fdb --- /dev/null +++ b/extensions/README.md @@ -0,0 +1,7 @@ +# 💌 Mailgo extensions + +Scripts to add in mailgo official extensions for Chrome and Firefox. + +## // TODO + +Remove this folder, add build process also in extensions in order to add `mailgo` from npm.