forked from ARMmbed/mbed-os-5-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
45 lines (42 loc) · 3.38 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
37
38
39
40
41
42
43
44
45
site_name: mbed OS 5 Handbook
docs_dir: docs
pages:
- ['index.md','Introduction to the mbed OS 5 handbook']
- ['getting_started/first_program.md', 'Creating applications on mbed OS', 'Introduction']
- ['getting_started/blinky_cli.md', 'Creating applications on mbed OS', 'First application on mbed CLI']
- ['getting_started/blinky_compiler.md', 'Creating applications on mbed OS', 'First application on mbed Online Compiler']
- ['APIs/intro.md', 'Creating applications on mbed OS', 'Writing your own applications']
- ['getting_started/flow_control.md', 'Creating applications on mbed OS', 'Application flow control and task management']
- ['dev_tools/options.md', 'Development tools and aids', 'Development tool options']
- ['dev_tools/cli.md', 'Development tools and aids', 'mbed CLI']
- ['dev_tools/online_comp.md', 'Development tools and aids', 'mbed Online Compiler']
- ['dev_tools/third_party.md', 'Development tools and aids', 'Third party development tools']
- ['getting_started/mbed_interface.md', 'Communicating with and monitoring the board', 'The mbed interface']
- ['getting_started/what_need.md', 'Communicating with and monitoring the board', 'The Windows serial driver']
- ['getting_started/serial_communication.md', 'Communicating with and monitoring the board', 'Getting the most out of the USB connection']
- ['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/design_guidelines.md', 'Publishing libraries and contributing to mbed OS', 'Design guidelines']
- ['cont/code_style.md', 'Publishing libraries and contributing to mbed OS', 'Code style guide']
- ['cont/adding_exporters.md', 'Publishing libraries and contributing to mbed OS', 'Adding exporters']
- ['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/mbed_targets.md', 'Advanced tutorials', 'Adding and configuring targets']
- ['advanced/mbedignore.md', 'Advanced tutorials', 'Ignoring mbed build files']
- ['advanced/toolchain_profiles.md', 'Advanced tutorials', 'Toolchain profiles']
- ['advanced/debugging.md', 'Advanced tutorials', 'Debugging']
- ['advanced/testing.md', 'Advanced tutorials', 'Testing']
- ['concepts/thread_safety.md', 'Advanced tutorials', 'Thread safety']
- ['concepts/memory_model.md', 'Advanced tutorials', 'Memory model']
- ['concepts/memap.md', 'Advanced tutorials', 'memap - static memory map analysis']
- ['advanced/runtime_stats.md', 'Advanced tutorials', 'Runtime statistics']
- ['advanced/runtime_mem_trace.md', 'Advanced tutorials', 'Runtime memory tracing']
- ['advanced/porting_guide.md', 'Porting', 'Adding target support to mbed OS 5']
- ['advanced/MINAR_migration.md', 'Porting', 'Migrating from mbed OS 3 - MINAR']
- ['advanced/tls_porting.md', 'Porting', 'mbed TLS on mbed OS']
copyright: © ARM Ltd. Copyright 2016 – ARM mbed IoT Device Platform