From 5d3c10d198eb9cc164ee1aa6dd4e0827189f34a1 Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Sun, 26 Mar 2023 11:13:25 +0530 Subject: [PATCH] Add new README to the `docs` directory. --- docs/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 00000000..80c2efce --- /dev/null +++ b/docs/README.md @@ -0,0 +1,9 @@ +# Static website and docs + +This repository contains the source for the static website https://listmonk.app + +- The website is in `site` and is built with hugo (run `hugo serve` inside `site` to preview). + +- Documentation is in `docs` and is built with mkdocs (inside `docs`, run `mkdocs serve` to preview after running `pip install -r requirements.txt`) + +- `i18n` directory has the static UI for i18n translations: https://listmonk.app/i18n