Skip to content

Commit

Permalink
fix: Update docs redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
areknawo committed Oct 13, 2023
1 parent 7029574 commit fdb5b2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions apps/docs/.astro/types.d.ts
Expand Up @@ -205,20 +205,20 @@ declare module 'astro:content' {
collection: "docs";
data: InferEntrySchema<"docs">
} & { render(): Render[".md"] };
"self-hosting/configuration.md": {
id: "self-hosting/configuration.md";
"self-hosting/configuration.mdx": {
id: "self-hosting/configuration.mdx";
slug: "self-hosting/configuration";
body: string;
collection: "docs";
data: InferEntrySchema<"docs">
} & { render(): Render[".md"] };
"self-hosting/docker.md": {
id: "self-hosting/docker.md";
} & { render(): Render[".mdx"] };
"self-hosting/docker.mdx": {
id: "self-hosting/docker.mdx";
slug: "self-hosting/docker";
body: string;
collection: "docs";
data: InferEntrySchema<"docs">
} & { render(): Render[".md"] };
} & { render(): Render[".mdx"] };
"usage-guide/configuring-vrite.md": {
id: "usage-guide/configuring-vrite.md";
slug: "usage-guide/configuring-vrite";
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/public/_redirects
@@ -1 +1 @@
/ /usage-guide/getting-started
/ /getting-started/introduction/

0 comments on commit fdb5b2f

Please sign in to comment.