You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,9 @@ project/
19
19
20
20
## Configuration Workflow
21
21
22
-
For every page, your main configuration (for all documents), document configuration (for all pages of this document) and the page configuration are merged to form the context provided to your page template.
22
+
For every page, your main configuration (for all documents), document configuration (for
23
+
all pages of this document) and the page configuration are merged to form the context
Copy file name to clipboardExpand all lines: docs/overview.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,8 @@ For a quick introduction, see the [README](../README.md).
21
21
22
22
### From configuration to PDF documents
23
23
24
-
Your main configuration defines which documents to create.<br>Each document configuration defines which pages make up the document.
24
+
Your main configuration defines which documents to create.<br>Each document
25
+
configuration defines which pages make up the document.
25
26
26
27
```mermaid
27
28
flowchart TD
@@ -32,7 +33,7 @@ flowchart TD
32
33
Doc1 -->|page 1| Page1[Page Processing]
33
34
Doc1 -->|page 2| Page2[Page Processing]
34
35
Doc1 -->|page ...| PageN[Page Processing]
35
-
36
+
36
37
Page1 --> PDF1[PDF File Page 1]
37
38
Page2 --> PDF2[PDF File Page 2]
38
39
PageN --> PDFN[PDF File Page ...]
@@ -52,7 +53,10 @@ flowchart TD
52
53
53
54
### Inheriting common values
54
55
55
-
Settings in the main configuration are available to all documents.<br>Settings in a document configuration are available to all of its pages.<br>Each page configuration can hold page-specific settings/content, so that the template of page is only responsible for layout/design.
56
+
Settings in the main configuration are available to all documents.<br>Settings in a
57
+
document configuration are available to all of its pages.<br>Each page configuration can
58
+
hold page-specific settings/content, so that the template of page is only responsible
59
+
for layout/design.
56
60
57
61
```mermaid
58
62
flowchart TD
@@ -72,7 +76,9 @@ flowchart TD
72
76
73
77
### Pages make up a document
74
78
75
-
After each page template was rendered and the resulting SVG file converted to PDF, these page PDFs are combined to create the document.<br>This may optionally get compressed for a nice end result.
79
+
After each page template was rendered and the resulting SVG file converted to PDF, these
80
+
page PDFs are combined to create the document.<br>This may optionally get compressed for
0 commit comments