From 8cbe0fb3e2b107ede542b39a5a39ca3dba6fc215 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 1 Feb 2023 12:20:21 +0100 Subject: [PATCH] Decrease opacity of non-applicable documentation items (#25) --- .gitignore | 3 +++ build.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2d89e43..b0e15cd 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ # Automatically generated by `build.sh` content/_index.md + +# Lockfile generated by Hugo +.hugo_build.lock diff --git a/build.sh b/build.sh index 8311b3e..18ca25c 100755 --- a/build.sh +++ b/build.sh @@ -38,7 +38,7 @@ EOF python3 "$GODOT_TMP_DIR/doc/tools/doc_status.py" -u "$GODOT_TMP_DIR/doc/classes" "$GODOT_TMP_DIR"/modules/*/doc_classes | tail -n +2 >> content/_index.md # Fade out `0/0` completion ratios as they can't be completed (there's nothing to document). -sed -i 's:0/0:0/0:g' content/_index.md +sed -i 's:0/0:0/0:g' content/_index.md # Add classes for completion percentages to style them for easier visual grepping. # Incomplete percentages (0-99%).