feat: Atoolo/crawler-teaser-indexer docs#12
Conversation
sitepark-veltrup
left a comment
There was a problem hiding this comment.
Please post everything in English here on GitHub.
| ## Sources | ||
|
|
||
| The sources can be accessed via the GitHub project [Crawler Teaser Indexer Bundle](https://github.com/sitepark/atoolo-crawler-teaser-indexer) | ||
|
|
There was a problem hiding this comment.
The Bundel pages always follow the same structure: first the heading and introduction, then "Sources," followed by "Installation," and finally "Additional Documentation." For example, see here: https://github.com/sitepark/atoolo-docs/blob/main/docs/develop/bundles/events-calendar.md
|
|
||
| ## Quick start Guide | ||
|
|
||
| ### 1 Install the module, in your project, via Composer |
There was a problem hiding this comment.
Don't use numbers in your headings. After all, you don't want to have to update and correct all the numbers every time you add a new heading. This also applies to headings further down.
| ### 7 Worker Configuration | ||
|
|
||
| You need a Worker to run the Scheduler | ||
| [Atoolo Scheduler Docs](https://github.com/sitepark/atoolo-docs/blob/dcd815492e937ebfd929cdf4b96f1641613d4646/docs/operate/worker.md) |
There was a problem hiding this comment.
Do not use absolute URLs for internal links.
| docker compose exec -u ${UID} fpm /var/www/fillTheBlank/www bin/console crawler:index -vvv | ||
| ``` | ||
|
|
||
| [Atoolo Run Indexer Docs](https://sitepark.github.io/atoolo-docs/operate/indexing/) |
There was a problem hiding this comment.
Do not use absolute URLs for internal links.
| Location in your Project: | ||
| `config/packages/atoolo_crawler_master.yaml` | ||
|
|
||
| An example configuration lay in: [PHP Array Config Example](https://github.com/sitepark/atoolo-crawler-teaser-indexer/blob/main/config/example/exampleConfig.php) |
There was a problem hiding this comment.
Add {:target=“_blank”} to external URLs
[PHP Array Config Example](https://github.com/sitepark/atoolo-crawler-teaser-indexer/blob/main/config/example/exampleConfig.php){:target=“_blank”}
| Warnings will be thrown in the test environment and at runtime if configurations are missing. | ||
| This data is in a two-dimensional array. | ||
|
|
||
| A full example configuration can be found in: `https://github.com/sitepark/atoolo-crawler-teaser-indexer/blob/main/config/example/exampleConfig.php` |
There was a problem hiding this comment.
Add {:target=“_blank”} to external URLs
Hi Holger,
ich habe jetzt die Doku für den Atoolo/Crawler-Teaser-Indexer hinzugefügt.