From 92080824673e03d7fc2922308dcfee33780e73cc Mon Sep 17 00:00:00 2001 From: Arjay Angeles Date: Fri, 17 Nov 2017 12:56:07 +0800 Subject: [PATCH] Revert "Organized button documents" --- buttons/config.md => buttons-config.md | 0 buttons/console.md => buttons-console.md | 0 buttons/custom.md => buttons-custom.md | 0 buttons/export.md => buttons-export.md | 0 buttons/extended.md => buttons-extended.md | 0 .../installation.md => buttons-installation.md | 0 buttons/starter.md => buttons-starter.md | 0 buttons/with.md => buttons-with.md | 0 documentation.md | 16 ++++++++-------- html/column.md | 4 ++-- 10 files changed, 10 insertions(+), 10 deletions(-) rename buttons/config.md => buttons-config.md (100%) rename buttons/console.md => buttons-console.md (100%) rename buttons/custom.md => buttons-custom.md (100%) rename buttons/export.md => buttons-export.md (100%) rename buttons/extended.md => buttons-extended.md (100%) rename buttons/installation.md => buttons-installation.md (100%) rename buttons/starter.md => buttons-starter.md (100%) rename buttons/with.md => buttons-with.md (100%) 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 bc24693..5933e75 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/column.md b/html/column.md index 7965ebd..ab21bf4 100644 --- a/html/column.md +++ b/html/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)