You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Serve the latest Dispatch issue directly at /dispatch/.
Extract shared issue rendering into DispatchIssueView so /dispatch/ loads the current issue without a redirect hop.
Co-authored-by: Cursor <cursoragent@cursor.com>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Content is Markdown with YAML frontmatter, typed via [`src/content.config.ts`](s
30
30
| People |[`src/content/people/`](src/content/people/)|`current: true` keeps someone in the **Current** list. |
31
31
| Papers |[`src/content/papers/`](src/content/papers/)| Authors, venue, year, optional links. Optional `topics` object (`researchField?`, `applicationDomain`, `task`) on Dispatch lists. Served at `/papers/`. |
32
32
| Theses & diss. |[`src/content/theses/`](src/content/theses/)|`degree` and defense `date` are required in the schema. Optional `topics` for Dispatch (inferred from title/abstract when omitted). |
33
-
| The NLP Dispatch |[`src/content/dispatch/`](src/content/dispatch/)| Triannual magazine issues (`/dispatch/`redirects to the latest issue; `/dispatch/issues/{slug}/` for each issue). Curates publication and thesis slugs plus editorial fields (column, spotlight, reading list, `distinctions`, activity news). Optional `featured: true` on one item per section (`papers`, `activityNews`, `distinctions`, `theses`) spotlights it at the top of that section. |
33
+
| The NLP Dispatch |[`src/content/dispatch/`](src/content/dispatch/)| Triannual magazine issues (`/dispatch/`serves the latest issue; `/dispatch/issues/{slug}/` for permalinks). Curates publication and thesis slugs plus editorial fields (column, spotlight, reading list, `distinctions`, activity news). Optional `featured: true` on one item per section (`papers`, `activityNews`, `distinctions`, `theses`) spotlights it at the top of that section. |
34
34
| Seminars |[`src/content/seminars/`](src/content/seminars/)|`term` drives grouping on the seminars index page. |
35
35
| News |[`src/content/news/`](src/content/news/)|`featured: true` prioritizes the home carousel; optional `coverImage: /news/your.webp` (images under [`public/news/`](public/news/)). |
0 commit comments