From 7a0ba81999741d0547bbd3503bb85d5e6684adb4 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sat, 30 Jan 2021 16:09:20 +0000 Subject: [PATCH] Added further docs --- docs/assets/custom.css | 9 +++++++++ docs/index.rst | 6 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/docs/assets/custom.css b/docs/assets/custom.css index de1b45027..6287c0977 100644 --- a/docs/assets/custom.css +++ b/docs/assets/custom.css @@ -1,3 +1,12 @@ + +@media (max-width: 1200px) { +.md-header-nav__button { + color: #ef5350; + background-color: white; + border-radius: 5px; +} +} + .md-nav__title--site { display: none; } diff --git a/docs/index.rst b/docs/index.rst index a29db7ccc..0000bb819 100755 --- a/docs/index.rst +++ b/docs/index.rst @@ -2,9 +2,7 @@ Kompute Docs Home ========================================== -.. mdinclude:: ../README.md - -Index +Documentation Index (as per sidebar) -------- .. toctree:: @@ -41,3 +39,5 @@ Index Game Engine Integration (Godot Engine) Code Index +.. mdinclude:: ../README.md +