|
1 | 1 | WameGeneratorBundle
|
2 | 2 | =====================
|
3 | 3 |
|
4 |
| -| 1. [Introduction](1_introduction.md) |
5 |
| -| 2. [Getting started](2_getting_started.md) |
6 |
| -| 3. [Configuration options](3_configuration.md) |
| 4 | +1\. [Introduction](1_introduction.md#wamegeneratorbundle) |
| 5 | +| 2. [Getting started](2_getting_started.md#wamegeneratorbundle) |
| 6 | +| 3. [Configuration options](3_configuration.md#wamegeneratorbundle) |
7 | 7 | | **4. Entity Generation**
|
8 |
| -| 5. [CRUD Generation](5_crud_generation.md) |
9 |
| -| 6. [Enum Generation](6_enum_generation.md) |
10 |
| -| 7. [Form Generation](7_form_generation.md) |
11 |
| -| 8. [Voter Generation](8_voter_generation.md) |
12 |
| -| 9. [Datatable Generation](9_datatable_generation.md) |
13 |
| -| 10. [Overriding twig files](10_overriding_twig.md) |
14 |
| -| 11. [Extending this bundle](11_extending_bundle.md) |
| 8 | +| 5. [CRUD Generation](5_crud_generation.md#wamegeneratorbundle) |
| 9 | +| 6. [Enum Generation](6_enum_generation.md#wamegeneratorbundle) |
| 10 | +| 7. [Form Generation](7_form_generation.md#wamegeneratorbundle) |
| 11 | +| 8. [Voter Generation](8_voter_generation.md#wamegeneratorbundle) |
| 12 | +| 9. [Datatable Generation](9_datatable_generation.md#wamegeneratorbundle) |
| 13 | +| 10. [Overriding twig files](10_overriding_twig.md#wamegeneratorbundle) |
| 14 | +| 11. [Extending this bundle](11_extending_bundle.md#wamegeneratorbundle) |
15 | 15 |
|
16 | 16 |
|
17 | 17 | ## Entity generation
|
@@ -64,7 +64,7 @@ For instance, if you want to create a Product entity, you can use
|
64 | 64 | Note that unlike the doctrine-command, you are not required to use a shortcut
|
65 | 65 | notation. If you only specify an entity name, the generator assumes that
|
66 | 66 | you're using the default bundle, which you can specify in the
|
67 |
| -[configuration](3_configuration.md). |
| 67 | +[configuration](3_configuration.md#wamegeneratorbundle). |
68 | 68 |
|
69 | 69 | If you want, you can still use the shortcut notation to specify a different bundle
|
70 | 70 |
|
|
0 commit comments