Compare commits

...

3 Commits

Author SHA1 Message Date
@gabriel.pereira
cf194dc908 remove old files 2026-09-11 11:02:55 -03:00
@gabriel.pereira
c08a667ce5 docs: improve architecture PDF layout
Print only the focused architecture view with a single-page layout.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-09-11 11:01:28 -03:00
@gabriel.pereira
9a1963dca2 docs: add architecture diagram PDF
Provide a static version of the architecture for repository viewers.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-09-11 10:59:49 -03:00
3 changed files with 58 additions and 0 deletions

2
.gitignore vendored
View File

@@ -2,3 +2,5 @@ local/
case_study.css case_study.css
case_study_one_page.html case_study_one_page.html
case_study_one_page.md case_study_one_page.md
architecture_dag.md
linkedin_post.md

View File

@@ -134,6 +134,62 @@
.animate-flow { .animate-flow {
animation: flow 2s ease-in-out infinite; animation: flow 2s ease-in-out infinite;
} }
@media print {
@page {
size: A4 portrait;
margin: 12mm;
}
body {
padding: 0;
background: white;
}
.container {
max-width: none;
padding: 0;
box-shadow: none;
}
h1 {
font-size: 22px;
margin: 0 0 4px;
}
.subtitle {
margin: 0 0 12px;
font-size: 11px;
}
.diagram-wrapper {
margin: 0;
padding: 8px;
border-left-width: 3px;
break-inside: avoid;
}
.mermaid {
min-width: 0;
}
.mermaid svg {
width: auto;
max-width: 100%;
max-height: 185mm;
}
.legend {
grid-template-columns: repeat(4, 1fr);
gap: 6px;
margin-top: 10px;
padding-top: 8px;
font-size: 9px;
break-inside: avoid;
}
.legend-item {
font-size: 9px;
}
.legend-color {
width: 12px;
height: 12px;
margin-right: 5px;
}
.section {
display: none;
}
}
</style> </style>
</head> </head>
<body> <body>

BIN
architecture_diagram.pdf Normal file

Binary file not shown.