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
fix: nav contrast, TechArticle Rich Results fields, and llms-full.txt
Remove opacity-50 from disabled nav items to fix contrast. Add
datePublished, dateModified, and image to TechArticle JSON-LD for
Rich Results eligibility. Generate llms-full.txt at build time with
complete documentation content for AI context windows.
Copy file name to clipboardExpand all lines: apps/web/public/llms.txt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
> The OOXML spec, explained by people who actually implemented it.
4
4
5
+
> For full documentation content, see [/llms-full.txt](https://ooxml.dev/llms-full.txt)
6
+
5
7
ooxml.dev is the interactive reference for ECMA-376 (Office Open XML) — the standard behind .docx, .xlsx, and .pptx files. Built by SuperDoc — DOCX editing and tooling (https://superdoc.dev) from experience implementing a full OOXML document engine.
6
8
7
9
Every page combines XML structure, live rendered previews, and implementation notes that tell you what the spec doesn't: where Word diverges from the standard, what will break your code, and what to do about it.
0 commit comments