Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add detailed setup instructions for local dev #188

Merged
merged 1 commit into from
Mar 2, 2024
Merged
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
add detailed setup instructions for local dev
  • Loading branch information
shouryan01 committed Mar 2, 2024
commit 36d8ab31cfa9dd59ee39b5f8871ab11cb3ae90da
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
Loading