From 19b55f7c6616a7c7869ab88af2fdfdd325afcb49 Mon Sep 17 00:00:00 2001 From: henkvancann Date: Tue, 6 Feb 2024 23:14:30 +0000 Subject: [PATCH] image test succeeded Signed-off-by: henkvancann --- ...AppAgentWitnessWatcherIndirectExchange.png | Bin spec/headerintro.md | 33 ------------------ spec/title.md | 28 +++++++++------ specs.json | 6 ++-- 4 files changed, 20 insertions(+), 47 deletions(-) rename {spec => images}/ControllerAppAgentWitnessWatcherIndirectExchange.png (100%) delete mode 100644 spec/headerintro.md diff --git a/spec/ControllerAppAgentWitnessWatcherIndirectExchange.png b/images/ControllerAppAgentWitnessWatcherIndirectExchange.png similarity index 100% rename from spec/ControllerAppAgentWitnessWatcherIndirectExchange.png rename to images/ControllerAppAgentWitnessWatcherIndirectExchange.png diff --git a/spec/headerintro.md b/spec/headerintro.md deleted file mode 100644 index 27aea8a..0000000 --- a/spec/headerintro.md +++ /dev/null @@ -1,33 +0,0 @@ -Kerific Specification V0.5 -================== - -**Specification Status**: Draft - -**Latest Draft:** - -[https://github.com/weboftrust/kerific-specification](https://github.com/weboftrust/kerific-specification) - -**Editors:** - -- [Henk van Cann](https://github.com/henkvancann), [Blockchainbird.org](https://blockchainbird.org) -- [Kor Dwarshuis](https://github.com/kordwarshuis), [Blockchainbird.org](https://blockchainbird.org) - -**Contributors:** - -Test image - -Altough this image is IN the spec directory of the source, it doesn't show: - -![test image](/spec/ControllerAppAgentWitnessWatcherIndirectExchange.png) - -On the other hand directly linked to a permalink will show: - -![test image](https://github.com/trustoverip/tswg-keri-specification/blob/47ee549ad45b3496109ec08b64ad13fc04cd53b5/images/ControllerAppAgentWitnessWatcherIndirectExchange.png) - - -**Participate:** - -~ [GitHub repo](https://github.com/weboftrust/kerific-specification) -~ [Commit history](https://github.com/weboftrust/kerific-specification/commits/main) - ------------------------------------- \ No newline at end of file diff --git a/spec/title.md b/spec/title.md index 41b3198..b9eb953 100644 --- a/spec/title.md +++ b/spec/title.md @@ -1,27 +1,33 @@ -ToIP Template Specification +Kerific Specification V0.5 ================== -**Specification Status**: v1.0 Draft +**Specification Status**: Draft **Latest Draft:** -[https://github.com/trustoverip/specification-template](https://github.com/trustoverip/specification-template) +[https://github.com/weboftrust/kerific-specification](https://github.com/weboftrust/kerific-spec) **Editors:** -- [Kevin Griffin](https://github.com/m00sey), [GLEIF](https://gleif.org) +- [Henk van Cann](https://github.com/henkvancann), [Blockchainbird.org](https://blockchainbird.org) +- [Kor Dwarshuis](https://github.com/kordwarshuis), [Blockchainbird.org](https://blockchainbird.org) **Contributors:** -**Participate:** +Test image + +Altough this image is IN the images directory of the source, it doesn't show: -~ [GitHub repo](https://github.com/trustoverip/specification-template) -~ [Commit history](https://github.com/trustoverip/specification-template/commits/main) +![test image](./images/ControllerAppAgentWitnessWatcherIndirectExchange.png) ------------------------------------- +On the other hand, directly linked to github (by right clicking it) will show: -[//]: # (Pandoc Formatting Macros) +![test image](https://raw.githubusercontent.com/trustoverip/tswg-keri-specification/47ee549ad45b3496109ec08b64ad13fc04cd53b5/images/ControllerAppAgentWitnessWatcherIndirectExchange.png) + + +**Participate:** -[//]: # (\maketitle) +~ [GitHub repo](https://github.com/weboftrust/kerific-specification) +~ [Commit history](https://github.com/weboftrust/kerific-specification/commits/main) -[//]: # (\newpage) \ No newline at end of file +------------------------------------ \ No newline at end of file diff --git a/specs.json b/specs.json index e0f4779..072a94e 100644 --- a/specs.json +++ b/specs.json @@ -7,7 +7,7 @@ "output_path": "./docs", "markdown_paths": [ "title.md", - "headerintro.md", + "header.md", "toc.md", "foreword.md", "introduction.md", @@ -26,8 +26,8 @@ "katex": true, "source": { "host": "github", - "account": "trustoverip", - "repo": "specification-template" + "account": "weboftrust", + "repo": "kerific-spec" } } ]