From 1c5e1e820133ff58bad6ac004c81d48f125a3d8f Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Sat, 4 Feb 2023 03:23:32 -0500 Subject: [PATCH] docs: added README to explain folder usage --- dist/README.md | 7 +++++++ docs.wrm/README.md | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 dist/README.md create mode 100644 docs.wrm/README.md diff --git a/dist/README.md b/dist/README.md new file mode 100644 index 000000000..7cf4caeb5 --- /dev/null +++ b/dist/README.md @@ -0,0 +1,7 @@ +Distribution Files +================== + +This folder contains the library reduced to single-file variants. + +They are generate with the `npm run build-dist` command, which uses +rollup (via the `/rollup.config.js` configuration). diff --git a/docs.wrm/README.md b/docs.wrm/README.md new file mode 100644 index 000000000..f8c3090ca --- /dev/null +++ b/docs.wrm/README.md @@ -0,0 +1,5 @@ +Documentation Source +==================== + +This folder contains all the Flatworm source for the documentation. +