From 77a15ff6505b39f1955918767d78777e8a500a0b Mon Sep 17 00:00:00 2001 From: Daniel <50356015+danny007in@users.noreply.github.com> Date: Sun, 23 Jul 2023 21:25:18 +0530 Subject: [PATCH] docs license --- src/html/components/dashboard/_sidenav.astro | 13 +++- src/html/components/docs/license.mdx | 9 +++ src/html/pages/docs/license.astro | 71 ++++++++++++++++++++ 3 files changed, 91 insertions(+), 2 deletions(-) create mode 100644 src/html/components/docs/license.mdx create mode 100644 src/html/pages/docs/license.astro diff --git a/src/html/components/dashboard/_sidenav.astro b/src/html/components/dashboard/_sidenav.astro index f2a532d91..1edbc27cb 100644 --- a/src/html/components/dashboard/_sidenav.astro +++ b/src/html/components/dashboard/_sidenav.astro @@ -338,7 +338,7 @@ const htmlPath = convertPathToHtml(path); href="#" class:list={["nav-link", mainPage === "components" && "active"]} > - +

Components @@ -370,7 +370,7 @@ const htmlPath = convertPathToHtml(path); href="#" class:list={["nav-link", mainPage === "javascript" && "active"]} > - +

Javascript @@ -397,6 +397,15 @@ const htmlPath = convertPathToHtml(path);

Browser Support

+