mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-22 23:52:05 +01:00
Move 06-terminology.md to a temporary location
As mermaid pulls in many dependencies and is not setup in CI, sphinx-build will fail on trying to render the file. Signed-off-by: David Runge <dave@sleepmap.de>
This commit is contained in:
parent
3e64c68f92
commit
a88e3023a8
2 changed files with 6 additions and 1 deletions
|
@ -7,6 +7,6 @@ Files: book/source/diag/*.png book/source/diag/*.svg
|
|||
Copyright: 2023 The "Notes on OpenPGP" project
|
||||
License: CC-BY-SA-4.0
|
||||
|
||||
Files: book/source/mermaid/*.md book/source/mermaid/*.png
|
||||
Files: book/source/mermaid/*.png
|
||||
Copyright: 2023 The "Notes on OpenPGP" project
|
||||
License: CC-BY-SA-4.0
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
<!--
|
||||
SPDX-FileCopyrightText: 2023 The "Notes on OpenPGP" project
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0
|
||||
-->
|
||||
|
||||
```{mermaid}
|
||||
%%{ init: { 'flowchart': { 'curve': '' } } }%%
|
||||
flowchart LR
|
Loading…
Reference in a new issue