File tree Expand file tree Collapse file tree 6 files changed +12
-9
lines changed
Expand file tree Collapse file tree 6 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 4040 name :
4141 # src/ directory
4242 - archives
43+ - article-api
4344 - assets
4445 - audit-logs
4546 - automated-pipelines
6667 - observability
6768 # - open-source
6869 - pageinfo
69- - pagelist
7070 # - pages
7171 - products
7272 - redirects
Original file line number Diff line number Diff line change 1+ # Article API
2+
3+ This subject folder contains the code for the Article API endpoints:
4+ - ` /api/pagelist `
5+ - ` /api/article/body `
6+ - ` /api/article/meta `
7+
8+ ## What it does
9+
10+ Article API endpoints allow consumers to query GitHub Docs for listings of current articles, and for specific article information.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import anchorRedirect from '@/rest/api/anchor-redirect.js'
66import aiSearch from '@/search/middleware/ai-search'
77import search from '@/search/middleware/search-routes.js'
88import pageInfo from '@/pageinfo/middleware'
9- import pageList from '@/pagelist /middleware'
9+ import pageList from '@/article-api /middleware/pagelist '
1010import webhooks from '@/webhooks/middleware/webhooks.js'
1111import { ExtendedRequest } from '@/types'
1212import { noCacheControl } from './cache-control'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments