From 73d2fff06f6cc64e922f536373d7966c4e5ec1bc Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Sun, 30 Apr 2023 13:36:02 -0700 Subject: [PATCH] Add index page Signed-off-by: Varun Patil --- docs/index.md | 12 +++++++++++- mkdocs.yml | 2 ++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 71301af6a..0a2a9fa27 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1 +1,11 @@ -This documentation contains information for further configuration for best results. +--- +hide: + - navigation + - toc +--- + +# Memories Documentation + +!!! warning "This page is still under construction." + +This is the documentation for the [Memories](https://github.com/pulsejet/memories) app. diff --git a/mkdocs.yml b/mkdocs.yml index b30520474..2e71ef25b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,6 +7,8 @@ theme: - navigation.tracking palette: primary: blue + icon: + logo: material/camera nav: - Home: 'index.md'