From f8b2dfbdc5e9a67a90f2e39f0d4c00865ef33240 Mon Sep 17 00:00:00 2001 From: Daniel <50356015+danny007in@users.noreply.github.com> Date: Thu, 27 Apr 2023 17:10:47 +0530 Subject: [PATCH] docs intro and browser support --- src/html/components/dashboard/_sidenav.astro | 14 ++++- .../components/docs/browser-support/index.md | 22 +++++++ .../components/docs/introduction/index.md | 35 +++++++++++ src/html/pages/docs/browser-support.astro | 58 +++++++++++++++++++ src/html/pages/docs/color-mode.astro | 16 ++--- src/html/pages/docs/index.astro | 58 +++++++++++++++++++ src/scss/_app-sidebar.scss | 10 +++- src/scss/_docs.scss | 4 +- src/scss/_variables-dark.scss | 2 +- src/scss/_variables.scss | 2 +- 10 files changed, 204 insertions(+), 17 deletions(-) create mode 100644 src/html/components/docs/browser-support/index.md create mode 100644 src/html/components/docs/introduction/index.md create mode 100644 src/html/pages/docs/browser-support.astro create mode 100644 src/html/pages/docs/index.astro diff --git a/src/html/components/dashboard/_sidenav.astro b/src/html/components/dashboard/_sidenav.astro index 21ff2d382..00169c830 100644 --- a/src/html/components/dashboard/_sidenav.astro +++ b/src/html/components/dashboard/_sidenav.astro @@ -191,7 +191,19 @@ const htmlPath = convertPathToHtml(path) + +