Skip to content

Commit 29b0167

Browse files
sukru-can1claude
andcommitted
feat: comprehensive docs page with framework guides, examples, FAQ
- Full docs at /docs with 11 sections - Framework guides: Next.js, SvelteKit, Astro, Nuxt, Express, WordPress - Real-world examples: blog, e-commerce, news, science, API/SaaS - Schema reference tables, attribution docs, access tiers - Client SDK usage, CLI commands, FAQ - Updated nav with Docs link, updated footer Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7592708 commit 29b0167

3 files changed

Lines changed: 642 additions & 4 deletions

File tree

src/components/JoinCTA.astro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,13 @@
4242
<span class="font-mono">FlyWeb Protocol</span>
4343
</div>
4444
<div class="flex items-center gap-4 font-mono">
45+
<a href="/docs" class="hover:text-fw-mint transition-colors">Docs</a>
46+
<span class="text-fw-border">/</span>
4547
<a href="https://github.com/flywebprotocol" class="hover:text-fw-mint transition-colors">GitHub</a>
4648
<span class="text-fw-border">/</span>
4749
<a href="https://x.com/flywebprotocol" class="hover:text-fw-mint transition-colors">X</a>
4850
<span class="text-fw-border">/</span>
49-
<a href="#solution" class="hover:text-fw-mint transition-colors">Spec</a>
51+
<a href="https://github.com/flywebprotocol/flyweb/blob/master/SPEC.md" target="_blank" class="hover:text-fw-mint transition-colors">Spec</a>
5052
</div>
5153
</div>
5254
</footer>

src/components/Nav.astro

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
</a>
1010

1111
<div class="flex items-center gap-6">
12-
<a href="#how-it-works" class="hidden sm:block text-xs text-fw-muted hover:text-fw-text transition-colors">How it Works</a>
13-
<a href="#benefits" class="hidden sm:block text-xs text-fw-muted hover:text-fw-text transition-colors">Benefits</a>
12+
<a href="/docs" class="hidden sm:block text-xs text-fw-muted hover:text-fw-mint transition-colors font-medium">Docs</a>
13+
<a href="/#get-started" class="hidden sm:block text-xs text-fw-muted hover:text-fw-text transition-colors">Get Started</a>
14+
<a href="https://github.com/flywebprotocol/flyweb/blob/master/SPEC.md" target="_blank" class="hidden sm:block text-xs text-fw-muted hover:text-fw-text transition-colors">Spec</a>
1415
<a
15-
href="https://github.com/flywebprotocol"
16+
href="https://github.com/flywebprotocol/flyweb"
1617
target="_blank"
1718
rel="noopener noreferrer"
1819
class="flex items-center gap-2 text-xs text-fw-muted hover:text-fw-text transition-colors border border-fw-border rounded-md px-3 py-1.5 hover:border-fw-mint/30"

0 commit comments

Comments
 (0)