Skip to content

Commit

Permalink
chore: removing vercel and old project name
Browse files Browse the repository at this point in the history
  • Loading branch information
Manason committed Sep 24, 2023
1 parent 314c9a1 commit 9597d69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down Expand Up @@ -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",
},
Expand Down

0 comments on commit 9597d69

Please sign in to comment.