Imported old code.

This commit is contained in:
Johannes Findeisen 2023-08-22 03:14:43 +02:00
commit 89d94c38b6
243 changed files with 26457 additions and 0 deletions

0
development/api/.gitkeep Normal file
View file

View 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>