Skip to content

Commit 1218d66

Browse files
author
Khoubza Younes
committed
move usage section into installation page
1 parent 998ea55 commit 1218d66

File tree

8 files changed

+452
-7
lines changed

8 files changed

+452
-7
lines changed

_data/menu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<i class="fa-brands fa-js-square fa-lg text-yellow-600 mr-1"></i> Javascript: '/docs/framework/javascript/'
99

1010
<i class="fa-duotone fa-bars-sort"></i> Core Concepts:
11-
<i class="fa-duotone fa-message-code text-indigo-900 mr-1 fa-lg"></i> Usage: '/docs/concepts/usage/'
11+
# <i class="fa-duotone fa-message-code text-indigo-900 mr-1 fa-lg"></i> Usage: '/docs/concepts/usage/'
1212
<i class="fa-duotone fa-palette text-indigo-900 mr-1 fa-lg"></i> Themes: '/docs/concepts/themes/'
1313
# <i class="fa-duotone fa-cubes text-indigo-900 mr-1 fa-lg"></i> Presets: '/docs/concepts/presets/'
1414
# <i class="fa-duotone fa-circle-c text-indigo-900 mr-1 fa-lg"></i> Crud: '/docs/concepts/crud/'

docs/adapter/noty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For more information on Noty options and usage, please refer to the original doc
5353

5454
---
5555

56-
> The methods described in the **[Usage](/docs/usage/)** section can also be used with the `noty` adapter.
56+
> The methods described in the **[Usage](/docs/installation/#-modifiers)** section can also be used with the `noty` adapter.
5757
5858
---
5959

docs/adapter/notyf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For more information on Notyf options and usage, please refer to the original do
5353

5454
---
5555

56-
> The methods described in the **[Usage](/docs/usage/)** section can also be used with the `notyf` adapter.
56+
> The methods described in the **[Usage](/docs/installation/#-modifiers)** section can also be used with the `notyf` adapter.
5757
5858
---
5959

docs/adapter/pnotify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For more information on Pnotify options and usage, please refer to the original
5353

5454
---
5555

56-
> The methods described in the **[Usage](/docs/usage/)** section can also be used with the `pnotify` adapter.
56+
> The methods described in the **[Usage](/docs/installation/#-modifiers)** section can also be used with the `pnotify` adapter.
5757
5858
---
5959

docs/adapter/sweetalert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For more information on Sweetalert2 alert options and usage, please refer to th
5353

5454
---
5555

56-
> The methods described in the **[Usage](/docs/usage/)** section can also be used with the `sweetalert` adapter.
56+
> The methods described in the **[Usage](/docs/installation/#-modifiers)** section can also be used with the `sweetalert` adapter.
5757
5858
---
5959

docs/adapter/toastr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ For more information on Toastr options and usage, please refer to the original d
5454

5555
---
5656

57-
> The methods described in the **[Usage](/docs/usage/)** section can also be used with the `toastr` adapter.
57+
> The methods described in the **[Usage](/docs/installation/#-modifiers)** section can also be used with the `toastr` adapter.
5858
5959
---
6060

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ Give it a try and see the difference it can make for yourself!
8888
## <i class="fa-duotone fa-list-radio"></i> Getting Started
8989

9090
* **[Installation](/docs/installation/)**
91-
* **[Usage](/docs/usage/)**
9291
* **[Toastr](/docs/adapter/toastr/)**
9392
* **[Noty](/docs/adapter/noty/)**
9493
* **[Notyf](/docs/adapter/notyf/)**

0 commit comments

Comments
 (0)