Skip to content

Commit ef88edd

Browse files
authored
feat: created strong foundation for docs (#86)
1 parent 8abb59e commit ef88edd

File tree

7 files changed

+1116
-17
lines changed

7 files changed

+1116
-17
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ docs/_build/
1212

1313
# mkdocs documentation
1414
/site
15+
/docs/build/

docs/source/_templates/footer.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{% extends "!footer.html" %}
2+
{%- block contentinfo %}
3+
{{ super }}
4+
<p>We are looking for contributors to help with our documentation, if you are interested please <a href="https://github.com/humbertogontijo/python-roborock">contribute here.</a>
5+
{% endblock %}

docs/source/api.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)