summaryrefslogtreecommitdiffstats
path: root/agl-documentation/candevstudio/mkdocs.yml
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-03-02 23:02:15 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-03-02 23:02:15 +0100
commitaa9912660e08f8d406e74807bab476cc60dd9581 (patch)
tree0ae6224559314904492033378795bd21b96623d6 /agl-documentation/candevstudio/mkdocs.yml
parent4e7e82a279ffa322f31e0dfee8a4bad370878753 (diff)
Add agl-documentation subfolder into agl repo
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'agl-documentation/candevstudio/mkdocs.yml')
-rw-r--r--agl-documentation/candevstudio/mkdocs.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/agl-documentation/candevstudio/mkdocs.yml b/agl-documentation/candevstudio/mkdocs.yml
new file mode 100644
index 0000000..66604b4
--- /dev/null
+++ b/agl-documentation/candevstudio/mkdocs.yml
@@ -0,0 +1,10 @@
+site_name: AGL Application Framework Binder
+theme: readthedocs
+docs_dir: docs
+pages:
+- 'Document revisions' : '0-Doc-Revisions.md'
+- 'Usage': '1_Usage.md'
+- 'Bringing up a CAN device using socketcan backend': '2_can_device_socketcan_backend.md'
+- 'Add a CAN device in CANdevStudio': '3_Add_CAN_Device.md'
+- 'Configure a CanRawSender node': '4_Configure_CanRawSender_Node.md'
+- 'Using CanRawView': '5_Using_CanRawView.md'