Skip to content

Commit c5fdfda

Browse files
committed
docs: improve documentation
1 parent 4373e3c commit c5fdfda

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed

README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,19 @@ Streamlines the creation process of the data tables in Symfony applications.
99
1010
## Features
1111

12-
- [Type classes](https://data-table-bundle.swroblewski.pl/features/type-classes) for a class-based configuration, similar to [Symfony Forms](https://symfony.com/doc/current/forms.html)
13-
- [Paginating](https://data-table-bundle.swroblewski.pl/features/pagination), [sorting](https://data-table-bundle.swroblewski.pl/features/sorting) and [filtering](https://data-table-bundle.swroblewski.pl/features/filtering) - classic triforce of the data tables
14-
- [Personalization](https://data-table-bundle.swroblewski.pl/features/personalization) where the user decides the order and visibility of columns
15-
- [Persistence](https://data-table-bundle.swroblewski.pl/features/persistence) to save user-applied pagination, sorting, filters and personalization
16-
- [Exporting](https://data-table-bundle.swroblewski.pl/features/exporting) with or without applied pagination, personalization and filters
17-
- [Theming](https://data-table-bundle.swroblewski.pl/features/theming) of every part of the bundle
18-
- [Data source agnostic](https://data-table-bundle.swroblewski.pl/features/proxy-queries) with Doctrine ORM supported out of the box
19-
- [Integration with Symfony UX Turbo](https://data-table-bundle.swroblewski.pl/features/symfony-ux-turbo) for asynchronicit
12+
- [Type classes](https://data-table-bundle.swroblewski.pl/docs/introduction#similarity-to-form-component) for a class-based configuration, like in a Symfony Form component
13+
- [Sorting](https://data-table-bundle.swroblewski.pl/docs/features/sorting), [filtering](https://data-table-bundle.swroblewski.pl/docs/features/filtering) and [pagination](https://data-table-bundle.swroblewski.pl/docs/features/pagination) - classic triforce of the data tables
14+
- [Personalization](https://data-table-bundle.swroblewski.pl/docs/features/features/personalization) where the user decides the order and visibility of columns
15+
- [Persistence](https://data-table-bundle.swroblewski.pl/docs/features/persistence) to save applied data (e.g. filters) between requests
16+
- [Exporting](https://data-table-bundle.swroblewski.pl/docs/features/exporting) with or without applied pagination, filters and personalization
17+
- [Theming](https://data-table-bundle.swroblewski.pl/docs/features/theming) of every part of the bundle using Twig
18+
- [Data source agnostic](https://data-table-bundle.swroblewski.pl/docs/features/extensibility) with Doctrine ORM supported out of the box
19+
- [Asynchronicity](https://data-table-bundle.swroblewski.pl/docs/features/asynchronicity) thanks to integration with Hotwire Turbo
2020

2121
## Documentation
2222

2323
Check out the [official documentation](https://data-table-bundle.swroblewski.pl).
2424

25-
If there's a problem with the domain, see [documentation on Netlify](https://incomparable-halva-a2f805.netlify.app/).
26-
Alternatively, see `docs` directory.
27-
2825
## License
2926

3027
The MIT License (MIT). Please see [license file](LICENSE) for more information.

docs/src/docs/introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ Just want to try it out? Skip to the [installation](installation.md).
1313
## Features
1414

1515
- [Type classes](#similarity-to-form-component) for a class-based configuration, like in a Symfony Form component
16-
- [Sorting](features/sorting.md), [filtering](features/filtering.md) and [pagination](features/pagination.md) - triforce of the data tables
16+
- [Sorting](features/sorting.md), [filtering](features/filtering.md) and [pagination](features/pagination.md) - classic triforce of the data tables
1717
- [Personalization](features/personalization.md) where the user decides the order and visibility of columns
1818
- [Persistence](features/persistence.md) to save applied data (e.g. filters) between requests
1919
- [Exporting](features/exporting.md) with or without applied pagination, filters and personalization
2020
- [Theming](features/theming.md) of every part of the bundle using Twig
21-
- [Data source agnostic](features/extensibility.md) with optional Doctrine ORM integration bundle
22-
- [Integration with Hotwire Turbo](features/asynchronicity.md) for asynchronicity
21+
- [Data source agnostic](features/extensibility.md) with Doctrine ORM supported out of the box
22+
- [Asynchronicity](features/asynchronicity.md) thanks to integration with Hotwire Turbo
2323

2424
## Use cases
2525

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ features:
3232
details: Every template part of the bundle is customizable using Twig
3333
- title: Data source agnostic
3434
details: With Doctrine ORM supported out of the box
35-
- title: Asynchronous
35+
- title: Asynchronicity
3636
details: Thanks to integration with Hotwire Turbo, data tables are asynchronous
3737
---
3838

0 commit comments

Comments
 (0)