Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ef45be

Browse files
committed
fix readme doc links
1 parent f64bc51 commit 7ef45be

1 file changed

Lines changed: 21 additions & 19 deletions

File tree

README.md

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -33,31 +33,31 @@ Documentation
3333

3434
#### The Book
3535

36-
* [Chapter 0 - Installation and your first backend](Resources/doc/book/0-installation-and-first-backend.md)
37-
* [Chapter 1 - Basic configuration](Resources/doc/book/1-basic-configuration.md)
38-
* [Chapter 2 - Design configuration](Resources/doc/book/2-design-configuration.md)
39-
* [Chapter 3 - `list`, `search` and `show` views configuration](Resources/doc/book/3-list-search-show-configuration.md)
40-
* [Chapter 4 - `edit` and `new` views configuration](Resources/doc/book/4-edit-new-configuration.md)
41-
* [Chapter 5 - Actions configuration](Resources/doc/book/5-actions-configuration.md)
42-
* [Chapter 6 - Menu configuration](Resources/doc/book/6-menu-configuration.md)
43-
* [Chapter 7 - Creating complex and dynamic backends](Resources/doc/book/7-complex-dynamic-backends.md)
44-
* [Chapter 8 - About this project](Resources/doc/book/8-about.md)
45-
* [Appendix - Full configuration reference](Resources/doc/book/configuration-reference.md)
36+
* [Chapter 0 - Installation and your first backend](Resources/doc/book/installation.rst)
37+
* [Chapter 1 - Basic configuration](Resources/doc/book/basic-configuration.rst)
38+
* [Chapter 2 - Design configuration](Resources/doc/book/design-configuration.rst)
39+
* [Chapter 3 - `list`, `search` and `show` views configuration](Resources/doc/book/list-search-show-configuration.rst)
40+
* [Chapter 4 - `edit` and `new` views configuration](Resources/doc/book/edit-new-configuration.rst)
41+
* [Chapter 5 - Actions configuration](Resources/doc/book/actions-configuration.rst)
42+
* [Chapter 6 - Menu configuration](Resources/doc/book/menu-configuration.rst)
43+
* [Chapter 7 - Creating complex and dynamic backends](Resources/doc/book/complex-dynamic-backends.rst)
44+
* [Chapter 8 - About this project](Resources/doc/misc/about.rst)
45+
* [Appendix - Full configuration reference](Resources/doc/book/configuration-reference.rst)
4646

4747
#### Tutorials
4848

49-
* [How to translate the backend](Resources/doc/tutorials/i18n.md)
50-
* [How to define custom actions](Resources/doc/tutorials/custom-actions.md)
51-
* [How to define custom options for entity properties](Resources/doc/tutorials/custom-property-options.md)
52-
* [How to manage configuration for complex backends](Resources/doc/tutorials/complex-backend-config.md)
53-
* [Tips and tricks](Resources/doc/tutorials/tips-and-tricks.md)
49+
* [How to translate the backend](Resources/doc/tutorials/i18n.rst)
50+
* [How to define custom actions](Resources/doc/tutorials/custom-actions.rst)
51+
* [How to define custom options for entity properties](Resources/doc/tutorials/custom-property-options.rst)
52+
* [How to manage configuration for complex backends](Resources/doc/tutorials/complex-backend-config.rst)
53+
* [Tips and tricks](Resources/doc/tutorials/tips-and-tricks.rst)
5454

5555
#### Integrations with third-party bundles/services
5656

57-
* [How to upload files and images with VichUploaderBundle](Resources/doc/tutorials/upload-files-and-images.md)
58-
* [How to integrate FOSUserBundle to manage users](Resources/doc/tutorials/fosuserbundle-integration.md)
59-
* [How to use a WYSIWYG editor with IvoryCKEditorBundle](Resources/doc/tutorials/wysiwyg-editor.md)
60-
* [How To integrate FOSRestBundle and EasyAdmin](Resources/doc/tutorials/fosrestbundle-integration.md)
57+
* [How to upload files and images with VichUploaderBundle](Resources/doc/integration/vichuploaderbundle.rst)
58+
* [How to integrate FOSUserBundle to manage users](Resources/doc/integration/fosuserbundle.rst)
59+
* [How to use a WYSIWYG editor with IvoryCKEditorBundle](Resources/doc/integration/ivoryckeditorbundle.rst)
60+
* [How To integrate FOSRestBundle and EasyAdmin](Resources/doc/integration/fosrestbundle.rst)
6161

6262
> **❮ NOTE ❯** you are reading the documentation of the bundle's **development**
6363
> version. You can also [read the documentation of the latest stable version ➜](https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.16.9/).
@@ -164,3 +164,5 @@ This software is published under the [MIT License](LICENSE.md)
164164
[6]: https://coveralls.io/r/javiereguiluz/EasyAdminBundle?branch=master
165165
[7]: https://img.shields.io/badge/Symfony-%202.x%20and%203.x-green.svg
166166
[8]: https://symfony.com/
167+
168+

0 commit comments

Comments
 (0)