Skip to content

Commit 0fe9da0

Browse files
committed
chore: switch Guides and Get Started places
1 parent e043837 commit 0fe9da0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

versioned_docs/version-v2/get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Get Started - v2
33
sidebar_label: Get Started
4-
sidebar_position: 4
4+
sidebar_position: 3
55
description: Learn how to get started with Textwire, a powerful template evaluator for Go developers. Get to know the use cases and installation instructions
66
---
77

@@ -16,4 +16,4 @@ Install the Textwire package in your Go environment. You can do this by running
1616

1717
```bash
1818
go get -u github.com/textwire/textwire/v2
19-
```
19+
```

versioned_docs/version-v2/guides/guides.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Guides - v2
33
sidebar_label: Guides
4-
sidebar_position: 3
4+
sidebar_position: 4
55
description: Learn how to use Textwire in your Go applications, including importing the package, creating template instances, and more
66
---
77

@@ -12,4 +12,4 @@ Browse through our comprehensive collection of guides to learn everything from s
1212

1313
import DocCardList from '@theme/DocCardList'
1414

15-
<DocCardList />
15+
<DocCardList />

0 commit comments

Comments
 (0)