Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ repos:
- id: check-case-conflict
- id: check-executables-have-shebangs
- id: check-json
exclude: "layouts/_default/home.transitousmapping.json$"
- id: check-merge-conflict
- id: check-shebang-scripts-are-executable
- id: check-symlinks
Expand Down
4 changes: 3 additions & 1 deletion archetypes/country/index.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ draft: false
title: "{{ .File.ContentBaseName | title }}" # Ändere den Name auf den deutschen Ländernamen
country: "{{ .File.ContentBaseName }}"
params:
iso_code: # ISO 3166-1 alpha-2 Code, z. B. DE
operators_without_fip:
- # Liste Betreiber, die kein FIP akzeptieren
- name: # Betreibername
query: # z.B. agencyName == "Betreibername"
---

<!-- Entferne das "WIP" Snippet, wenn die Inhalte der Seite vollständig sind -->
Expand Down
4 changes: 3 additions & 1 deletion archetypes/country/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ draft: false
title: "{{ .File.ContentBaseName | title }}" # Change the name to the English country name
country: "{{ .File.ContentBaseName }}"
params:
iso_code: # ISO 3166-1 alpha-2 code, e.g. DE
operators_without_fip:
- # List operators without FIP here
- name: # Operator name
query: # e.g. agencyName == "Operator Name"
---

<!-- Remove the WIP snippet if the page is complete -->
Expand Down
4 changes: 3 additions & 1 deletion archetypes/country/index.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ draft: false
title: "{{ .File.ContentBaseName | title }}" # Change le nom par le nom du pays français
country: "{{ .File.ContentBaseName }}"
params:
iso_code: # Code ISO 3166-1 alpha-2, p.ex. DE
operators_without_fip:
- # Listez ici les opérateurs ne participant pas au FIP
- name: # Nom de l'opérateur
query: # p.ex. agencyName == "Nom de l'opérateur"
---

<!-- Supprimez ce message si la page est complète -->
Expand Down
1 change: 1 addition & 0 deletions assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ import "./expander.js";
import "./dialog.js";
import "./fipValidityComparison.js";
import "./search.js";
import "./routePlanner.js";
Loading
Loading