From ac15fd9da155fd8191259846155296884b64c2c3 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Sun, 25 Dec 2016 23:16:58 +0100 Subject: first progress on book integration, need to introduce a custom json structure --- src/main/resources/assets/taiga/book/sections/intro.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/main/resources/assets/taiga/book/sections/intro.json (limited to 'src/main/resources/assets/taiga/book/sections') diff --git a/src/main/resources/assets/taiga/book/sections/intro.json b/src/main/resources/assets/taiga/book/sections/intro.json new file mode 100644 index 0000000..276837e --- /dev/null +++ b/src/main/resources/assets/taiga/book/sections/intro.json @@ -0,0 +1,7 @@ +[ + { + "name": "welcome", + "type": "text", + "data": "intro/welcome.json" + } +] \ No newline at end of file -- cgit v1.2.3