File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # robots.txt für PySignalduino-Dokumentation
2+ # Diese Datei wird automatisch basierend auf dem Branch generiert.
3+ #
4+ # Branch-spezifische Konfigurationen:
5+ # - main/gh-pages: Erlaube Crawling, zeige Produktions-Sitemap
6+ # - preview: Disallow /preview/, zeige Preview-Sitemap
7+ # - develop/staging: Disallow für Suchmaschinen
8+
9+ User-agent: *
10+ Crawl-delay: 2
11+
12+ # Standardmäßig alles erlauben (wird je nach Branch überschrieben)
13+ Allow: /
14+
15+ # Sitemap-URL (wird je nach Branch ersetzt)
16+ Sitemap: https://pysignalduino.rfd-fhem.github.io/sitemap.xml
17+
18+ # Hinweis: Die folgenden Zeilen werden automatisch durch den CI/CD-Workflow
19+ # basierend auf dem aktuellen Branch angepasst.
20+ #
21+ # Für den main-Branch:
22+ # Disallow: /preview/
23+ # Disallow: /develop/
24+ # Disallow: /staging/
25+ #
26+ # Für den preview-Branch:
27+ # Disallow: /preview/
28+ # Sitemap: https://preview.rfd-fhem.github.io/PySignalduino/sitemap.xml
29+ #
30+ # Für den develop-Branch:
31+ # Disallow: /develop/
32+ # Sitemap: https://develop.rfd-fhem.github.io/PySignalduino/sitemap.xml
You can’t perform that action at this time.
0 commit comments