Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified apps/www/assets/readmephoto.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
137 changes: 68 additions & 69 deletions apps/www/config/docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ export const docsConfig: DocsConfig = {
title: "Documentation",
href: "/docs",
},
{
title: "Guides",
href: "/guides",
},
],
sidebarNav: [
{
Expand All @@ -22,85 +18,88 @@ export const docsConfig: DocsConfig = {
],
},
{
title: "Documentation",
items: [
{
title: "Introduction",
href: "/docs/documentation",
},
{
title: "Contentlayer",
href: "/docs/in-progress",
disabled: true,
},
{
title: "Components",
href: "/docs/documentation/components",
},
{
title: "Code Blocks",
href: "/docs/documentation/code-blocks",
},
{
title: "Style Guide",
href: "/docs/documentation/style-guide",
},
],
},
{
title: "Blog",
title: "Installation",
items: [
{
title: "Introduction",
href: "/docs/in-progress",
disabled: true,
},
{
title: "Build your own",
href: "/docs/in-progress",
disabled: true,
},
{
title: "Writing Posts",
href: "/docs/in-progress",
disabled: true,
},
],
},
{
title: "Dashboard",
items: [
{
title: "Introduction",
href: "/docs/in-progress",
disabled: true,
title: "Setup",
href: "/docs/installation",
},
{
title: "Layouts",
href: "/docs/in-progress",
disabled: true,
title: "Clerk",
href: "/docs/installation/clerk",
},
{
title: "Server Components",
href: "/docs/in-progress",
disabled: true,
title: "Planet Scale",
href: "/docs/installation/planet-scale",
},
{
title: "Authentication",
href: "/docs/in-progress",
disabled: true,
title: "Resend",
href: "/docs/installation/resend",
},
{
title: "Database with Drizzle ORM",
href: "/docs/in-progress",
disabled: true,
title: "Stripe",
href: "/docs/installation/stripe",
},
{
title: "API Routes",
href: "/docs/in-progress",
disabled: true,
title: "Edge Store",
href: "/docs/installation/edge-store",
},
],
},
// {
// title: "Blog",
// items: [
// {
// title: "Introduction",
// href: "/docs/in-progress",
// disabled: true,
// },
// {
// title: "Build your own",
// href: "/docs/in-progress",
// disabled: true,
// },
// {
// title: "Writing Posts",
// href: "/docs/in-progress",
// disabled: true,
// },
// ],
// },
// {
// title: "Dashboard",
// items: [
// {
// title: "Introduction",
// href: "/docs/in-progress",
// disabled: true,
// },
// {
// title: "Layouts",
// href: "/docs/in-progress",
// disabled: true,
// },
// {
// title: "Server Components",
// href: "/docs/in-progress",
// disabled: true,
// },
// {
// title: "Authentication",
// href: "/docs/in-progress",
// disabled: true,
// },
// {
// title: "Database with Drizzle ORM",
// href: "/docs/in-progress",
// disabled: true,
// },
// {
// title: "API Routes",
// href: "/docs/in-progress",
// disabled: true,
// },
// ],
// },
],
};
3 changes: 1 addition & 2 deletions apps/www/config/site.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { SiteConfig } from "@/types";

import { env } from "@/env.mjs";

const site_url = env.NEXT_PUBLIC_APP_URL;
Expand All @@ -12,7 +11,7 @@ export const siteConfig: SiteConfig = {
ogImage: `${site_url}/opengraph-image`,
links: {
twitter: "https://twitter.com/codehagen",
github: "https://github.com/meglerhagen",
github: "https://github.com/projectx-codehagen/Badget",
},
mailSupport: "christer@sailsdock.com",
};
69 changes: 0 additions & 69 deletions apps/www/content/docs/documentation/code-blocks.mdx

This file was deleted.

Loading