forked from apache/mynewt-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
112 lines (105 loc) · 3.16 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
site_name: Apache Mynewt
site_url: https://mynewt.apache.org
repo_url: https://github.com/apache/mynewt-site/
edit_uri: blob/master/docs
theme:
name: null
custom_dir: "custom-theme"
nav:
- Home: "index.md"
- Pages:
- "Bluetooth Low Energy": "pages/ble.md"
- "Security Lifecycle": "pages/securitybullets.md"
- "Quick Start": "quick-start.md"
- About: "about.md"
- Talks: "talks.md"
- Download: "download.md"
- Community: "community.md"
- Documentation: "documentation.md"
- CVE: "cve.md"
markdown_extensions:
- toc:
permalink: False
- sane_lists
- codehilite:
guess_lang: False
use_pygments: True
noclasses: True
pygments_style: xcode
extra:
version: "1.12.0"
versions:
- label: "master"
sha: "master"
nimble_sha: "master"
dir: "master"
latest: False
- label: "0.9.0"
dir: "v0_9_0"
latest: False
- label: "1.0.0"
dir: "v1_0_0"
latest: False
- label: "1.1.0"
dir: "v1_1_0"
latest: False
- label: "1.2.0"
dir: "v1_2_0"
latest: False
- label: "1.3.0"
dir: "v1_3_0"
latest: False
- label: "1.4.0"
dir: "v1_4_0"
sha: "mynewt_1_4_0_tag"
nimble_sha: "nimble_1_0_0_tag"
latest: False
- label: "1.5.0"
dir: "v1_5_0"
sha: "mynewt_1_5_0_tag"
nimble_sha: "nimble_1_0_0_tag"
latest: False
- label: "1.6.0"
dir: "v1_6_0"
sha: "mynewt_1_6_0_tag"
nimble_sha: "nimble_1_1_0_tag"
latest: False
- label: "1.7.0"
dir: "v1_7_0"
sha: "mynewt_1_7_0_tag"
nimble_sha: "nimble_1_2_0_tag"
latest: False
- label: "1.8.0"
dir: "v1_8_0"
sha: "mynewt_1_8_0_tag"
nimble_sha: "nimble_1_3_0_tag"
latest: False
- label: "1.9.0"
dir: "v1_9_0"
sha: "mynewt_1_9_0_tag"
nimble_sha: "nimble_1_4_0_tag"
latest: False
- label: "1.10.0"
dir: "v1_10_0"
sha: "mynewt_1_10_0_tag"
nimble_sha: "nimble_1_5_0_tag"
latest: False
- label: "1.11.0"
dir: "v1_11_0"
sha: "mynewt_1_11_0_tag"
nimble_sha: "nimble_1_6_0_tag"
latest: False
- label: "1.12.0"
dir: "v1_12_0"
sha: "mynewt_1_12_0_tag"
nimble_sha: "nimble_1_7_0_tag"
latest: True
doc_path: "latest"
events:
event 1:
title: '<a href="http://events.linuxfoundation.org/events/embedded-linux-conference">Embedded Linux Conference 2018</a>'
description: "Topics to be announced soon"
location: "Hilton Portland Downtown, Portland, OR, USA"
date: "12-14 March, 2018"
slack_url: "https://join.slack.com/t/mynewt/shared_invite/enQtNjA1MTg0NzgyNzg3LTcyMmZiOGQzOGMxM2U4ODFmMTIwNjNmYTE5Y2UwYjQwZWIxNTE0MTUzY2JmMTEzOWFjYWZkNGM0YmM4MzAxNWQ"
copyright: "Apache Mynewt is available under Apache License, version 2.0."