Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/image-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: find-files
run: |
# Find all .png and .svg files, but only look in the ./src/assets/images directory
FILES=$(find . -type f \( -name "*.png" -o -name "*.svg" \) -path "./src/assets/images/*" -not -path "./src/assets/images/workers-ai/*.svg" -not -path "./src/assets/images/workers/ai/*.png" -not -path "./src/assets/images/changelog/*" -not -path "./src/assets/images/realtime/realtimekit/web/components-gallery/*.svg")
FILES=$(find . -type f \( -name "*.png" -o -name "*.svg" \) -path "./src/assets/images/*" -not -path "./src/assets/images/workers-ai/*.svg" -not -path "./src/assets/images/changelog/*" -not -path "./src/assets/images/realtime/realtimekit/web/components-gallery/*.svg")

# Check if files are referenced in any markdown file
UNUSED_FILES=""
Expand Down
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"codeowners-utils": "1.0.2",
"date-fns": "4.1.0",
"dedent": "1.7.0",
"dompurify": "3.2.7",
"dot-prop": "9.0.0",
"eslint": "9.35.0",
"eslint-plugin-astro": "1.6.0",
Expand Down
1 change: 1 addition & 0 deletions public/__redirects
Original file line number Diff line number Diff line change
Expand Up @@ -2025,6 +2025,7 @@
/workers/tutorials/store-data-with-fauna/ https://fauna.com/blog/the-future-of-fauna 301
/workers/tutorials/live-cursors-with-nextjs-rpc-do/ /resources/ 301
/workers/tutorials/automated-analytics-reporting/ /resources/ 301
/workers/ai/ /workers/ 301

# workers ai
/workers-ai/models/llm/ /workers-ai/models/#text-generation 301
Expand Down
Binary file removed src/assets/images/workers/ai/cursor-dark.png
Binary file not shown.
Binary file removed src/assets/images/workers/ai/cursor-light.png
Binary file not shown.
6 changes: 0 additions & 6 deletions src/content/docs/ai-gateway/ai.mdx

This file was deleted.

6 changes: 0 additions & 6 deletions src/content/docs/workers/ai.mdx

This file was deleted.

Loading
Loading