From e7b3db776c708f37e9071912bddafb908a265ca2 Mon Sep 17 00:00:00 2001 From: Vincent-FK Date: Tue, 9 Mar 2021 15:03:31 +0100 Subject: [PATCH] added 3D files section --- docs/index.md | 11 +++++++++++ mkdocs.yml | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 787deed..75d1d48 100644 --- a/docs/index.md +++ b/docs/index.md @@ -30,6 +30,16 @@ section][2]. For developers, a full [Developer's Guide][3] is included, with both [Hardware][3] and [Software][4] subsections. + + +## Open source files + +- All the **software repositories** are accessible on our [Github](https://github.com/FunKey-Project){target=_blank}. The developer section is a great way to understand its secrets. +- All the **electronic schematics** and layouts are accessible [here](https://github.com/FunKey-Project/FunKey-S-Hardware){target=_blank}. +- For mechanical tinkerers or professionals, all the **3D step files** are accessible on [Grabcad][7]{target=_blank} + + + ## Miscellaenous stuff Last but not least, this documentation would not be complete without a @@ -41,6 +51,7 @@ Last but not least, this documentation would not be complete without a [4]: developer_guide/software_reference/sd_card_layout/recovery_partition.md [5]: miscellaneous/glossary.md [6]: miscellaneous/faq.md +[7]: https://grabcad.com/library/funkey-s-1 --8<-- includes/glossary.md diff --git a/mkdocs.yml b/mkdocs.yml index 67787be..a6e1081 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -157,7 +157,7 @@ nav: - 'Flash & Change micro-SD Card': 'user_manual/tutorials/hardware/flash_change_sd_card.md' - 'Change the Buttons': 'user_manual/tutorials/hardware/change_buttons.md' # - 'Force Shutdown': 'user_manual/tutorials/hardware/force_shutdown.md' - - "Developer's Guide": + - Developer's Guide: - Hardware Reference: - 'developer_guide/hardware_reference/index.md' - 'Architecture': 'developer_guide/hardware_reference/architecture.md' @@ -206,6 +206,7 @@ nav: - 'Compile Distribution': 'developer_guide/tutorials/build_system/compile_distribution.md' - 'Write firmware to SD Card': 'developer_guide/tutorials/build_system/write_image.md' - 'Build Programs using SDK': 'developer_guide/tutorials/build_system/build_program_using_sdk.md' + - '3D files': 'https://grabcad.com/library/funkey-s-1' - Miscellaneous: - 'Glossary': 'miscellaneous/glossary.md' - 'FAQ': 'miscellaneous/faq.md'