docs: include a "v" before version names (#549)

pull/550/head
Jeff Malnick 6 years ago committed by GitHub
parent 199207aa60
commit 6649c9f3a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,11 +0,0 @@
---
layout: docs
page_title: 0.1.0
sidebar_title: 0.1.0
description: |-
Boundary release notes for 0.1.0
---
# Boundary 0.1.0 Release notes
~> **Coming soon.** This page is not yet available.

@ -0,0 +1,11 @@
---
layout: docs
page_title: v0.1.0
sidebar_title: v0.1.0
description: |-
Boundary release notes for v0.1.0
---
# Boundary v0.1.0 Release notes
~> **Coming soon.** This page is not yet available.

@ -1,7 +1,7 @@
---
layout: docs
page_title: Roadmap - 0.2.0
sidebar_title: Roadmap - 0.2.0
page_title: Roadmap - v0.2.0
sidebar_title: Roadmap - v0.2.0
description: Boundary Roadmap
---

@ -97,14 +97,14 @@ export default [
'---',
{
category: 'roadmap',
content: ['0_2_0'],
content: ['v0_2_0'],
},
{
category: 'releases',
content: [
{
category: 'release-notes',
content: ['0_1_0'],
content: ['v0_1_0'],
},
],
},

Loading…
Cancel
Save