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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<img width="300" alt="logo" src="https://github.com/user-attachments/assets/df6311a6-c050-4592-bbf1-4a2228655bc3" />

[![Web](https://img.shields.io/github/v/tag/superdoc-dev/ooxml-dev?filter=web-v*&label=Web&color=blue)](https://ooxml.dev)
[![MCP Server](https://img.shields.io/github/v/tag/superdoc-dev/ooxml-dev?filter=mcp-v*&label=MCP%20Server&color=blue)](https://api.ooxml.dev/mcp)
[![Web](https://img.shields.io/github/v/tag/superdoc/ooxml-dev?filter=web-v*&label=Web&color=blue)](https://ooxml.dev)
[![MCP Server](https://img.shields.io/github/v/tag/superdoc/ooxml-dev?filter=mcp-v*&label=MCP%20Server&color=blue)](https://api.ooxml.dev/mcp)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

The OOXML spec, explained by people who actually implemented it.
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/data/docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const docs: Record<string, DocPage> = {
type: "note",
noteType: "info",
title: "Work in Progress",
text: "This reference is actively being expanded. New sections, examples, and implementation notes land regularly. Check the [GitHub](https://github.com/superdoc-dev/ooxml-dev) for updates and how to contribute.",
text: "This reference is actively being expanded. New sections, examples, and implementation notes land regularly. Check the [GitHub](https://github.com/superdoc/ooxml-dev) for updates and how to contribute.",
},
{ type: "heading", level: 2, text: "What's Different Here" },
{
Expand Down