From db6ad1e00ea255fdae9306ab3133debcbd4d1732 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Sun, 27 Mar 2022 22:48:48 +0200 Subject: update source of www.sigsum.org New template, font, colors, and logo. A few edits to text, chunking it up under a few different pages that can be navigated. --- hugo/content/docs.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 hugo/content/docs.md (limited to 'hugo/content/docs.md') diff --git a/hugo/content/docs.md b/hugo/content/docs.md new file mode 100644 index 0000000..9f140b2 --- /dev/null +++ b/hugo/content/docs.md @@ -0,0 +1,12 @@ +# Docs + + - [Design document][] - an introduction to the Sigsum logging design + - [API specification][] - a succinct description of the Sigsum API + - [History][] - a brief history about how Sigsum came together + - [Archive][] - notes and meeting minutes + - [Visuals](/visuals) - logo, colors, and font + +[Design document]: https://git.sigsum.org/sigsum/tree/doc/design.md +[API specification]: https://git.sigsum.org/sigsum/tree/doc/api.md +[History]: https://git.sigsum.org/sigsum/tree/doc/history.md +[Archive]: https://git.sigsum.org/sigsum/tree/archive -- cgit v1.2.3