Add docs, blog, community pages and polish landing page layout
- Add docs pages (getting-started, changelog, keyboard-shortcuts) - Add blog, community, and legal pages (privacy, terms, EULA) - Add site header, footer, download button, and nav components - Add sitemap and robots.txt generation - Narrow main page container (max-w-2xl), fix footer positioning - Switch README feature list to colon style
This commit is contained in:
parent
5febb66873
commit
f970cdcf33
37 changed files with 3304 additions and 296 deletions
9
web/app/components/docs-nav-items.ts
Normal file
9
web/app/components/docs-nav-items.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
export const navItems = [
|
||||
{ title: "Getting Started", href: "/docs/getting-started" },
|
||||
{ title: "Concepts", href: "/docs/concepts" },
|
||||
{ title: "Configuration", href: "/docs/configuration" },
|
||||
{ title: "Keyboard Shortcuts", href: "/docs/keyboard-shortcuts" },
|
||||
{ title: "API Reference", href: "/docs/api" },
|
||||
{ title: "Notifications", href: "/docs/notifications" },
|
||||
{ title: "Changelog", href: "/docs/changelog" },
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue