Skip to content

Commit 7d571dc

Browse files
Add frontmatter to spec markdown for dev-docs (#11)
* add frontmatter for dev-docs * Update index.md
1 parent 7eb2cb2 commit 7d571dc

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

spec/index.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
---
2+
layout: page
3+
title: Universal Hex Format Specification
4+
heading: Universal Hex Format Specification
5+
description: Specification for the micro:bit Universal Hex Format
6+
permalink: /software/spec-universal-hex
7+
ref: spec-universal-hex
8+
lang: en
9+
---
10+
111
# 🌌 micro:bit Universal Hex Format Specification
212

313
Specification version 0.4.0.
@@ -113,7 +123,7 @@ In both formats a Universal Hex must contain data for at least 2 targets, one fo
113123

114124
> **This format is for future use only. The "512 Byte Aligned Sections" format should be used instead**.
115125
116-
This format can be found in the [format-deprecated.md](format-deprecated.md) document, and while it is supported by DAPLink, it use is discouraged.
126+
This format can be found in the [format-deprecated.md](https://github.com/microbit-foundation/spec-universal-hex/blob/master/spec/format-deprecated.md) document, and while it is supported by DAPLink, it use is discouraged.
117127

118128
### 512 Byte Aligned Sections
119129

0 commit comments

Comments
 (0)