mirror of
https://github.com/nasa/trick.git
synced 2025-06-21 00:23:14 +00:00
Add Horizonal Navigation bars (breadcrumbs) to all documentation pages (#1328)
* Add breadcrumbs to all documentation pages, fix some links between pages
This commit is contained in:
12
docs/documentation/web/Webserver-apis.md
Normal file
12
docs/documentation/web/Webserver-apis.md
Normal file
@ -0,0 +1,12 @@
|
||||
| [Home](/trick) → [Documentation Home](../Documentation-Home) → [Web Server](Webserver) → APIs |
|
||||
|------------------------------------------------------------------|
|
||||
|
||||
# Web Server APIs
|
||||
|
||||
The web server provides APIs over http and wss protocol. Both can be extended by a client developer if necessary.
|
||||
|
||||
API Documentation Pages
|
||||
- [HTTP Alloc API](http-alloc-api)
|
||||
- [WS Variable Server API](ws-variable-server-api)
|
||||
- [Extending the HTTP API](Extend-http-api)
|
||||
- [Extending the WS API](Extend-ws-api)
|
Reference in New Issue
Block a user