Commit Graph

151 Commits

Author SHA1 Message Date
Oleg Proskurin ed9c54da1d fix: ssr error 2026-01-21 20:48:13 +07:00
Oleg Proskurin 348a887e4f fix: social buttons 2026-01-21 20:43:14 +07:00
Oleg Proskurin 8b1487e743 feat: improve blog 2026-01-21 19:19:18 +07:00
Oleg Proskurin fd89bc424e fix: lcp 2026-01-20 21:06:34 +07:00
Oleg Proskurin b6dde32c35 feat: blog metatags 2026-01-20 20:03:34 +07:00
Oleg Proskurin 7a9997cf79 feat: update main blog 2026-01-20 19:28:34 +07:00
Oleg Proskurin cff9197a6b feat: redesign main blog 2026-01-20 17:58:25 +07:00
Oleg Proskurin f44491da71 feat: add author avatar 2026-01-20 10:14:29 +07:00
Oleg Proskurin 5e70345be2 fix: remove image transformation 2026-01-20 09:11:12 +07:00
Oleg Proskurin dd1e1d2cf2 feat: extend badges 2026-01-19 23:29:54 +07:00
Oleg Proskurin ea8b68c5bb feat: add api details 2026-01-19 23:20:19 +07:00
Oleg Proskurin 26012dc178 feat: add researches 2026-01-19 22:38:32 +07:00
Oleg Proskurin 48a34a28c7 feat: ts index file 2026-01-18 23:13:51 +07:00
Oleg Proskurin 066fcce888 feat: images 2026-01-18 20:10:26 +07:00
Oleg Proskurin 55a3759df2 feat: add article midjorney 2026-01-18 19:26:56 +07:00
Oleg Proskurin f523ba650b fix: z index 2026-01-18 01:21:27 +07:00
Oleg Proskurin 38b377496f feat: apply design for block article 2026-01-18 00:43:15 +07:00
Oleg Proskurin fbe85fe6c9 feat: adjust components 2026-01-18 00:36:13 +07:00
Oleg Proskurin 30fd9ddad2 feat: init blog 2026-01-17 23:35:16 +07:00
Oleg Proskurin 3ced2ec0ec fix: links 2026-01-06 01:05:02 +07:00
Oleg Proskurin 0dc15d8694 chore: adjust page 2026-01-06 00:49:39 +07:00
Oleg Proskurin 9eb63bea22 feat: improve guide 2026-01-06 00:35:56 +07:00
Oleg Proskurin df3720557c feat: guide update 2026-01-05 21:27:13 +07:00
Oleg Proskurin 77a2a03a81 feat: new version 2026-01-05 11:31:05 +07:00
Oleg Proskurin 8080e7012e doc: prepare for guide 2026-01-04 20:44:21 +07:00
Oleg Proskurin 9b032eaf5a doc: updates to live urls 2026-01-04 15:04:26 +07:00
Oleg Proskurin 1aa307aac9 fix: icons location 2026-01-04 13:46:14 +07:00
Oleg Proskurin b7463258f5 feat: update metadata 2026-01-04 13:31:11 +07:00
Oleg Proskurin 338a083052 feat: add favicon 2026-01-04 13:25:30 +07:00
Oleg Proskurin 582220166a feat: update sidebar 2026-01-03 03:40:50 +07:00
Oleg Proskurin 513b983187 fix: footer 2026-01-03 01:55:32 +07:00
Oleg Proskurin 0ebc893c33 feat: add placeholders to docs 2026-01-03 01:51:13 +07:00
Oleg Proskurin 801080d565 feat: SEO adjustment for homepage 2026-01-02 21:36:17 +07:00
Oleg Proskurin b60a97c73f fix: sidebar 2026-01-02 21:27:07 +07:00
Oleg Proskurin 5d1309633d fix: ensure trailing slashes 2026-01-02 21:08:28 +07:00
Oleg Proskurin 5d7da9e59c fix: use trailing slashes 2026-01-02 19:13:31 +07:00
Oleg Proskurin fcbb5396b3 fix: correct logo 2026-01-02 14:47:00 +07:00
Oleg Proskurin 52649dfb3b feat(docs): add SEO metadata to all documentation pages
- Create centralized SEO config (docs-seo.ts) with DOCS_PAGES constants
  and createDocsMetadata helper for DRY metadata generation
- Add JSON-LD schema helpers (docs-schema.ts) for BreadcrumbList,
  TechArticle, HowTo, and WebAPI structured data
- Create JsonLd component for rendering structured data
- Add metadata exports and JSON-LD to all 10 docs pages:
  - Getting Started, Generation, Images, Live URLs, Authentication
  - API Overview, Generations API, Images API, Flows API, Live Scopes API

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 18:39:39 +07:00
Oleg Proskurin 9a6c409906 fix(docs): correct autoEnhance default value to true in Live URLs
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 17:57:24 +07:00
Oleg Proskurin 308bea624e refactor(landing): remove unnecessary 'use client' from docs pages
Remove 'use client' directive from 10 documentation pages that don't
use client-side features. Pages are pure static content; the DocPage
wrapper component handles any client-side functionality.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 16:32:35 +07:00
Oleg Proskurin dbb8504249 docs: update documentation to reflect new 16:9 default aspect ratio
Update default aspect ratio references from 1:1 to 16:9 in:
- Generation guide
- Live Scopes API reference
- Live URLs guide

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 16:32:25 +07:00
Oleg Proskurin 4e5a14f3de chore(landing): add docs pages to sitemap
Added all documentation pages to sitemap.xml:
- Getting Started (/docs)
- Image Generation (/docs/generation)
- Working with Images (/docs/images)
- Live URLs (/docs/live-urls)
- Authentication (/docs/authentication)
- API Reference (/docs/api)
- API: Generations, Images, Flows, Live Scopes

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 20:27:27 +07:00
Oleg Proskurin f3aaea1e6d fix(landing): use label as React key in SubsectionNav to avoid duplicates
Multiple disabled nav items share the same href '#', causing React
duplicate key warning. Changed key from item.href to item.label
which is guaranteed to be unique.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 20:26:47 +07:00
Oleg Proskurin 2d01fa4182 feat(landing): update subnav items to API, SDK, MCP, CLI, Lab
- Docs layout: API (active), SDK/MCP/CLI/Lab (disabled)
- Demo layout: API, SDK/MCP/CLI (disabled), Lab (active, links to demo)
- Disabled items show "Coming soon" tooltip on hover

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 18:38:42 +07:00
Oleg Proskurin 62594774e3 feat(landing): add disabled prop support to SubsectionNav
- Added optional disabled property to NavItem interface
- Disabled items show gray text and cursor-not-allowed
- Desktop: Tooltip on hover shows "Coming soon"
- Mobile: Inline "(Coming soon)" label after item text
- Uses aria-disabled for accessibility

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 18:36:29 +07:00
Oleg Proskurin 21dfd31338 feat(landing): implement route groups for different header behaviors
- Created (landings) route group for home page with sticky header
- Created (apps) route group for docs/demo/admin with scrollable header
- Moved page components to respective route groups
- Updated root layout to be minimal (no header/footer)
- Each route group has its own layout with appropriate header style
- Updated Footer and layouts to use public folder logo path

This enables sticky header on landing pages while docs/demo pages
have a header that scrolls away with content.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 18:35:05 +07:00
Oleg Proskurin 358e4db0e3 fix(docs): sidebar active state not showing due to trailing slash mismatch
Next.js usePathname() returns paths with trailing slashes during static
generation (e.g., /docs/) but navigation hrefs use paths without trailing
slashes (e.g., /docs). The strict equality comparison was always failing.

Added path normalization to strip trailing slashes before comparison.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 16:03:46 +07:00
Oleg Proskurin 13f0a4f04f feat: init docs section 2025-12-31 15:00:44 +07:00
Oleg Proskurin bbe39bddc5 feat: responsive hero 2025-12-19 00:19:35 +07:00
Oleg Proskurin 052584a78b chore: hide footer links 2025-12-18 23:53:14 +07:00