Skip to content

Commit dd6e19d

Browse files
authored
docs: adding migration guide skeleton (#1036)
* docs: adding migration guide skeleton * docs: bugix
1 parent 6c8affc commit dd6e19d

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

docs/_data/sidebar.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@
1919
url: /docs/contributing
2020
- title: Migrating from v1 to v2
2121
url: /docs/v2-migration
22-
22+
- title: Migrating from v2 to v3
23+
url: /docs/v3-migration

docs/documentation/glossary.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
2-
title: Glossary description: Glossary layout: docs permalink: /docs/glossary
2+
title: Glossary
3+
description: Glossary
4+
layout: docs
5+
permalink: /docs/glossary
36
---
47

58
# Glossary

docs/documentation/v3-migration.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Migrating from v2 to v3
3+
description: Migrating from v2 to v3
4+
layout: docs
5+
permalink: /docs/v3-migration
6+
---
7+
8+
# Migrating from v2 to v3

0 commit comments

Comments
 (0)