docs: fix repo links and update command for create project (#164)
Co-authored-by: Matt Kane <mkane@cloudflare.com>
This commit is contained in:
committed by
GitHub
parent
0aae9d806b
commit
e4a44eca62
@@ -17,7 +17,7 @@ export default defineConfig({
|
||||
{
|
||||
icon: "github",
|
||||
label: "GitHub",
|
||||
href: "https://github.com/withastro/emdash",
|
||||
href: "https://github.com/emdash-cms/emdash",
|
||||
},
|
||||
{
|
||||
icon: "discord",
|
||||
@@ -26,7 +26,7 @@ export default defineConfig({
|
||||
},
|
||||
],
|
||||
editLink: {
|
||||
baseUrl: "https://github.com/withastro/emdash/edit/main/docs/",
|
||||
baseUrl: "https://github.com/emdash-cms/emdash/tree/main/docs",
|
||||
},
|
||||
customCss: ["./src/styles/custom.css"],
|
||||
sidebar: [
|
||||
|
||||
Reference in New Issue
Block a user