docs license

This commit is contained in:
Daniel
2023-07-23 21:25:18 +05:30
parent eaefd70c0a
commit 77a15ff650
3 changed files with 91 additions and 2 deletions

View File

@@ -338,7 +338,7 @@ const htmlPath = convertPathToHtml(path);
href="#"
class:list={["nav-link", mainPage === "components" && "active"]}
>
<i class="nav-icon bi bi-palette2"></i>
<i class="nav-icon bi bi-ui-checks-grid"></i>
<p>
Components
<i class="nav-arrow bi bi-chevron-right"></i>
@@ -370,7 +370,7 @@ const htmlPath = convertPathToHtml(path);
href="#"
class:list={["nav-link", mainPage === "javascript" && "active"]}
>
<i class="nav-icon bi bi-palette2"></i>
<i class="nav-icon bi bi-filetype-js"></i>
<p>
Javascript
<i class="nav-arrow bi bi-chevron-right"></i>
@@ -397,6 +397,15 @@ const htmlPath = convertPathToHtml(path);
<p>Browser Support</p>
</a>
</li>
<li class="nav-item">
<a
href={htmlPath + "/docs/license.html"}
class:list={["nav-link", page === "license" && "active"]}
>
<i class="nav-icon bi bi-patch-check-fill"></i>
<p>License</p>
</a>
</li>
<li class="nav-header">MULTI LEVEL EXAMPLE</li>
<li class="nav-item">

View File

@@ -0,0 +1,9 @@
AdminLTE is an open source project that is licensed under the [MIT license](https://opensource.org/licenses/MIT). This allows you to do pretty much anything you want as long as you include the copyright in "all copies or substantial portions of the Software." Attribution is not required (though very much appreciated).
<h5 class="text-bold text-dark mt-3">What You Are <span class="text-success">Allowed</span> To Do With AdminLTE</h5>
- Use in commercial projects.
- Use in personal/private projects.
- Modify and change the work.
- Distribute the code.
- Sublicense: incorporate the work into something that has a more restrictive license.