diff --git a/README.md b/README.md index 7b33473..5af8964 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,8 @@ This is a template for creating documentation with [Nextra](https://nextra.site). -[**Live Demo →**](https://nextra-docs-template.vercel.app) - -[![](.github/screenshot.png)](https://nextra-docs-template.vercel.app) - -## Quick Start - -Click the button to clone this repository and deploy it on Vercel: - -[![](https://vercel.com/button)](https://vercel.com/new/clone?s=https%3A%2F%2Fgithub.com%2Fshuding%2Fnextra-docs-template&showOptionalTeamCreation=false) - ## Local Development First, run `pnpm i` to install the dependencies. Then, run `pnpm dev` to start the development server and visit localhost:3000. - -## License - -This project is licensed under the MIT License. diff --git a/theme.config.tsx b/theme.config.tsx index b411ba4..2a06ae2 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -6,7 +6,7 @@ import { useRouter } from "next/router"; function useHead() { const { asPath } = useRouter(); const { frontMatter, title } = useConfig(); - const url = `https://qbox-docs.vercel.app${asPath}`; + const url = `https://qbox-project.github.io${asPath}`; const description = frontMatter.description || "Documentation for the Qbox Project"; return ( @@ -56,7 +56,7 @@ const config: DocsThemeConfig = { chat: { link: "https://discord.gg/qbox", }, - docsRepositoryBase: "https://github.com/Qbox-project/qbox-docs", + docsRepositoryBase: "https://github.com/Qbox-project/qbox-project.github.io", footer: { text: "Qbox Project", },