|
@@ -216,6 +216,15 @@ const htmlPath = convertPathToHtml(path);
|
|
|
</p>
|
|
|
</a>
|
|
|
<ul class="nav nav-treeview">
|
|
|
+ <li class="nav-item">
|
|
|
+ <a
|
|
|
+ href={htmlPath + "/UI/general.html"}
|
|
|
+ class:list={["nav-link", page === "bsgeneral" && "active"]}
|
|
|
+ >
|
|
|
+ <i class="nav-icon bi bi-circle"></i>
|
|
|
+ <p>General Elements</p>
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
<li class="nav-item">
|
|
|
<a
|
|
|
href={htmlPath + "/UI/timeline.html"}
|
|
@@ -250,21 +259,6 @@ const htmlPath = convertPathToHtml(path);
|
|
|
</li>
|
|
|
</ul>
|
|
|
</li>
|
|
|
- <li class:list={["nav-item", mainPage === "bscomponents" && "menu-open"]}>
|
|
|
- <a href="#" class:list={["nav-link", mainPage === "bscomponents" && "active"]}>
|
|
|
- <i class="nav-icon bi bi-ui-checks-grid"></i>
|
|
|
- <p>Components<i class="nav-arrow bi bi-chevron-right"></i>
|
|
|
- </p>
|
|
|
- </a>
|
|
|
- <ul class="nav nav-treeview">
|
|
|
- <li class="nav-item">
|
|
|
- <a href={htmlPath + "/components/general.html"} class:list={["nav-link", page === "bsgeneral" && "active"]}>
|
|
|
- <i class="nav-icon bi bi-circle"></i>
|
|
|
- <p>General Components</p>
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </li>
|
|
|
<li class:list={["nav-item", mainPage === "tables" && "menu-open"]}>
|
|
|
<a
|
|
|
href="#"
|