linspector.github.io/development/api/index.html

16 lines
412 B
HTML

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