Skip to content

Commit 0ed9469

Browse files
committed
Addressing feedback part 2, WIP
1 parent 95c3bfa commit 0ed9469

File tree

13 files changed

+189
-113
lines changed

13 files changed

+189
-113
lines changed

public/__redirects

Lines changed: 21 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -292,30 +292,23 @@
292292
# D1
293293
/d1/client-api/ /d1/worker-api/ 301
294294
/d1/build-with-d1/d1-client-api/ /d1/worker-api/ 301
295-
/d1/build-with-d1/import-data/ /d1/features/import-export-data/ 301
296-
/d1/build-with-d1/ /d1/features/ 301
297-
/d1/build-with-d1/import-export-data/ /d1/features/import-export-data/ 301
298-
/d1/build-with-d1/use-indexes/ /d1/features/use-indexes/ 301
299-
/d1/build-with-d1/remote-development/ /d1/features/remote-development/ 301
300-
/d1/build-with-d1/local-development/ /d1/features/local-development/ 301
295+
/d1/build-with-d1/import-data/ /d1/best-practices/import-export-data/ 301
296+
/d1/build-with-d1/ /d1/best-practices/ 301
297+
/d1/build-with-d1/import-export-data/ /d1/best-practices/import-export-data/ 301
298+
/d1/build-with-d1/use-indexes/ /d1/best-practices/use-indexes/ 301
299+
/d1/build-with-d1/remote-development/ /d1/best-practices/remote-development/ 301
300+
/d1/build-with-d1/local-development/ /d1/best-practices/local-development/ 301
301301
/d1/build-with-d1/foreign-keys/ /d1/sql-api/foreign-keys/ 301
302302
/d1/build-with-d1/query-json/ /d1/sql-api/query-json/ 301
303-
/d1/build-with-d1/use-d1-from-pages/ /d1/features/use-d1-from-pages/ 301
304-
/d1/best-practices/ /d1/features/ 301
305-
/d1/best-practices/import-export-data/ /d1/features/import-export-data/ 301
306-
/d1/best-practices/local-development/ /d1/features/local-development/ 301
307-
/d1/best-practices/query-d1/ /d1/features/query-d1/ 301
308-
/d1/best-practices/remote-development/ /d1/features/remote-development/ 301
309-
/d1/best-practices/use-d1-from-pages/ /d1/features/use-d1-from-pages/ 301
310-
/d1/best-practices/use-indexes/ /d1/features/use-indexes/ 301
303+
/d1/build-with-d1/use-d1-from-pages/ /d1/best-practices/use-d1-from-pages/ 301
311304
/d1/learning/using-d1-from-pages/ /pages/functions/bindings/#d1-databases 301
312305
/d1/learning/debug-d1/ /d1/observability/debug-d1/ 301
313-
/d1/learning/using-indexes/ /d1/features/use-indexes/ 301
306+
/d1/learning/using-indexes/ /d1/best-practices/use-indexes/ 301
314307
/d1/learning/querying-json/ /d1/sql-api/query-json/ 301
315-
/d1/learning/importing-data/ /d1/features/import-export-data/ 301
308+
/d1/learning/importing-data/ /d1/best-practices/import-export-data/ 301
316309
/d1/learning/generated-columns/ /d1/reference/generated-columns/ 301
317-
/d1/learning/local-development/ /d1/features/local-development/ 301
318-
/d1/learning/remote-development/ /d1/features/remote-development/ 301
310+
/d1/learning/local-development/ /d1/best-practices/local-development/ 301
311+
/d1/learning/remote-development/ /d1/best-practices/remote-development/ 301
319312
/d1/learning/data-location/ /d1/configuration/data-location/ 301
320313
/d1/migrations/ /d1/reference/migrations/ 301
321314
/d1/platform/wrangler-commands/ /workers/wrangler/commands/#d1 301
@@ -330,20 +323,20 @@
330323
/d1/reference/environments/ /d1/configuration/environments/ 301
331324
/d1/reference/metrics-analytics/ /d1/observability/metrics-analytics/ 301
332325
/d1/reference/wrangler-commands/ /d1/wrangler-commands/ 301
333-
/d1/how-to/ /d1/features/ 301
334-
/d1/how-to/query-databases/ /d1/features/query-d1/ 301
335-
/d1/how-to/using-indexes/ /d1/features/use-indexes/ 301
326+
/d1/how-to/ /d1/best-practices/ 301
327+
/d1/how-to/query-databases/ /d1/best-practices/query-d1/ 301
328+
/d1/how-to/using-indexes/ /d1/best-practices/use-indexes/ 301
336329
/d1/how-to/querying-json/ /d1/sql-api/query-json/ 301
337-
/d1/how-to/importing-data/ /d1/features/import-export-data/ 301
330+
/d1/how-to/importing-data/ /d1/best-practices/import-export-data/ 301
338331
/d1/how-to/generated-columns/ /d1/reference/generated-columns/ 301
339-
/d1/build-databases/ /d1/features/ 301
340-
/d1/build-databases/query-databases/ /d1/features/query-d1/ 301
341-
/d1/build-databases/use-indexes/ /d1/features/use-indexes/ 301
342-
/d1/build-databases/import-data/ /d1/features/import-export-data/ 301
332+
/d1/build-databases/ /d1/best-practices/ 301
333+
/d1/build-databases/query-databases/ /d1/best-practices/query-d1/ 301
334+
/d1/build-databases/use-indexes/ /d1/best-practices/use-indexes/ 301
335+
/d1/build-databases/import-data/ /d1/best-practices/import-export-data/ 301
343336
/d1/build-databases/client-api/ /d1/worker-api/ 301
344337
/d1/reference/query-json/ /d1/sql-api/query-json/ 301
345-
/d1/configuration/local-development/ /d1/features/local-development/ 301
346-
/d1/configuration/remote-development/ /d1/features/remote-development/ 301
338+
/d1/configuration/local-development/ /d1/best-practices/local-development/ 301
339+
/d1/configuration/remote-development/ /d1/best-practices/remote-development/ 301
347340
/d1/reference/database-commands/ /d1/reference/sql-statements/ 301
348341
/d1/reference/sql-statements/ /d1/sql-api/sql-statements/ 301
349342

File renamed without changes.

src/content/docs/d1/features/index.mdx renamed to src/content/docs/d1/best-practices/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Features
2+
title: Best practices
33
pcx_content_type: navigation
44
sidebar:
55
order: 3
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)