Skip to content

Commit 13827a4

Browse files
committed
docs: ✏️ update docs
1 parent c09a09f commit 13827a4

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

site/app/layout.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const navbar = (
2020
nano-css
2121
</span>
2222
}
23-
projectLink="https://github.com/nicknisi/nano-css"
23+
projectLink="https://github.com/streamich/nano-css"
2424
/>
2525
)
2626

@@ -42,7 +42,7 @@ export default async function RootLayout({ children }) {
4242
<Layout
4343
navbar={navbar}
4444
pageMap={await getPageMap()}
45-
docsRepositoryBase="https://github.com/nicknisi/nano-css/tree/master/website"
45+
docsRepositoryBase="https://github.com/streamich/nano-css/tree/master/site"
4646
footer={footer}
4747
sidebar={{ defaultMenuCollapseLevel: 1 }}
4848
editLink="Edit this page on GitHub"

site/content/_meta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ export default {
1717
},
1818
github_link: {
1919
title: 'GitHub',
20-
href: 'https://github.com/nicknisi/nano-css',
20+
href: 'https://github.com/streamich/nano-css',
2121
},
2222
}

site/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
7+
"clean": "npx rimraf .next out",
78
"build": "next build",
89
"start": "next start"
910
},

0 commit comments

Comments
 (0)