Skip to content

Commit

Permalink
docs emptied
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgill committed Apr 2, 2024
1 parent 70cd599 commit 2460914
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 1,146 deletions.
68 changes: 0 additions & 68 deletions apps/www/src/config/docs.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
import type { DocsConfig } from "@/types";

export const docsConfig: DocsConfig = {
mainNav: [
{
title: "Documentation",
href: "/docs/getting-started/",
},
{
title: "Guides",
href: "/guides",
},
],
sidebarNav: [
{
title: "Getting Started",
Expand All @@ -21,63 +11,5 @@ export const docsConfig: DocsConfig = {
},
],
},
{
title: "Documentation",
items: [
{
title: "Introduction",
href: "/docs/documentation",
},
{
title: "Components",
href: "/docs/documentation/components",
},
{
title: "Configuration Astro DB",
href: "/docs/documentation/components",
disabled: true,
},
{
title: "Search (Fuse.js)",
href: "/docs/in-progress",
disabled: true,
},
],
},
{
title: "Pages",
items: [
{
title: "Landing",
href: "/docs/in-progress",
disabled: true,
},
{
title: "Changelog",
href: "/docs/in-progress",
disabled: true,
},
{
title: "Wait List",
href: "/docs/in-progress",
disabled: true,
},
],
},
{
title: "Examples",
items: [
{
title: "Static Blog",
href: "/docs/in-progress",
disabled: true,
},
{
title: "Docs & Guides",
href: "/docs/in-progress",
disabled: true,
},
],
},
],
};
38 changes: 0 additions & 38 deletions apps/www/src/content/changelog/0_1.md

This file was deleted.

73 changes: 0 additions & 73 deletions apps/www/src/content/docs/documentation/code-blocks.mdx

This file was deleted.

163 changes: 0 additions & 163 deletions apps/www/src/content/docs/documentation/components.mdx

This file was deleted.

Loading

0 comments on commit 2460914

Please sign in to comment.