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
29 changes: 29 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/ubuntu
{
"name": "Ubuntu",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:resolute",
"features": {
"ghcr.io/stu-bell/devcontainer-features/homebrew:1": {
"brewPackage": "hugo",
"brewPackageVersion": "0.163.3"
},
"ghcr.io/devcontainers/features/git-lfs:1": {}
}

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "uname -a",

// Configure tool-specific properties.
// "customizations": {},

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
2 changes: 1 addition & 1 deletion content/booking/sbb-ticket-office/index.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Reservierungen können für die Schweiz, aber auch für einen Großteil an Züge

{{% /booking-section %}}

Um Wartezeiten zu vermeiden, kann vorab online ein persönlicher Beratungstermin vereinbart werden: [Beratungstermin buchen](https://www.sbb.ch/de/hilfe-und-kontakt/produkte-services/weitere-services/weitere-sbb-services/beratung-reisezentrum.html?stepId=1.1)
Um Wartezeiten zu vermeiden, kann vorab online ein persönlicher Beratungstermin vereinbart werden: [Beratungstermin buchen](https://www.sbb.ch/de/hilfe-und-kontakt/produkte-services/weitere-services/weitere-sbb-services/beratung-reisezentrum.html)
2 changes: 1 addition & 1 deletion content/booking/sbb-ticket-office/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Reservations can be made for Switzerland as well as for most trains throughout E

{{% /booking-section %}}

To avoid waiting times, a personal consultation appointment can be booked online in advance: [Book appointment](https://www.sbb.ch/de/hilfe-und-kontakt/produkte-services/weitere-services/weitere-sbb-services/beratung-reisezentrum.html?stepId=1.1)
To avoid waiting times, a personal consultation appointment can be booked online in advance: [Book appointment](https://www.sbb.ch/de/hilfe-und-kontakt/produkte-services/weitere-services/weitere-sbb-services/beratung-reisezentrum.html)
2 changes: 1 addition & 1 deletion content/booking/sbb-ticket-office/index.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ Les Billets FIP 50 pour des trajets en Suisse ainsi que vers de nombreux pays eu
Des réservations peuvent être effectuées pour la Suisse ainsi que pour la plupart des trains en Europe.
{{% /booking-section %}}

Pour éviter les temps d'attente, un rendez-vous de conseil personnel peut être pris en ligne à l'avance : [Prendre rendez-vous](https://www.sbb.ch/de/hilfe-und-kontakt/produkte-services/weitere-services/weitere-sbb-services/beratung-reisezentrum.html?stepId=1.1)
Pour éviter les temps d'attente, un rendez-vous de conseil personnel peut être pris en ligne à l'avance : [Prendre rendez-vous](https://www.sbb.ch/de/hilfe-und-kontakt/produkte-services/weitere-services/weitere-sbb-services/beratung-reisezentrum.html)
Loading