Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9fc8876 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed Sep 23, 2024
1 parent a091f46 commit bec5b88
Show file tree
Hide file tree
Showing 10 changed files with 316,628 additions and 0 deletions.
457 changes: 457 additions & 0 deletions bugfix/changeWithinVehicle-clarification/asciidoc.css

Large diffs are not rendered by default.

1,617 changes: 1,617 additions & 0 deletions bugfix/changeWithinVehicle-clarification/documentation-tables/acsb.html

Large diffs are not rendered by default.

99,395 changes: 99,395 additions & 0 deletions bugfix/changeWithinVehicle-clarification/documentation-tables/datex2.html

Large diffs are not rendered by default.

5,003 changes: 5,003 additions & 0 deletions bugfix/changeWithinVehicle-clarification/documentation-tables/gml.html

Large diffs are not rendered by default.

10,790 changes: 10,790 additions & 0 deletions bugfix/changeWithinVehicle-clarification/documentation-tables/ifopt.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>API types</title><meta charset="UTF-8"/><meta http-equiv="content-type" content="text/html;charset=UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><link rel="stylesheet" href="../asciidoc.css"/></head>
<body>
<div id="header">
<h1><strong>O</strong>pen API for distributed <strong>J</strong>ourney
<strong>P</strong>lanning</h1>
<div class="toc" id="toc">
<div id="toctitle">
<h4>Table of Contents</h4>
<p class="tocsubtitle">7 reports</p>
</div>
<ul class="sectlevel1" id="ulstartpage">
<li><a shape="rect" href="acsb.html">OJP - Open API for distributed Journey Planning (ACSB)</a></li>
<li><a shape="rect" href="datex2.html">OJP - Open API for distributed Journey Planning (datex2)</a></li>
<li><a shape="rect" href="gml.html">OJP - Open API for distributed Journey Planning (GML)</a></li>
<li><a shape="rect" href="ifopt.html">OJP - Open API for distributed Journey Planning (IFOPT)</a></li>
<li><a shape="rect" href="ojp.html">OJP - Open API for distributed Journey Planning</a></li>
<li><a shape="rect" href="siri_wsdl.html">OJP - Open API for distributed Journey Planning (wsdl)</a></li>
<li><a shape="rect" href="siri.html">OJP - Open API for distributed Journey Planning (SIRI)</a></li>
</ul>
</div>
</div>
<div id="content"></div>
</body>
</html>
42,537 changes: 42,537 additions & 0 deletions bugfix/changeWithinVehicle-clarification/documentation-tables/ojp.html

Large diffs are not rendered by default.

5,595 changes: 5,595 additions & 0 deletions bugfix/changeWithinVehicle-clarification/documentation-tables/siri-wsdl.html

Large diffs are not rendered by default.

151,196 changes: 151,196 additions & 0 deletions bugfix/changeWithinVehicle-clarification/documentation-tables/siri.html

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions bugfix/changeWithinVehicle-clarification/footer.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
document.addEventListener('DOMContentLoaded', function() {
const headers = ['h2', 'h3', 'h4', 'h5', 'h6'];
for (let i = 0; i < headers.length; i++) {
const headerElements = document.getElementsByTagName(headers[i]);
for (let j = 0; j < headerElements.length; j++) {
const header = headerElements[j];
header.innerHTML += '<a class="header-link" href="#' + header.parentNode.id + '"><span class="link-icon"></span></a>';
}
}
});

0 comments on commit bec5b88

Please sign in to comment.