-
-
-
- The API is currently under development..
-
+
+
+
+
API Documentation
+
+
+
+
+
+
The API is currently under development..
+
+
+ We're working on making our API available to the public.
+ In the meantime, you can
+ open an issue on github
+ to suggest features.
+
-
- We're working on making our API available to the public.
- In the meantime, you can
-
- open an issue on github
-
- to suggest features.
-
-
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/src/templates/base.jinja b/src/templates/base.jinja
index 3ef8bd70..e6c3fcda 100644
--- a/src/templates/base.jinja
+++ b/src/templates/base.jinja
@@ -1,41 +1,44 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{% block title %}Git ingest{% endblock %}
-
-
-
-
-
- {% block extra_head %}{% endblock %}
-
-
-
-
- {% include 'components/navbar.jinja' %}
-
-
-
-
- {% block content %}{% endblock %}
-
-
-
- {% include 'components/footer.jinja' %}
-
- {% block extra_scripts %}{% endblock %}
-
-
\ No newline at end of file
+
+ {% block extra_head %}{% endblock %}
+
+
+
+ {% include 'components/navbar.jinja' %}
+
+
+
+ {% block content %}{% endblock %}
+
+
+ {% include 'components/footer.jinja' %}
+ {% block extra_scripts %}{% endblock %}
+
+