-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 9fc8876 🚀
- Loading branch information
Showing
10 changed files
with
316,628 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
1,617 changes: 1,617 additions & 0 deletions
1,617
bugfix/changeWithinVehicle-clarification/documentation-tables/acsb.html
Large diffs are not rendered by default.
Oops, something went wrong.
99,395 changes: 99,395 additions & 0 deletions
99,395
bugfix/changeWithinVehicle-clarification/documentation-tables/datex2.html
Large diffs are not rendered by default.
Oops, something went wrong.
5,003 changes: 5,003 additions & 0 deletions
5,003
bugfix/changeWithinVehicle-clarification/documentation-tables/gml.html
Large diffs are not rendered by default.
Oops, something went wrong.
10,790 changes: 10,790 additions & 0 deletions
10,790
bugfix/changeWithinVehicle-clarification/documentation-tables/ifopt.html
Large diffs are not rendered by default.
Oops, something went wrong.
28 changes: 28 additions & 0 deletions
28
bugfix/changeWithinVehicle-clarification/documentation-tables/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
42,537
bugfix/changeWithinVehicle-clarification/documentation-tables/ojp.html
Large diffs are not rendered by default.
Oops, something went wrong.
5,595 changes: 5,595 additions & 0 deletions
5,595
bugfix/changeWithinVehicle-clarification/documentation-tables/siri-wsdl.html
Large diffs are not rendered by default.
Oops, something went wrong.
151,196 changes: 151,196 additions & 0 deletions
151,196
bugfix/changeWithinVehicle-clarification/documentation-tables/siri.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>'; | ||
} | ||
} | ||
}); |