Added guarantee warnings on documenation and fix typos
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
# DynaLab Core API Documentation
|
||||||
|
|
||||||
|
> [!WARNING]
|
||||||
|
> Protocol documentation is currently being written. It may contain incomplete or incorrect information. While DynaLab Core is in it's alpha stage it is the users responsibility to cross check the information provided in documentation with the codebase.
|
||||||
|
|||||||
+4
-1
@@ -1,4 +1,7 @@
|
|||||||
# DynaLab Protocol
|
# DynaLab Core Protocol
|
||||||
|
|
||||||
|
> [!WARNING]
|
||||||
|
> Protocol documentation is currently being written. It may contain incomplete or incorrect information. While DynaLab Core is in it's alpha stage it is the users responsibility to cross check the information provided in documentation with the codebase.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> All protocol documentation uses JSON packets as examples, however it applies to any form of communication protocol used for data ingress
|
> All protocol documentation uses JSON packets as examples, however it applies to any form of communication protocol used for data ingress
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
# DynaLab Core Documentation
|
# DynaLab Core Documentation
|
||||||
|
|
||||||
|
> [!WARNING]
|
||||||
|
> Protocol documentation is currently being written. It may contain incomplete or incorrect information. While DynaLab Core is in it's alpha stage it is the users responsibility to cross check the information provided in documentation with the codebase.
|
||||||
|
|
||||||
This documentation is ordered in the following sections
|
This documentation is ordered in the following sections
|
||||||
- API
|
- API
|
||||||
- Protocol
|
- Protocol
|
||||||
|
|||||||
Reference in New Issue
Block a user