From 876e269d767265706c10ff91da51ecd64c337548 Mon Sep 17 00:00:00 2001 From: Flavio Poletti Date: Fri, 18 Oct 2024 14:45:52 +0200 Subject: [PATCH] sort articles in pkgdown navbar --- _pkgdown.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/_pkgdown.yml b/_pkgdown.yml index 791efbf..47242c5 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -48,3 +48,16 @@ reference: contents: - gtfs_duke - route_type_names +navbar: + components: + articles: + text: Articles + menu: + - text: "Introduction to tidytransit" + href: articles/introduction.html + - text: "Service Patterns and Calendar Schedules" + href: articles/servicepatterns.html + - text: "Generate a Departure Timetable" + href: articles/timetable.html + - text: "Transit (GTFS) Service & Headway Mapping with R" + href: articles/frequency.html