blob: d2d648b00b3d03554ab713873316f6f1fc00dfc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
Glossary
========
App Router
Next.js routing model used by this project under ``src/app``.
better-auth
Authentication library used for OAuth and sessions.
BlogPost
Normalized frontend post shape returned by ``src/lib/payload-posts.ts``.
Drizzle
TypeScript ORM used for application-owned database tables.
Fuma Comments
Comment UI and server package used for post discussions.
Fumadocs
MDX content and UI tooling used by the site.
Lexical
Rich text editor used by Payload CMS.
Payload
CMS used for posts, users, media, and the admin interface.
Sphinx
Documentation generator used for ``Documentation/source``.
Tag
Topic label stored on posts and used for tag index and filtered post pages.
|