Conversation
Replace the GitBook export with a static Astro + Starlight site (same approach as the any-sync docs migration): - Convert all pages to Starlight Markdown: hints to asides, embeds to responsive video iframes or links, figures to images, stepper/tabs/ content-ref unwrapped, internal .md links rewritten to site URLs. - Keep the GitBook URL structure; generate sidebar.mjs from SUMMARY.md with Spanish label translations. - i18n: English (root) + Español + Français via Starlight locales with automatic English fallback. Drop the stale ru-RU/zh-CN/hu_HU trees, which translated a docs structure that no longer exists (recoverable from git history). - Copy only the 223 referenced assets (138 MB of 582 MB) to public/assets with cleaned-up names; drop the rest of .gitbook/. - GitBook-style theme with light/dark toggle, Inter + JetBrains Mono (self-hosted), Anytype app icon as logo/favicon, centered max-width layout, compact TOC. - Update README and CONTRIBUTING for the new stack. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
docs | 2b27f4e | Aug 12 2026, 10:30 AM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces the GitBook export with a self-hosted static site built on Astro Starlight, following the same approach as the any-sync docs migration.
Content
{% embed %}→ responsive video iframes (YouTube/Vimeo/Loom/Drive) or links, figures → images, stepper/tabs/content-ref unwrapped, artifacts removed, internal.mdlinks rewritten to site URLs.SUMMARY.mdintosidebar.mjs(now the editable source of truth), including Spanish label translations.public/assets/with cleaned-up filenames.i18n
Theme
Verification
npm run build: 217 pages, zero leftover GitBook syntax, zero missing assets, zero broken internal links (checked across the wholedist/).<details>FAQs, video embeds, and locale fallback.Local development
🤖 Generated with Claude Code