Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ help:
@echo " make test - Run validation tests on test CSV"
@echo " make format - Check and fix code formatting with ruff"
@echo " make format-check - Check code formatting without fixing"
@echo " make generate - Generate README.md from CSV data"
@echo " make generate - Generate README.md from CSV data, and create SVG badges"
@echo " make generate-w-toc - Generate README.md from CSV data and create SVGs, incl. ToC"
@echo " make update - Run both process and validate"
@echo " make download-resources - Download active resources from GitHub"
@echo " make sort - Sort resources by category, sub-category, and name"
Expand Down Expand Up @@ -101,6 +102,10 @@ generate: sort
@echo "Generating README.md from CSV data using template system..."
$(PYTHON) $(SCRIPTS_DIR)/generate_readme.py

generate-w-toc: sort
@echo "Generating README.md with Table of Contents from CSV data..."
REGEN_TOC_ASSETS=1 $(PYTHON) $(SCRIPTS_DIR)/generate_readme.py

# Update: process resources then validate links
update: process validate
@echo "Update complete!"
Expand Down
232 changes: 132 additions & 100 deletions README.md

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions assets/header_workflows-light-v3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions assets/header_workflows.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions assets/info-terminal-light-vintage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 8 additions & 10 deletions assets/info-terminal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions assets/intro-terminal-light-vintage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 4 additions & 5 deletions assets/intro-terminal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading