initial commit

This commit is contained in:
Martin Sukany
2025-06-05 09:39:46 +02:00
commit cced7f02f7
58 changed files with 7275 additions and 0 deletions

15
mdbook_export.sh Executable file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
VAULT_DIR=$(pwd)
EXPORT_DIR="$VAULT_DIR/export"
cd "$VAULT_DIR" || exit
# convert links
./convert_links.sh
# Run mdBook inside a Podman container
podman run --rm -v "$VAULT_DIR":/vault -w /vault/docs mdbook-local mdbook build -d /vault/export