Commit graph

28 commits

Author SHA1 Message Date
Daniel Walsh
fa1b1e26f6
Render Markdown if we get an Accept text/markdown header (#25493) 2025-09-29 08:11:52 -05:00
Kian
d4f87053ce
[Docs Site] noindex index.md pages (#24362) 2025-08-18 09:59:28 -05:00
Kody Jackson
613cd935e2
[Chore] Rename products to directory (#24417)
* [Chore] Rename products to directory

* updated component name
2025-08-15 08:12:56 -05:00
Kody Jackson
5c933c660e
[Changelog] Metadata values (#23934)
* [Changelog] Metadata values

* Hacky workaround (for now)

* Fix failure

* slight refactor

* partial

* Refactor code for clarity

* remove logging

* remove other random value

* update

* update tests

* bug
2025-08-13 12:01:46 -05:00
Kian
09a0ab5d06
[Docs Site] Migrate WAF to changelogs (#23872)
* [Docs Site] Migrate WAF to changelogs

* Title and RSS tweaks

* redirects

* File rename + update redirects

* tweak

* scheduled

* Update src/content/changelog/waf/2025-07-21-scheduled-waf-release.mdx

* Two tweaks

* scheduled prop

* re-add

* final redirect

* remove previous rss line

* finally

* remove unused property

* fix?

* fix

* review lint

* Remove test

* style guide page & fix filter logic

* remove debug

* Update codeowners

* one more update

* codeowner update

---------

Co-authored-by: kodster28 <kody@cloudflare.com>
2025-07-24 10:14:42 -05:00
Kody Jackson
3be4881387
[Chore] Remove timestamps from changelogs (#23678)
* [Chore] Remove timestamps from changelogs

* update

* style guide tweak

* update test
2025-07-15 14:31:45 -05:00
Kian
babf5a092b
[Docs Site] Use vendored Markdown for llms-full.txt (#23686)
* [Docs Site] Use vendored Markdown for llms-full.txt

* remove tests as llms-full is now a post-build thing

* unused import
2025-07-15 19:48:37 +01:00
Kian
d5a19deded
[Docs Site] Stringify vendored Markdown frontmatter as proper YAML (#23670) 2025-07-15 15:04:00 +01:00
Kian
2c4a8818ea
[Docs Site] Add noindex to 404 pages (#23665) 2025-07-15 13:59:18 +01:00
Kian
705e1fa781
[Docs Site] Make per-product 404 pages and link to SERP/llms.txt (#23587)
* [Docs Site] Make per-product 404 pages and link to SERP/llms.txt

* route to 404 via worker

* update test
2025-07-11 14:14:20 +01:00
Kian
386b6a84da
[Docs Site] Add chatbotDeprioritize to hidden pages (#23163) 2025-06-23 10:14:03 -05:00
Kian
8675b8ee4c
[Docs Site] Attempt to redirect index.md files (#22831)
* [Docs Site] Attempt to redirect index.md files

* Update worker/index.ts

Co-authored-by: windsurf-bot[bot] <189301087+windsurf-bot[bot]@users.noreply.github.com>

* use Response.redirect static method

* fixup dynamic redirects, fix worker logic, add test

---------

Co-authored-by: windsurf-bot[bot] <189301087+windsurf-bot[bot]@users.noreply.github.com>
2025-06-03 17:11:07 +01:00
Kody Jackson
ce7012dbb6
[Chore] Deprecate release notes RSS feed (#22701)
* [Chore] Deprecate release notes RSS feed

* Added redirect

* remove test

* remove one more test
2025-06-02 11:08:11 -05:00
Kian
ca77acb399
[Docs Site] Build markdown.zip and upload to R2 (#22111) 2025-04-30 21:42:26 +01:00
Kian
2993fade1b
[Docs Site] Add tests for <head> tags (#22051)
* [Docs Site] Add tests for <head> tags

* add title and desc tests
2025-04-29 17:15:16 +00:00
Kian
7ee4776f9e
[Docs Site] Add frontmatter to index.md output (#21980)
* [Docs Site] Add frontmatter to index.md output

* rebase + update test

* fix title and desc

* hardcode lastUpdated
2025-04-29 14:03:00 +01:00
Kian
3d3f0e3884
[Docs Site] Fix index.md encoding on /plans/ (#22021) 2025-04-28 14:50:52 +00:00
Kian
6785926d50
[Docs Site] Turn off table alignment in index.md, fix glossary button (#21546)
* [Docs Site] Turn off table alignment in index.md, fix glossary button

* unused import
2025-04-09 14:11:39 +01:00
Kian
936de7ea5f
[Docs Site] Generate index.md for all index.html files (#20988)
* [Docs Site] Generate index.md for all index.html files

* remove redundant head config

* charset
2025-03-31 15:01:11 +01:00
Greg Brimble
44189f0746
Bump redirects-in-workers@0.0.7 and raise limits (#21088) 2025-03-24 14:42:15 +00:00
Greg Brimble
f5339d91b6
Add _headers back and bump wrangler@4.1.0 (#20937)
* Bump wrangler@4.1.0

* Add _headers back

* Remove double-slash evaluation in Worker

* Add /api redirect
2025-03-20 15:55:14 +00:00
Kian
c1ff261832
[Docs Site] Upgrade Astro to 5.4.1 and Starlight to 0.32.2 (#20478) 2025-03-05 10:44:20 +00:00
James Ross
0d7dfd5e13
[Docs Site] fix: formatting checks (#19848)
* fix: formatting checks

* fix: format write with base `format` script
2025-02-15 00:42:59 +00:00
Kian
bbfcd64c42
[Docs Site] Move show-changed-files to bin and fix workflow condition (#19784) 2025-02-06 05:43:44 -06:00
Kian
564a1c80f8
[Docs Site] Remove old API docs functions (#18789)
* [Docs Site] Remove old API docs functions

* remove tests

* remove fixtures

* fixup package.json scripts

* remove fixture import
2024-12-17 17:46:46 +00:00
James Ross
73f409d7b2
[Docs Site] various typescript improvements (#18006)
* fix: various typescript improvements

* fix: mdxTextExpression comparison
2024-11-12 12:06:59 +00:00
Greg Brimble
9159acf282
Move to Workers (#17502)
* Move to Workers

* Add a thing to force a trailing slash for redirect evaluation

* Standardize _redirects

* Add tests (#17503)

* Exclude tests from typechecking
2024-10-15 15:05:18 +00:00
Greg Brimble
f5d70c5858
Deploy to Cloudflare Workers too (#16874)
* Deploy with Workers Assets too

* Update to only production

* Add preview too

---------

Co-authored-by: kodster28 <kody@cloudflare.com>
2024-09-17 15:04:31 -05:00