Skip to content

Commit

Permalink
Deployed a6c3d52035 to dev-2.x in en with MkDocs 1.6.1 and mike 1.2.0…
Browse files Browse the repository at this point in the history
….dev0
  • Loading branch information
OTP Bot committed Nov 21, 2024
1 parent 9f7da7c commit adba858
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
3 changes: 2 additions & 1 deletion en/dev-2.x/Changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2578,7 +2578,8 @@ <h2 id="270-snapshot-under-development">2.7.0-SNAPSHOT (under development)</h2>
<li>Fix stop index filtering on ServiceJourney Transmodel GraphQL API <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/6251">#6251</a></li>
<li>Fix rental searches when destination is in a no-drop-off zone <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/6233">#6233</a></li>
<li>Include empty rail stops in transfers <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/6208">#6208</a></li>
<li>Relax rejection of GTFS flex trips that also contain continuous stopping <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/6231">#6231</a>
<li>Relax rejection of GTFS flex trips that also contain continuous stopping <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/6231">#6231</a></li>
<li>Remove legacy bike access mapping <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/6248">#6248</a>
<a href="AUTOMATIC_CHANGELOG_PLACEHOLDER_DO_NOT_REMOVE"></a></li>
</ul>
<h2 id="260-2024-09-18">2.6.0 (2024-09-18)</h2>
Expand Down
18 changes: 18 additions & 0 deletions en/dev-2.x/UpdaterConfig/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2855,6 +2855,14 @@ <h2 id="gbfs-vehicle-rental-systems">GBFS vehicle rental systems</h2>
<td></td>
<td style="text-align: center;">1.5</td>
</tr>
<tr>
<td><a href="#u_1_rentalPickupTypes">rentalPickupTypes</a></td>
<td style="text-align: center;"><code>enum set</code></td>
<td>This is temporary and will be removed in a future version of OTP. Use this to specify the type of rental data that is allowed to be read from the data source.</td>
<td style="text-align: center;"><em>Optional</em></td>
<td></td>
<td style="text-align: center;">2.7</td>
</tr>
</tbody>
</table>
<h5 id="parameter-details_4">Parameter details</h5>
Expand Down Expand Up @@ -2898,6 +2906,16 @@ <h4 id="u_1_headers">headers</h4>
<p><strong>Since version:</strong> <code>1.5</code><strong>Type:</strong> <code>map of string</code><strong>Cardinality:</strong> <code>Optional</code> <br />
<strong>Path:</strong> /updaters/[1] </p>
<p>HTTP headers to add to the request. Any header key, value can be inserted.</p>
<h4 id="u_1_rentalPickupTypes">rentalPickupTypes</h4>

<p><strong>Since version:</strong> <code>2.7</code><strong>Type:</strong> <code>enum set</code><strong>Cardinality:</strong> <code>Optional</code> <br />
<strong>Path:</strong> /updaters/[1] <br />
<strong>Enum values:</strong> <code>station</code> | <code>free-floating</code></p>
<p>This is temporary and will be removed in a future version of OTP. Use this to specify the type of rental data that is allowed to be read from the data source.</p>
<ul>
<li><code>station</code> Stations are imported.</li>
<li><code>free-floating</code> Free-floating vehicles are imported.</li>
</ul>
<h5 id="example-configuration_4">Example configuration</h5>
<div class="highlight"><pre><span></span><code><a id="__codelineno-4-1" name="__codelineno-4-1" href="#__codelineno-4-1"></a><span class="c1">// router-config.json</span>
<a id="__codelineno-4-2" name="__codelineno-4-2" href="#__codelineno-4-2"></a><span class="p">{</span>
Expand Down
2 changes: 1 addition & 1 deletion en/dev-2.x/search/search_index.json

Large diffs are not rendered by default.

0 comments on commit adba858

Please sign in to comment.