From 74c511ddbd337a4eea5a7db7e03a94a1ab480778 Mon Sep 17 00:00:00 2001 From: iman Date: Sat, 28 Oct 2017 14:49:23 +0800 Subject: [PATCH 1/2] organized button documents --- buttons-config.md => buttons/buttons-config.md | 0 buttons-console.md => buttons/buttons-console.md | 0 buttons-custom.md => buttons/buttons-custom.md | 0 buttons-export.md => buttons/buttons-export.md | 0 buttons-extended.md => buttons/buttons-extended.md | 0 buttons-installation.md => buttons/buttons-installation.md | 0 buttons-starter.md => buttons/buttons-starter.md | 0 buttons-with.md => buttons/buttons-with.md | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename buttons-config.md => buttons/buttons-config.md (100%) rename buttons-console.md => buttons/buttons-console.md (100%) rename buttons-custom.md => buttons/buttons-custom.md (100%) rename buttons-export.md => buttons/buttons-export.md (100%) rename buttons-extended.md => buttons/buttons-extended.md (100%) rename buttons-installation.md => buttons/buttons-installation.md (100%) rename buttons-starter.md => buttons/buttons-starter.md (100%) rename buttons-with.md => buttons/buttons-with.md (100%) diff --git a/buttons-config.md b/buttons/buttons-config.md similarity index 100% rename from buttons-config.md rename to buttons/buttons-config.md diff --git a/buttons-console.md b/buttons/buttons-console.md similarity index 100% rename from buttons-console.md rename to buttons/buttons-console.md diff --git a/buttons-custom.md b/buttons/buttons-custom.md similarity index 100% rename from buttons-custom.md rename to buttons/buttons-custom.md diff --git a/buttons-export.md b/buttons/buttons-export.md similarity index 100% rename from buttons-export.md rename to buttons/buttons-export.md diff --git a/buttons-extended.md b/buttons/buttons-extended.md similarity index 100% rename from buttons-extended.md rename to buttons/buttons-extended.md diff --git a/buttons-installation.md b/buttons/buttons-installation.md similarity index 100% rename from buttons-installation.md rename to buttons/buttons-installation.md diff --git a/buttons-starter.md b/buttons/buttons-starter.md similarity index 100% rename from buttons-starter.md rename to buttons/buttons-starter.md diff --git a/buttons-with.md b/buttons/buttons-with.md similarity index 100% rename from buttons-with.md rename to buttons/buttons-with.md From d5bc0d0fd47962ab53bdea9b0d54e4289ce9f756 Mon Sep 17 00:00:00 2001 From: iman Date: Sat, 28 Oct 2017 15:14:18 +0800 Subject: [PATCH 2/2] updated links and directories for consistency --- buttons/{buttons-config.md => config.md} | 0 buttons/{buttons-console.md => console.md} | 0 buttons/{buttons-custom.md => custom.md} | 0 buttons/{buttons-export.md => export.md} | 0 buttons/{buttons-extended.md => extended.md} | 0 .../{buttons-installation.md => installation.md} | 0 buttons/{buttons-starter.md => starter.md} | 0 buttons/{buttons-with.md => with.md} | 0 documentation.md | 16 ++++++++-------- html-builder-column.md | 4 ++-- 10 files changed, 10 insertions(+), 10 deletions(-) rename buttons/{buttons-config.md => config.md} (100%) rename buttons/{buttons-console.md => console.md} (100%) rename buttons/{buttons-custom.md => custom.md} (100%) rename buttons/{buttons-export.md => export.md} (100%) rename buttons/{buttons-extended.md => extended.md} (100%) rename buttons/{buttons-installation.md => installation.md} (100%) rename buttons/{buttons-starter.md => starter.md} (100%) rename buttons/{buttons-with.md => with.md} (100%) diff --git a/buttons/buttons-config.md b/buttons/config.md similarity index 100% rename from buttons/buttons-config.md rename to buttons/config.md diff --git a/buttons/buttons-console.md b/buttons/console.md similarity index 100% rename from buttons/buttons-console.md rename to buttons/console.md diff --git a/buttons/buttons-custom.md b/buttons/custom.md similarity index 100% rename from buttons/buttons-custom.md rename to buttons/custom.md diff --git a/buttons/buttons-export.md b/buttons/export.md similarity index 100% rename from buttons/buttons-export.md rename to buttons/export.md diff --git a/buttons/buttons-extended.md b/buttons/extended.md similarity index 100% rename from buttons/buttons-extended.md rename to buttons/extended.md diff --git a/buttons/buttons-installation.md b/buttons/installation.md similarity index 100% rename from buttons/buttons-installation.md rename to buttons/installation.md diff --git a/buttons/buttons-starter.md b/buttons/starter.md similarity index 100% rename from buttons/buttons-starter.md rename to buttons/starter.md diff --git a/buttons/buttons-with.md b/buttons/with.md similarity index 100% rename from buttons/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)