Sync from dev @ 252c1cf

Source: main (252c1cf)
Excluded: live tenant exports, generated artifacts, and dev-only tooling.
This commit is contained in:
2026-04-17 15:57:35 +02:00
commit 17d745bdac
52 changed files with 15601 additions and 0 deletions

17
md2pdf/pdfconfig.json Normal file
View File

@@ -0,0 +1,17 @@
{
"stylesheet": [
"./md2pdf/pdfstyle.css"
],
"marked_options": {
"headerIds": false,
"smartypants": true
},
"pdf_options": {
"format": "A4",
"margin": "15mm",
"printBackground": false,
"headerTemplate": "<style> section { margin: 0 auto; font-family: sans-serif !important; font-size: 9px; } </style><section><span>ASTRAL Documentation</span></section>",
"footerTemplate": "<style> section { margin: 0 auto; font-family: sans-serif !important; font-size: 9px; } </style><section><div>Page <span class='pageNumber'></span> of <span class='totalPages'></span></div></section>",
"displayHeaderFooter": true
}
}