Skip to content

Commit b35e8aa

Browse files
committed
fix sidebar generated links
1 parent de139e9 commit b35e8aa

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/current/_data/redirects.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,7 @@
293293
sources: [':version/migrate-from-postgres.md']
294294

295295
- destination: molt/migration-overview.md
296-
sources: ['migration-overview.md']
297-
versions: ['v23.1', 'v23.2', 'v24.1', 'v24.2', 'v24.3', 'v25.1', 'v25.2']
296+
sources: [':version/migration-overview.md']
298297

299298
- destination: molt/migration-overview.md
300299
sources: ['molt/molt-overview.md']

src/current/_includes/sidebar-data-cockroachcloud.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
{
135135
"title": "Migration Overview",
136136
"urls": [
137-
"/{{site.current_cloud_version}}/migration-overview.html"
137+
"/molt/migration-overview.html"
138138
]
139139
},
140140
{
@@ -146,13 +146,13 @@
146146
{
147147
"title": "Migrate from PostgreSQL",
148148
"urls": [
149-
"/{{site.current_cloud_version}}/migrate-from-postgres.html"
149+
"/molt/migrate-to-cockroachdb.html"
150150
]
151151
},
152152
{
153153
"title": "Migrate from MySQL",
154154
"urls": [
155-
"/{{site.current_cloud_version}}/migrate-from-mysql.html"
155+
"/molt/migrate-to-cockroachdb.html?filters=mysql"
156156
]
157157
},
158158
{

0 commit comments

Comments
 (0)