Skip to content

Commit adf7d77

Browse files
authored
fix website version (#1023)
Signed-off-by: 400Ping <jiekaichang@apache.org>
1 parent 5371667 commit adf7d77

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

website/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ circuit.h(0)
163163

164164
### Current Versions
165165

166-
- **0.5-dev** - Current development version (synced from `/docs/`)
166+
- **0.5** - Current development version (synced from `/docs/`)
167167
- **0.4** - Stable release snapshot
168168

169169
### Creating a New Version

website/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const config: Config = {
4949
lastVersion: 'current',
5050
versions: {
5151
current: {
52-
label: '0.5-dev',
52+
label: '0.5',
5353
path: '',
5454
},
5555
'0.4': {

website/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function HomepageHeader() {
4141
Download Mahout Qumat
4242
</Link>
4343
</div>
44-
<p className={styles.versionText}>Currently v0.5-dev</p>
44+
<p className={styles.versionText}>Currently v0.5</p>
4545
</div>
4646
</div>
4747
</div>

website/versioned_docs/version-0.4/adr/001-jekyll-to-docusaurus-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ This pattern allows:
100100

101101
### Versioning Strategy
102102

103-
- `current` (0.5-dev): Active development, synced from `/docs`
103+
- `current` (0.5): Active development, synced from `/docs`
104104
- `0.4`: First stable snapshot, frozen documentation
105105

106106
To create a new version:

0 commit comments

Comments
 (0)