Skip to content

Commit 01673ef

Browse files
committed
pdf: use mkdocs-pandoc-plugin
1 parent 543e262 commit 01673ef

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

mkdocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ markdown_extensions:
3535
# https://t.pxeger.com/mkdocs-material/reference/footnotes/
3636
- footnotes
3737

38+
plugins:
39+
- pandoc:
40+
combined: true
41+
pandoc_extra_args: '--resource-path=report/deployment:deployment:report:. --toc --number-sections=true'
42+
- search
3843

3944
theme: readthedocs
4045

report/clients/iot_and_libs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ And further, when a vulnerability or bug is identified within the software stack
1111
Moreover, numerous IoT devices lack automatic update capabilities at all, and in some instances, these updates are not feasible as well.
1212
The underlying software quality often suffers as well, driven by constraints related to financial resources and the sheer scale of development.
1313
Paradoxically, due to the critical nature of maintaining device security amid the difficulties associated with updates, the quality of the software must actually be higher to mitigate these risks effectively beforehand.
14+
1415
## Implications by Packaging
1516

1617
TLS libraries that are often packaged by other software provided by [package management systems](https://en.wikipedia.org/wiki/Package_manager).

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
mkdocs
2+
git+https://github.com/sebix/mkdocs-pandoc-plugin.git@sebix-patch-1

0 commit comments

Comments
 (0)