chore(notice): pin fumadocs provenance and deviations; sweep product branding (#38)

Co-authored-by: Hanzo Dev <dev@hanzo.ai>
This commit is contained in:
z
2026-07-13 16:06:58 -07:00
committed by GitHub
co-authored by Hanzo Dev
parent dffd42d550
commit 7aa2664e15
2 changed files with 26 additions and 1 deletions
+24
View File
@@ -1,6 +1,9 @@
Hanzo Docs
Copyright (c) 2026 Hanzo AI, Inc.
Forked from https://github.com/fuma-nama/fumadocs
Tracks Fumadocs 16.9.x (@hanzo/docs-core 16.9.3, re-scoped from fumadocs-core).
This product includes software from Fumadocs (https://github.com/fuma-nama/fumadocs), licensed under MIT:
Copyright (c) 2023 Fuma
@@ -8,3 +11,24 @@ This product includes software from Fumadocs (https://github.com/fuma-nama/fumad
This product includes software derived from vitefu (https://github.com/svitejs/vitefu), licensed under MIT:
Copyright (c) Bjorn and Dominik
DEVIATIONS from upstream Fumadocs
---------------------------------
- Workspace packages re-scoped from `fumadocs-*` to the `@hanzo/docs-*` namespace
(28 packages); upstream CLI/content tools are retained verbatim.
- Served-site branding is "Hanzo Docs": site metadata (apps/docs/lib/metadata.ts),
title template and OpenGraph (apps/docs/app/layout.tsx), and framework/UI/core/
MDX/CLI labels (apps/docs/lib/get-llm-text.ts).
- First-party Hanzo ecosystem product docs under apps/docs/content/docs/ (agents,
gateway, iam, kms, llm, machines, commerce, chat, and more) replace the upstream
demo content.
- Additional brand/product documentation apps under apps/ (base-docs, bootnode-docs,
cloud, dev-docs, engine-docs, ml-docs, router-docs, zen-docs, zap-docs, and more)
beyond upstream's single docs app.
- Added Zen LM workspace packages (@zenlm/ui, @zenlm/models) not present upstream.
- Single-build docs.hanzo.ai hub architecture documented in
apps/docs/content/docs/contributing/docs-architecture.mdx (authored / generated /
ported content model), not present upstream.
- Removed upstream-specific content that posed a clean-room hazard (e.g. Jube C# docs).
- Added this NOTICE and the "Hanzo AI, Inc." copyright; the upstream LICENSE
(MIT, Copyright (c) 2023 Fuma) is preserved intact.
+2 -1
View File
@@ -1,5 +1,6 @@
{
"name": "root",
"name": "hanzo-docs",
"description": "Hanzo Docs — the documentation framework and hub for the Hanzo ecosystem (docs.hanzo.ai).",
"version": "0.1.0",
"private": true,
"scripts": {