Skip to content

Commit

Permalink
add detailed setup instructions for local dev (Codehagen#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
shouryan01 authored Mar 2, 2024
1 parent 6b8892b commit 3e4e22a
Show file tree
Hide file tree
Showing 16 changed files with 272 additions and 621 deletions.
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

0 comments on commit 3e4e22a

Please sign in to comment.