goldendict-ng/website
xiaoyifang d5037ded24
Some checks failed
SonarCloud / Build and analyze (push) Waiting to run
deploy_website / deploy (push) Has been cancelled
feature: rename the [Enable Scanning] to a more accurate tooltip (#1810)
* feature: rename the [Enable Scanning] to a more accurate tooltip

* change [Scan Popup] to popup

* i18n: [scan popup] to popup in ts files

* update popup related strings

* Update popup doc

* update popup doc 2

* Update ui_popup.md

* -t popup explanation in command line

---------

Co-authored-by: shenleban tongying <shenlebantongying@gmail.com>
2024-10-10 02:19:33 +00:00
..
docs feature: rename the [Enable Scanning] to a more accurate tooltip (#1810) 2024-10-10 02:19:33 +00:00
.gitignore
mkdocs.yml doc: add document about move index folder (#1719) 2024-08-09 14:33:00 +08:00
README.md feat: write word to Program dictionary's stdin in UTF-8 instead of local 8 bit 2024-09-03 17:09:34 -04:00

Local build setup

With venv

cd ./website
python -m venv ./venv/
source ./venv/bin/activate
# source ./venv/bin/activate.fish
pip install mkdocs-material

Then

mkdocs serve

More details can be found