forked from ARMmbed/mbed-os-5-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
36 lines (33 loc) · 2.36 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
site_name: mbed OS 5 Handbook
docs_dir: docs
pages:
- ['index.md','Introduction to the mbed OS 5 handbook']
- ['getting_started/first_program.md', 'First application', 'Introduction']
- ['getting_started/blinky_cli.md', 'First application', 'Blinky on mbed CLI']
- ['getting_started/blinky_compiler.md', 'First application', 'Blinky on the mbed Online Compiler']
- ['APIs/intro.md', 'Getting started', 'Writing your own applications']
- ['getting_started/what_need.md', 'Getting started', 'The Windows serial driver']
- ['getting_started/serial_communication.md', 'Getting started', 'Getting the most out of the USB connection']
- ['getting_started/where_next.md', 'Getting started', 'Where next']
- ['dev_tools/options.md', 'Development tools', 'Development tool options']
- ['dev_tools/cli.md', 'Development tools', 'mbed CLI']
- ['dev_tools/online_comp.md', 'Development tools', 'mbed Online Compiler']
- ['dev_tools/third_party.md', 'Development tools', 'Third party development tools']
- ['getting_started/mbed_interface.md', 'Development tools', 'How mbed works']
- ['collab/collab_intro.md', 'Collaboration and version control', 'Introduction']
- ['collab/versions.md', 'Collaboration and version control', 'Version control']
- ['collab/pull_requests.md', 'Collaboration and version control', 'Pull requests']
- ['collab/publishing_code.md', 'Collaboration and version control', 'Publishing code']
- ['collab/mult_auth.md', 'Collaboration and version control', 'Multiple authors']
- ['cont/contributing.md', 'Publishing libraries and contributing to mbed OS', 'Contribution and publishing guide']
- ['cont/code_style.md', 'Publishing libraries and contributing to mbed OS', 'Code style guide']
- ['advanced/intro.md', 'Advanced tutorials', 'Introduction to the advanced tutorials']
- ['advanced/DAP.md', 'Advanced tutorials', 'CMSIS-DAP and DAPLink']
- ['advanced/config_system.md', 'Advanced tutorials', 'Compile time configuration']
- ['advanced/debugging.md', 'Advanced tutorials', 'Debugging']
- ['advanced/testing.md', 'Advanced tutorials', 'Testing']
- ['advanced/tls_porting.md', 'Advanced tutorials', 'mbed TLS on mbed OS']
- ['concepts/events.md', 'Advanced tutorials', 'Event loop']
- ['concepts/thread_safety.md', 'Advanced tutorials', 'Thread safety']
- ['concepts/memory_model.md', 'Advanced tutorials', 'Memory model']
copyright: © ARM Ltd. Copyright 2016 – ARM mbed IoT Device Platform