added 3D files section

This commit is contained in:
Vincent-FK 2021-03-09 15:03:31 +01:00
parent 0e8f02d0bc
commit e7b3db776c
2 changed files with 13 additions and 1 deletions

View File

@ -30,6 +30,16 @@ section][2].
For developers, a full [Developer's Guide][3] is included, with both For developers, a full [Developer's Guide][3] is included, with both
[Hardware][3] and [Software][4] subsections. [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 ## Miscellaenous stuff
Last but not least, this documentation would not be complete without a 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 [4]: developer_guide/software_reference/sd_card_layout/recovery_partition.md
[5]: miscellaneous/glossary.md [5]: miscellaneous/glossary.md
[6]: miscellaneous/faq.md [6]: miscellaneous/faq.md
[7]: https://grabcad.com/library/funkey-s-1
--8<-- --8<--
includes/glossary.md includes/glossary.md

View File

@ -157,7 +157,7 @@ nav:
- 'Flash & Change micro-SD Card': 'user_manual/tutorials/hardware/flash_change_sd_card.md' - 'Flash & Change micro-SD Card': 'user_manual/tutorials/hardware/flash_change_sd_card.md'
- 'Change the Buttons': 'user_manual/tutorials/hardware/change_buttons.md' - 'Change the Buttons': 'user_manual/tutorials/hardware/change_buttons.md'
# - 'Force Shutdown': 'user_manual/tutorials/hardware/force_shutdown.md' # - 'Force Shutdown': 'user_manual/tutorials/hardware/force_shutdown.md'
- "Developer's Guide": - Developer's Guide:
- Hardware Reference: - Hardware Reference:
- 'developer_guide/hardware_reference/index.md' - 'developer_guide/hardware_reference/index.md'
- 'Architecture': 'developer_guide/hardware_reference/architecture.md' - 'Architecture': 'developer_guide/hardware_reference/architecture.md'
@ -206,6 +206,7 @@ nav:
- 'Compile Distribution': 'developer_guide/tutorials/build_system/compile_distribution.md' - 'Compile Distribution': 'developer_guide/tutorials/build_system/compile_distribution.md'
- 'Write firmware to SD Card': 'developer_guide/tutorials/build_system/write_image.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' - 'Build Programs using SDK': 'developer_guide/tutorials/build_system/build_program_using_sdk.md'
- '3D files': 'https://grabcad.com/library/funkey-s-1'
- Miscellaneous: - Miscellaneous:
- 'Glossary': 'miscellaneous/glossary.md' - 'Glossary': 'miscellaneous/glossary.md'
- 'FAQ': 'miscellaneous/faq.md' - 'FAQ': 'miscellaneous/faq.md'