🔧 Show line numbers in docs during local development (#714)

🔧 Show line numbers during local development
This commit is contained in:
Sebastián Ramírez
2023-11-28 23:41:03 +01:00
committed by GitHub
parent 2b0dfb50c8
commit 33c5e5c98d
2 changed files with 3 additions and 2 deletions

View File

@ -4,4 +4,4 @@ set -e
export DYLD_FALLBACK_LIBRARY_PATH="/opt/homebrew/lib"
mkdocs serve --dev-addr 127.0.0.1:8008
LINENUMS="true" mkdocs serve --dev-addr 127.0.0.1:8008