From ff648d2f84301a65e4a0eeeb300d12d5d34739ed Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 16 Oct 2020 16:49:08 +0100 Subject: [PATCH] Add basic index.html --- .buildkite/pipeline.yaml | 1 + implementation-guides/index.html | 44 ++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 implementation-guides/index.html diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 551ac336..d98992a0 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -58,6 +58,7 @@ steps: - ./mdbook build server -d /workdir/implementation-guides/implementation-guides/server - ./mdbook build client -d /workdir/implementation-guides/implementation-guides/client - ./mdbook build application-services -d /workdir/implementation-guides/implementation-guides/application-services + - cp index.html /workdir/implementation-guides/implementation-guides/ - tar -czf implementation-guides.tar.gz implementation-guides artifact_paths: - implementation-guides/implementation-guides.tar.gz diff --git a/implementation-guides/index.html b/implementation-guides/index.html new file mode 100644 index 00000000..edf6ae8a --- /dev/null +++ b/implementation-guides/index.html @@ -0,0 +1,44 @@ + + + + + + Matrix Implementation Guides + + + + + + + + + + + + + + + + + + + + +
+
+ +

Matrix Implementation Guides

+ + The current guides are: + + + +
+
+ + +