Skip to content

Commit a3b488f

Browse files
committed
docs: replace "document engine for DOCX files" with "DOCX editing and tooling"
1 parent dde0032 commit a3b488f

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# docx-corpus
22

3-
The largest open corpus of .docx files (~800K documents) for document processing research. Built by [SuperDoc](https://superdoc.dev)the document engine for DOCX files.
3+
The largest open corpus of .docx files (~800K documents) for document processing research. Built by [SuperDoc](https://superdoc.dev)DOCX editing and tooling.
44

55
## Architecture
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,4 +261,4 @@ MIT
261261

262262
---
263263

264-
Built by [SuperDoc](https://superdoc.dev)the document engine for DOCX files.
264+
Built by [SuperDoc](https://superdoc.dev)DOCX editing and tooling.

apps/web/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@
888888
<h1>The largest classified corpus of Word documents</h1>
889889
<p class="hero-sub">.docx files from the public web, classified into document types and topics across dozens of
890890
languages.</p>
891-
<p class="hero-by">Built by <a href="https://superdoc.dev/?utm_source=docxcorp.us&utm_medium=referral&utm_campaign=hero">SuperDoc</a>the document engine for DOCX files.</p>
891+
<p class="hero-by">Built by <a href="https://superdoc.dev/?utm_source=docxcorp.us&utm_medium=referral&utm_campaign=hero">SuperDoc</a>DOCX editing and tooling.</p>
892892
<div class="numbers">
893893
<div>
894894
<div class="num-val" id="stat-docs"><span class="skeleton skeleton-num"></span></div>
@@ -981,7 +981,7 @@ <h1>The largest classified corpus of Word documents</h1>
981981
</div>
982982

983983
<div class="site-footer">
984-
<span>Built by <a href="https://superdoc.dev/?utm_source=docxcorp.us&utm_medium=referral&utm_campaign=footer">SuperDoc</a>the document engine for DOCX files.</span>
984+
<span>Built by <a href="https://superdoc.dev/?utm_source=docxcorp.us&utm_medium=referral&utm_campaign=footer">SuperDoc</a>DOCX editing and tooling.</span>
985985
<span>Takedown requests: <a href="mailto:help@docxcorp.us">help@docxcorp.us</a></span>
986986
</div>
987987

apps/web/llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ docx-corpus is an open dataset of 736K+ .docx files collected from the public we
66

77
Documents are classified using ModernBERT with an average confidence of 82%.
88

9-
Built by [SuperDoc](https://www.superdoc.dev), the document engine for DOCX files.
9+
Built by [SuperDoc](https://www.superdoc.dev), DOCX editing and tooling.
1010

1111
## Document Types
1212

apps/web/scripts/generate-pages.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ function sharedHeader(activeKind: "type" | "topic"): string {
334334
function sharedFooter(): string {
335335
return `
336336
<div class="site-footer">
337-
<span>Built by <a href="https://superdoc.dev/?utm_source=docxcorp.us&utm_medium=referral&utm_campaign=footer">SuperDoc</a> — the document engine for DOCX files.</span>
337+
<span>Built by <a href="https://superdoc.dev/?utm_source=docxcorp.us&utm_medium=referral&utm_campaign=footer">SuperDoc</a> — DOCX editing and tooling.</span>
338338
<span>Takedown requests: <a href="mailto:help@docxcorp.us">help@docxcorp.us</a></span>
339339
</div>`;
340340
}
@@ -511,7 +511,7 @@ function renderPage(data: PageData): string {
511511
A collection of ${fmt(total)}+ ${label.toLowerCase()} Word documents from the public web.
512512
${esc(description)}
513513
</p>
514-
<p class="hero-by">Built by <a href="https://superdoc.dev/?utm_source=docxcorp.us&utm_medium=referral&utm_campaign=hero">SuperDoc</a> — the document engine for DOCX files.</p>
514+
<p class="hero-by">Built by <a href="https://superdoc.dev/?utm_source=docxcorp.us&utm_medium=referral&utm_campaign=hero">SuperDoc</a> — DOCX editing and tooling.</p>
515515
<div class="numbers">
516516
<div><div class="num-val">${fmt(total)}</div><div class="num-label">documents</div></div>
517517
<div><div class="num-val">${langCount}</div><div class="num-label">languages</div></div>
@@ -592,7 +592,7 @@ function renderIndexPage(
592592
The docx-corpus dataset classifies documents into ${items.length} ${kindPlural.toLowerCase()}.
593593
Click on any ${kind} to explore its documents, language distribution, and download options.
594594
</p>
595-
<p class="hero-by">Built by <a href="https://superdoc.dev/?utm_source=docxcorp.us&utm_medium=referral&utm_campaign=hero">SuperDoc</a> — the document engine for DOCX files.</p>
595+
<p class="hero-by">Built by <a href="https://superdoc.dev/?utm_source=docxcorp.us&utm_medium=referral&utm_campaign=hero">SuperDoc</a> — DOCX editing and tooling.</p>
596596
</section>
597597
<div class="index-grid">${cards}
598598
</div>

0 commit comments

Comments
 (0)