Skip to content

Commit

Permalink
refactoring docs files
Browse files Browse the repository at this point in the history
  • Loading branch information
anacona16 committed Jan 25, 2017
1 parent da68f46 commit 23c5f91
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Resources/doc/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ Life time of orphaned files.
**imagine_cache_dir**

The same value as *cache_dir* config on LiipImagineBundle

----
Next [FAQs](faqs.md)
2 changes: 1 addition & 1 deletion Resources/doc/contributions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Contrib
=======

This bundle is inspired on [Imagecrop Drupal module](https://www.drupal.org/project/imagecrop). This bundle use a lot of javscript code from that module and the PHP class ImageCrop
This bundle is inspired on [Imagecrop Drupal module](https://www.drupal.org/project/imagecrop). This bundle use a lot of javascript code from that module and the PHP class ImageCrop

Thanks to people that maintain the module.
3 changes: 3 additions & 0 deletions Resources/doc/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ This bundle is finished?
------------------------

I think it's not, there are a few things to do, but it's working at the moment.

----
[Back to index](index.md)
5 changes: 4 additions & 1 deletion Resources/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ ImageCropBundle Documentation
* [Installation](installation.md)
* [Usage](usage.md)
* [Removing orphaned crops](orphans.md)
* [FAQS](faqs.md)
* [FAQs](faqs.md)

----
Go to [home](https://github.com/anacona16/ImageCropBundle)
1 change: 1 addition & 0 deletions Resources/doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,5 @@ php app/console assets:install --symlink

That's it! Now everything is ready to create your first image crop mapping.

---
Next [usage](usage.md)
1 change: 1 addition & 0 deletions Resources/doc/orphaned.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ This command will clean all orphaned files older than the **orphan_maxage** valu
The configuration assumes that LiipImagineBundle generated image on /web/media/cache dir, if your configuration is
different, change ImageCropBundle configuration as well.

----
Next [Configuration](configuration.md)
2 changes: 1 addition & 1 deletion Resources/doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ twig:
- "ImageCropBundle:Form:fields.html.twig"
```

```
### Using VichUploaderBundle

```php
Expand All @@ -55,4 +54,5 @@ $builder

That's all, now you can see a new button for crop the image.

---
Next [Removing orphaned files](orphaned.md)

0 comments on commit 23c5f91

Please sign in to comment.