Skip to content

Commit

Permalink
Deployed a5ad4cc853 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 30, 2024
1 parent de21ae8 commit cd1ff8b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions en/dev-2.x/Configuration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2310,8 +2310,8 @@ <h2 id="otp-serialization-version-id-and-graphobj-file-header">OTP Serialization
<li><code>head -c 29 Graph.obj ==&gt; OpenTripPlannerGraph;0000007;</code> (file header)</li>
<li><code>head -c 28 Graph.obj | tail -c 7 ==&gt; 0000007</code> (version id)</li>
</ul>
<p>The Maven <em>pom.xml</em>, the <em>META-INF/MANIFEST.MF</em>, the OTP command line(<code>--serVerId</code>), log start-up
messages and all OTP APIs can be used to get the OTP Serialization Version Id.</p>
<p>The Maven <em>pom.xml</em>, the <em>META-INF/MANIFEST.MF</em>, the OTP command line(<code>--serializationVersionId</code>),
log start-up messages and all OTP APIs can be used to get the OTP Serialization Version Id.</p>
<h2 id="include-file-directive">Include file directive</h2>
<p>It is possible to inject the contents of another file into a configuration file. This makes it
possible to keep parts of the configuration in separate files. To include the contents of a file,
Expand Down
2 changes: 1 addition & 1 deletion en/dev-2.x/SandboxExtension/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1964,7 +1964,7 @@ <h2 id="available-extensions">Available extensions</h2>
<ul>
<li><a href="../sandbox/GoogleCloudStorage/">Google Cloud Storage</a> - Enable Google Cloud Storage as a OTP Data Source</li>
<li><a href="../sandbox/ActuatorAPI/">Actuator API</a> - API used to check the health status of the OTP instance.</li>
<li><a href="../sandbox/GeocoderAPI/">Geocoder API</a> - Adds an API to search for corners, stops and stations.</li>
<li><a href="../sandbox/GeocoderAPI/">Geocoder API</a> - Adds an API to search for stops and stations.</li>
<li><a href="../sandbox/transferanalyzer/">Transfer analyser</a> - Module used for analyzing the transfers between
nearby stops generated by routing via OSM data.</li>
<li><a href="../sandbox/SiriUpdater/">SIRI Updater</a> - Update OTP with real-time information from a Transmodel SIRI data source.</li>
Expand Down
2 changes: 1 addition & 1 deletion en/dev-2.x/apis/Apis/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1939,7 +1939,7 @@ <h1 id="apis">APIs</h1>
entities on a vector map.</p>
<p>The <a href="../../sandbox/ActuatorAPI/">Actuator API</a> provides endpoints for checking the health status of the
OTP instance and reading live application metrics. </p>
<p>The <a href="../../sandbox/GeocoderAPI/">Geocoder API</a> allows you to geocode street corners and stop names.</p>
<p>The <a href="../../sandbox/GeocoderAPI/">Geocoder API</a> allows you to geocode stop names.</p>
<h2 id="legacy-apis-to-be-removed">Legacy APIs (to be removed)</h2>
<p>The OTP REST API used to power many apps and frontends. For years it was the only way to access
OTP programmatically.</p>
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 cd1ff8b

Please sign in to comment.