Skip to content

Commit

Permalink
Deployed d71c7687d1 to dev-2.x in en with MkDocs 1.5.3 and mike 1.2.0…
Browse files Browse the repository at this point in the history
….dev0
  • Loading branch information
OTP Bot committed Jan 5, 2024
1 parent ac3a87d commit c2703dc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
5 changes: 3 additions & 2 deletions en/dev-2.x/Changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2335,7 +2335,7 @@ <h2 id="250-under-development">2.5.0 (under development)</h2>
<li>Fix serialization of <code>AtomicInteger</code> <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/5508">#5508</a></li>
<li>Improve linking of fixed stops used by flex trips <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/5503">#5503</a></li>
<li>Keep min transfer filter is not local to group-by-filters <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/5436">#5436</a></li>
<li>Add paging deduplication when cropping. <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/5458">#5458</a></li>
<li>Add paging deduplication when cropping <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/5458">#5458</a></li>
<li>Consolidate equivalent stops from several feeds <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/5429">#5429</a></li>
<li>Check transport mode when mapping GroupStops <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/5518">#5518</a></li>
<li>Cleanup trip times - Part A <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/5437">#5437</a></li>
Expand All @@ -2356,7 +2356,8 @@ <h2 id="250-under-development">2.5.0 (under development)</h2>
<li>GTFS Flex spec update: separate columns for <code>location_id</code>, <code>location_group_id</code> <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/5564">#5564</a></li>
<li>Report NO_TRANSIT_CONNECTION when search-window is set. <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/5570">#5570</a></li>
<li>Transit priority - part 3 <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/5583">#5583</a></li>
<li>Fix preference cost comparisons <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/5586">#5586</a>
<li>Fix preference cost comparisons <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/5586">#5586</a></li>
<li>Report and throw away trip-times which fail sanity check <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/5587">#5587</a>
<a href="AUTOMATIC_CHANGELOG_PLACEHOLDER_DO_NOT_REMOVE"></a></li>
</ul>
<h2 id="240-2023-09-13">2.4.0 (2023-09-13)</h2>
Expand Down
2 changes: 1 addition & 1 deletion en/dev-2.x/search/search_index.json

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions en/dev-2.x/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
{%- for file in pages -%}
{% if not file.page.is_link and (file.page.abs_url or file.page.canonical_url) %}
<url>
<loc>{% if file.page.canonical_url %}{{ file.page.canonical_url|e }}{% else %}{{ file.page.abs_url|e }}{% endif %}</loc>
{% if file.page.update_date %}<lastmod>{{file.page.update_date}}</lastmod>{% endif %}
<changefreq>daily</changefreq>
</url>
{%- endif -%}
{% endfor %}
</urlset>

0 comments on commit c2703dc

Please sign in to comment.