Skip to content

Commit 8523fce

Browse files
author
OTP Bot
committed
Deployed 0efdb4f053 to dev-2.x in en with MkDocs 1.6.1 and mike 1.2.0.dev0
1 parent 7290bd3 commit 8523fce

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

en/dev-2.x/Changelog/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -2589,7 +2589,8 @@ <h2 id="270-snapshot-under-development">2.7.0-SNAPSHOT (under development)</h2>
25892589
<li>Allow GTFS fuzzy trip matching even when trip descriptor has an id <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/6250">#6250</a></li>
25902590
<li>Make <code>motorroad=yes</code> car-only <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/6288">#6288</a></li>
25912591
<li>Add decision record for analysis and design documentation <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/6281">#6281</a></li>
2592-
<li>Switch GTFS flex <code>safe_duration_offset</code> back to seconds <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/6298">#6298</a>
2592+
<li>Switch GTFS flex <code>safe_duration_offset</code> back to seconds <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/6298">#6298</a></li>
2593+
<li>Remove unused GtfsGraphQlApiRentalStationFuzzyMatching feature <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/6282">#6282</a>
25932594
<a href="AUTOMATIC_CHANGELOG_PLACEHOLDER_DO_NOT_REMOVE"></a></li>
25942595
</ul>
25952596
<h2 id="260-2024-09-18">2.6.0 (2024-09-18)</h2>

en/dev-2.x/Getting-OTP/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2174,7 +2174,7 @@ <h2 id="building-from-source">Building from Source</h2>
21742174
<a id="__codelineno-2-7" name="__codelineno-2-7" href="#__codelineno-2-7"></a>[INFO] ------------------------------------------------------------------------
21752175
</code></pre></div>
21762176
<p>This build process should produce a JAR file called <code>otp-x.y.z-shaded.jar</code> in the
2177-
<code>application/target/</code> directory which contains all the compiled OTP classes and their dependencies
2177+
<code>shaded-jar/target/</code> directory which contains all the compiled OTP classes and their dependencies
21782178
(the external libraries they use). The shell script called 'otp' in the root of the cloned repository
21792179
will start the main class of that JAR file under a Java virtual machine, so after the Maven build
21802180
completes you should be able to run <code>./otp --help</code> and see an OTP help message including command line

en/dev-2.x/search/search_index.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)