Skip to content

Commit 6e4f159

Browse files
committed
remove document links from markdown files
1 parent b750335 commit 6e4f159

File tree

9 files changed

+4
-89
lines changed

9 files changed

+4
-89
lines changed

docs/_includes/page-header.html

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h2 class="project-tagline">{{ site.description | default: site.github.project_t
2929
<a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a>
3030
{% endif %}
3131
<nav id="nav">
32-
<span><a href="/">Home</a></span>
32+
<span><a href="/laravel-filemanager">Home</a></span>
3333
<span><a href="installation">Installation</a></span>
3434
<span><a href="integration">Integration</a></span>
3535
<span><a href="config">Config</a></span>

docs/config.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
## Documents
2-
1. [Installation](installation)
3-
1. [Integration](integration)
4-
1. [Config](config)
5-
1. [Customization](customization)
6-
1. [Events](events)
7-
1. [Upgrade](upgrade)
8-
9-
## Config
101
In `config/lfm.php` :
112

123
```php

docs/customization.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
## Documents
2-
1. [Installation](installation)
3-
1. [Integration](integration)
4-
1. [Config](config)
5-
1. [Customization](customization)
6-
1. [Events](events)
7-
1. [Upgrade](upgrade)
8-
9-
## Customization
10-
Feel free to customize the routes and views if your need.
11-
12-
### Routes
1+
## Routes
132
1. Copy the routes in `/vendor/unisharp/laravel-filemanager/src/routes.php`
143

154
1. Make sure urls below is correspond to your route (remember to include type parameter `?type=Images` or `?type=Files`) :
@@ -32,14 +21,14 @@ Feel free to customize the routes and views if your need.
3221
...
3322
```
3423

35-
### Views
24+
## Views
3625
Copy views to `resources/views/vendor/unisharp/laravel-filemanager/` :
3726

3827
```bash
3928
php artisan vendor:publish --tag=lfm_view
4029
```
4130

42-
### Translations
31+
## Translations
4332

4433
1. Copy `vendor/unisharp/laravel-filemanager/src/lang/en` to `/resources/lang/vendor/laravel-filemanager/<YOUR LANGUAGE>/lfm.php`.
4534
1. Edit the file as you please.

docs/events.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
## Documents
2-
1. [Installation](installation)
3-
1. [Integration](integration)
4-
1. [Config](config)
5-
1. [Customization](customization)
6-
1. [Events](events)
7-
1. [Upgrade](upgrade)
8-
91
## List of events
102
* Unisharp\Laravelfilemanager\Events\ImageIsUpload
113
* Unisharp\Laravelfilemanager\Events\ImageWasUploaded

docs/index.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,6 @@
33
[![Total Downloads](https://poser.pugx.org/unisharp/laravel-filemanager/downloads)](https://packagist.org/packages/unisharp/laravel-filemanager)
44
[![License](https://poser.pugx.org/unisharp/laravel-filemanager/license)](https://packagist.org/packages/unisharp/laravel-filemanager)
55

6-
To preview all features, clone [Laravel Filemanager container](https://github.com/UniSharp/laravel-filemanager-example-5.3).
7-
8-
## v1.7 released
9-
* Important changes :
10-
* All code refactored.
11-
* Fix Windows compatibility.
12-
* Fix file cannot be uploaded to "File Mode".
13-
* Config file is also refactored, see [config document](https://unisharp.github.io/laravel-filemanager/config).
14-
* Please follow the intructions in [this document](https://unisharp.github.io/laravel-filemanager/upgrade) to upgrade.
15-
16-
## Documents
17-
1. [Installation](installation)
18-
1. [Integration](integration)
19-
1. [Config](config)
20-
1. [Customization](customization)
21-
1. [Events](events)
22-
1. [Upgrade](upgrade)
23-
246
## Features
257
* CKEditor and TinyMCE integration
268
* Standalone button
@@ -46,10 +28,3 @@ PR is welcome!
4628
4729
![List view demo](https://unisharp.github.io/laravel-filemanager/images/lfm03.png)
4830

49-
## Credits
50-
Special thanks to
51-
52-
* [All contibutors](https://github.com/UniSharp/laravel-filemanager/graphs/contributors) from GitHub. (issues / PR)
53-
* [@taswler](https://github.com/tsawler) the original author.
54-
* [@olivervogel](https://github.com/olivervogel) for the awesome [image library](https://github.com/Intervention/image).
55-
* All [@UniSharp](https://github.com/UniSharp) members.

docs/installation.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
## Documents
2-
1. [Installation](installation)
3-
1. [Integration](integration)
4-
1. [Config](config)
5-
1. [Customization](customization)
6-
1. [Events](events)
7-
1. [Upgrade](upgrade)
8-
91
## Requirements
102
* php >= 5.4
113
* Laravel 5

docs/integration.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
## Documents
2-
1. [Installation](installation)
3-
1. [Integration](integration)
4-
1. [Config](config)
5-
1. [Customization](customization)
6-
1. [Events](events)
7-
1. [Upgrade](upgrade)
8-
91
## Note
102
Check `vendor/unisharp/laravel-filemanager/src/views/demo.blade.php`, which already integrated all options from below.
113

docs/upgrade.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
## Documents
2-
1. [Installation](installation)
3-
1. [Integration](integration)
4-
1. [Config](config)
5-
1. [Customization](customization)
6-
1. [Events](events)
7-
1. [Upgrade](upgrade)
8-
91
## Upgrade instructions
102

113
1. Please backup your own `config/lfm.php` before upgrading.

0 commit comments

Comments
 (0)