Skip to content

Commit 401213f

Browse files
move migrations top level
1 parent a3dffde commit 401213f

File tree

8 files changed

+6
-2
lines changed

8 files changed

+6
-2
lines changed

docs/.pages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ nav:
22
- index.md
33
- quickstart.md
44
- analytics_guidelines.md
5+
- Migrating To DuneSQL: migrations
56
- App: app
67
- Data Tables: data-tables
78
- Query: query
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/query/.pages

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ nav:
44
- DuneSQL: DuneSQL-reference
55
- Writing efficient Queries: writing-efficient-queries.md
66
- Querying a query: query-a-query.md
7-
- Old Query Engines: Old-Query-Engines
8-

mkdocs.insiders.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ plugins:
1515
target: _blank
1616
- redirects:
1717
redirect_maps:
18+
#7/31/2023 migrations move:
19+
'query/old-query-engines/index.md': 'https://dune.com/docs/migrations'
20+
'query/old-query-engines/migration-tool.md': 'https://dune.com/docs/migrations/migration-tool'
21+
'query/old-query-engines/sparksql.md': 'https://dune.com/docs/migrations/sparksql'
22+
'query/old-query-engines/postgresql.md': 'https://dune.com/docs/migrations/postgresql'
1823
#4/20/2023 rework:
1924
'api/quick-start/api-ready-queries.md': 'http://dune.com/docs/api/quick-start/'
2025
#4/10/2023 data tables rework:

0 commit comments

Comments
 (0)