diff --git a/buttons-config.md b/buttons/config.md similarity index 100% rename from buttons-config.md rename to buttons/config.md diff --git a/buttons-console.md b/buttons/console.md similarity index 100% rename from buttons-console.md rename to buttons/console.md diff --git a/buttons-custom.md b/buttons/custom.md similarity index 100% rename from buttons-custom.md rename to buttons/custom.md diff --git a/buttons-export.md b/buttons/export.md similarity index 100% rename from buttons-export.md rename to buttons/export.md diff --git a/buttons-extended.md b/buttons/extended.md similarity index 100% rename from buttons-extended.md rename to buttons/extended.md diff --git a/buttons-installation.md b/buttons/installation.md similarity index 100% rename from buttons-installation.md rename to buttons/installation.md diff --git a/buttons-starter.md b/buttons/starter.md similarity index 100% rename from buttons-starter.md rename to buttons/starter.md diff --git a/buttons-with.md b/buttons/with.md similarity index 100% rename from buttons-with.md rename to buttons/with.md diff --git a/documentation.md b/documentation.md index 0ab8454..c29255c 100644 --- a/documentation.md +++ b/documentation.md @@ -78,13 +78,13 @@ - [Github](https://github.com/yajra/laravel-datatables-html) - Buttons - - [Installation](/docs/{{package}}/{{version}}/buttons-installation) - - [Configuration](/docs/{{package}}/{{version}}/buttons-config) - - [Quick Starter](/docs/{{package}}/{{version}}/buttons-starter) - - [DataTable Buttons](/docs/{{package}}/{{version}}/buttons-export) - - [Custom Actions](/docs/{{package}}/{{version}}/buttons-custom) - - [Sending Parameters](/docs/{{package}}/{{version}}/buttons-with) - - [Extended DataTable](/docs/{{package}}/{{version}}/buttons-extended) - - [Artisan Console](/docs/{{package}}/{{version}}/buttons-console) + - [Installation](/docs/{{package}}/{{version}}/buttons/installation) + - [Configuration](/docs/{{package}}/{{version}}/buttons/config) + - [Quick Starter](/docs/{{package}}/{{version}}/buttons/starter) + - [DataTable Buttons](/docs/{{package}}/{{version}}/buttons/export) + - [Custom Actions](/docs/{{package}}/{{version}}/buttons/custom) + - [Sending Parameters](/docs/{{package}}/{{version}}/buttons/with) + - [Extended DataTable](/docs/{{package}}/{{version}}/buttons/extended) + - [Artisan Console](/docs/{{package}}/{{version}}/buttons/console) - [Github](https://github.com/yajra/laravel-datatables-buttons) diff --git a/html-builder-column.md b/html-builder-column.md index ab21bf4..7965ebd 100644 --- a/html-builder-column.md +++ b/html-builder-column.md @@ -55,9 +55,9 @@ Footer attribute will be as your `tables` column's `footer` content `
Exportable attribute should be used with the [Buttons Plugin](/docs/{{package}}/{{version}}/buttons-installation) +> Exportable attribute should be used with the [Buttons Plugin](/docs/{{package}}/{{version}}/buttons/installation) ### Printable (Optional) Printable attribute will flag the column to be included when `printing` the table. Default value is `true`. -> Exportable attribute should be used with the [Buttons Plugin](/docs/{{package}}/{{version}}/buttons-installation) +> Exportable attribute should be used with the [Buttons Plugin](/docs/{{package}}/{{version}}/buttons/installation)