mirror of
https://github.com/nasa/trick.git
synced 2025-03-11 06:54:12 +00:00
Removed html documentation
This commit is contained in:
parent
d713951f37
commit
214a4a87b5
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,44 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
<title>Web Server Documentation</title>
|
||||
<div class="header">
|
||||
<table>
|
||||
<th><img src="trick_icon.png" height="64" width="64"></th>
|
||||
<th><h1>Web Server Documentation</h1></th>
|
||||
</table>
|
||||
</div>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div style="background:#efefef">
|
||||
<ul>
|
||||
<p>Provides access to information about your sim, or from your sim.</p>
|
||||
<li>
|
||||
<h2>
|
||||
<a href="Adding_a_Web_Server_to_Your_Sim.html">Adding a Web Server to Your Sim</a>
|
||||
</h2></li>
|
||||
|
||||
<li>
|
||||
<h2>Web Server APIs</h2>
|
||||
<ul>
|
||||
<li><a href="HTTP-API_alloc_info.html">HTTP-API: alloc_info</a></li>
|
||||
<li><a href="WS-API_VariableServer.html">WS-API: VariableServer</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2>Adding New Web Server APIs</h2>
|
||||
<ul>
|
||||
<li><a href="Extending_the_HTTP-API.html">Extending the HTTP-API</a></li>
|
||||
<li><a href="Extending_the_WS-API.html">Extending the WS-API</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user