be4be729a9
This has been pending for several years. Finally, managed to do with GPT-4 "auto" cleaning language and other consistency issues. 90% GPT4, 10% manual hand-wringing. GPT-4 prompt: ``` - Fix grammar, simplify language, and make language and terms consistent. - Remove superfluous language, avoid unncessary "the"s etc. - Change endpoint description in tables that list endpoints, change to terse imperative language. - Parameter / field description in Parameter tables, don't be imperative or use active sentences. Only describe the parameter passively and tersely. - Remove backticks from all headings and table values. - Format markdown tables. - Standardize "data type" columns values into number, string[], string, JSON. - Remove the "parameter type" column from tables. - Wrap ID parameters in URIs in braces. Eg: /lists/list_id to /lists/{list_id} - Add a markdown line above every API path heading that begins with GET, POST, PUT, DELETE. - Leave the lines starting with `#code-` untouched - Do not add new sections, headings, or any new content. Only edit existing content as described above. - Do not remove any sections or any existing content. ``` |
||
---|---|---|
.. | ||
docs | ||
i18n | ||
site | ||
swagger | ||
README.md |
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 (runhugo serve
insidesite
to preview). -
Documentation is in
docs
and is built with mkdocs (insidedocs
, runmkdocs serve
to preview after runningpip install -r requirements.txt
) -
i18n
directory has the static UI for i18n translations: https://listmonk.app/i18n