Many minor updates and screenshots added

This commit is contained in:
kn0wmad
2021-12-17 17:47:25 -07:00
committed by Lucy Cifferello
parent 4c1d6a0e70
commit 01b8dad941
44 changed files with 294 additions and 141 deletions

View File

@@ -1,8 +1,11 @@
.. _dev-docs:
==============
Developer Docs
==============
.. toctree::
:maxdepth: 2
:maxdepth: 3
:hidden:
dev-faq/index
@@ -14,6 +17,6 @@ Developer Docs
:id: "dev-docs"
:class: my-panel
* :doc:`Developer FAQ <dev-faq/index>` - Frequently asked questions for developers.
* :doc:`Service Packaging <service-packaging/index>` - Guides on how to package a service for EmbassyOS.
* :doc:`Package Example <packaging-example>` - An example based guide on how to package a service.
* :doc:`Developer FAQ <dev-faq/index>` - Frequently asked questions by developers in regard to EmbassyOS and packaging services.
* :doc:`Service Packaging <service-packaging/index>` - The full specification for packaging a service.
* :doc:`Package Example <packaging-example>` - A walkthrough of how to package a service using an example.