Skip to content

Commit 703b6b8

Browse files
committed
Moves tools to features and removes dynamic where unnecessary
1 parent 8df5a3a commit 703b6b8

File tree

17 files changed

+12
-17
lines changed

17 files changed

+12
-17
lines changed

public/_redirects

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1668,28 +1668,23 @@
16681668

16691669
# Workers AI reorganization redirects
16701670
# Function calling
1671-
/workers-ai/function-calling /workers-ai/tools/function-calling/ 301
1672-
/workers-ai/function-calling/ /workers-ai/tools/function-calling/ 301
1673-
/workers-ai/function-calling/embedded/ /workers-ai/tools/function-calling/embedded/ 301
1674-
/workers-ai/function-calling/embedded/* /workers-ai/tools/function-calling/embedded/:splat 301
1675-
/workers-ai/function-calling/traditional/ /workers-ai/tools/function-calling/traditional/ 301
1676-
/workers-ai/function-calling/index/ /workers-ai/tools/function-calling/ 301
1677-
/workers-ai/function-calling/* /workers-ai/tools/function-calling/:splat 301
1671+
/workers-ai/function-calling /workers-ai/features/function-calling/ 301
1672+
/workers-ai/function-calling/ /workers-ai/features/function-calling/ 301
1673+
/workers-ai/function-calling/embedded/ /workers-ai/features/function-calling/embedded/ 301
1674+
/workers-ai/function-calling/traditional/ /workers-ai/features/function-calling/traditional/ 301
1675+
/workers-ai/function-calling/index/ /workers-ai/features/function-calling/ 301
16781676

16791677
# JSON Mode
1680-
/workers-ai/json-mode /workers-ai/tools/json-mode/ 301
1681-
/workers-ai/json-mode/ /workers-ai/tools/json-mode/ 301
1682-
/workers-ai/json-mode/* /workers-ai/tools/json-mode/:splat 301
1678+
/workers-ai/json-mode /workers-ai/features/json-mode/ 301
1679+
/workers-ai/json-mode/ /workers-ai/features/json-mode/ 301
16831680

16841681
# Fine-tunes
1685-
/workers-ai/fine-tunes /workers-ai/tools/fine-tunes/ 301
1686-
/workers-ai/fine-tunes/ /workers-ai/tools/fine-tunes/ 301
1687-
/workers-ai/fine-tunes/* /workers-ai/tools/fine-tunes/:splat 301
1682+
/workers-ai/fine-tunes /workers-ai/features/fine-tunes/ 301
1683+
/workers-ai/fine-tunes/ /workers-ai/features/fine-tunes/ 301
16881684

16891685
# Prompting
1690-
/workers-ai/guides/prompting /workers-ai/tools/prompting/ 301
1691-
/workers-ai/guides/prompting/ /workers-ai/tools/prompting/ 301
1692-
/workers-ai/guides/prompting/* /workers-ai/tools/prompting/:splat 301
1686+
/workers-ai/guides/prompting /workers-ai/features/prompting/ 301
1687+
/workers-ai/guides/prompting/ /workers-ai/features/prompting/ 301
16931688

16941689
# Platform section
16951690
/workers-ai/privacy /workers-ai/platform/privacy/ 301
@@ -1702,9 +1697,9 @@
17021697
# Guides section
17031698
/workers-ai/demos /workers-ai/guides/demos-architectures/ 301
17041699
/workers-ai/demos/ /workers-ai/guides/demos-architectures/ 301
1705-
/workers-ai/demos/* /workers-ai/guides/demos-architectures/:splat 301
17061700
/workers-ai/tutorials /workers-ai/guides/tutorials/ 301
17071701
/workers-ai/tutorials/ /workers-ai/guides/tutorials/ 301
1702+
/workers-ai/demos/* /workers-ai/guides/demos-architectures/:splat 301
17081703
/workers-ai/tutorials/* /workers-ai/guides/tutorials/:splat 301
17091704

17101705
# workflows
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)