Skip to content

Commit 24d876e

Browse files
authored
More better readableness (#382)
* better clarity, more legible, especially mobile
1 parent cdaf2e4 commit 24d876e

File tree

106 files changed

+1790
-1588
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+1790
-1588
lines changed

Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ help:
2020
@echo " make test - Run validation tests on test CSV"
2121
@echo " make format - Check and fix code formatting with ruff"
2222
@echo " make format-check - Check code formatting without fixing"
23-
@echo " make generate - Generate README.md from CSV data"
23+
@echo " make generate - Generate README.md from CSV data, and create SVG badges"
24+
@echo " make generate-w-toc - Generate README.md from CSV data and create SVGs, incl. ToC"
2425
@echo " make update - Run both process and validate"
2526
@echo " make download-resources - Download active resources from GitHub"
2627
@echo " make sort - Sort resources by category, sub-category, and name"
@@ -101,6 +102,10 @@ generate: sort
101102
@echo "Generating README.md from CSV data using template system..."
102103
$(PYTHON) $(SCRIPTS_DIR)/generate_readme.py
103104

105+
generate-w-toc: sort
106+
@echo "Generating README.md with Table of Contents from CSV data..."
107+
REGEN_TOC_ASSETS=1 $(PYTHON) $(SCRIPTS_DIR)/generate_readme.py
108+
104109
# Update: process resources then validate links
105110
update: process validate
106111
@echo "Update complete!"

README.md

Lines changed: 132 additions & 100 deletions
Large diffs are not rendered by default.

assets/header_workflows-light-v3.svg

Lines changed: 8 additions & 8 deletions
Loading

assets/header_workflows.svg

Lines changed: 2 additions & 2 deletions
Loading

assets/info-terminal-light-vintage.svg

Lines changed: 5 additions & 5 deletions
Loading

assets/info-terminal.svg

Lines changed: 8 additions & 10 deletions
Loading

assets/intro-terminal-light-vintage.svg

Lines changed: 11 additions & 11 deletions
Loading

assets/intro-terminal.svg

Lines changed: 4 additions & 5 deletions
Loading
Lines changed: 36 additions & 0 deletions
Loading

assets/subheader_hooks_general.svg

Lines changed: 36 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)