Imported old code.
This commit is contained in:
parent
b35b040120
commit
89d94c38b6
243 changed files with 26457 additions and 0 deletions
0
development/api/.gitkeep
Normal file
0
development/api/.gitkeep
Normal file
16
development/api/index.html
Normal file
16
development/api/index.html
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
layout: default
|
||||
title: API Documentation
|
||||
metasub: development
|
||||
keywords: development,documentation,api
|
||||
---
|
||||
|
||||
<h2>API Documentation</h2>
|
||||
|
||||
<p>Please clone the repository from GitHub and generate the API documentation using the following command:</p>
|
||||
|
||||
<pre>make docs</pre>
|
||||
|
||||
<p>Afterwards you will find the API docs in the ./docs/ directory.</p>
|
||||
|
||||
<p>API documentation will be published here in the future too.</p>
|
||||
Loading…
Add table
Add a link
Reference in a new issue