Skip to content
Merged
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
20 changes: 11 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
"hast-util-to-string": "^3.0.1",
"hastscript": "^9.0.1",
"helmet": "^8.0.0",
"highlight.js": "11.9.0",
"highlight.js": "^11.11.1",
"highlightjs-curl": "^1.3.0",
"hot-shots": "^10.0.0",
"html-entities": "^2.5.6",
Expand All @@ -295,7 +295,7 @@
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lowdb": "7.0.1",
"lowlight": "3.1.0",
"lowlight": "^3.3.0",
"markdownlint-rule-helpers": "^0.25.0",
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-to-hast": "^13.2.0",
Expand Down
2 changes: 2 additions & 0 deletions src/article-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This subject folder contains the code for the Article API endpoints:
- `/api/article/body`
- `/api/article/meta`

Related: The `/llms.txt` endpoint (middleware in `src/frame/middleware/llms-txt.ts`) provides AI-friendly content discovery using these APIs.

## What it does

Article API endpoints allow consumers to query GitHub Docs for listings of current articles, and for specific article information.
Expand Down
34 changes: 0 additions & 34 deletions src/assets/scripts/deleted-assets-pr-comment-1.ts

This file was deleted.

201 changes: 0 additions & 201 deletions src/assets/tests/static-assets-1.ts

This file was deleted.

Loading
Loading