Fix list tables figures (#305)

* Add links

* Fix list of tables/flowcharts

Fixes the order and adds missing link
This commit is contained in:
Hendrik Kleinwaechter
2023-12-12 11:48:12 +01:00
committed by GitHub
parent 0b550a4666
commit 89f5ab6be3
2 changed files with 32 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
.DEFAULT_GOAL := build_pdf
DOCKER_IMAGE := ghcr.io/hendricius/the-sourdough-framework
DOCKER_CMD := docker run -it -v $(PWD):/opt/repo $(DOCKER_IMAGE) /bin/bash -c
DOCKER_CMD := docker run -it -v $(PWD):/opt/repo --platform linux/x86_64 $(DOCKER_IMAGE) /bin/bash -c
.PHONY: bake build_pdf build_docker_image push_docker_image validate website
.PHONY: print_os_version start_shell printvars show_tools_version mrproper