From 9c471a899bd9494ec43d7c0d95a840791667dd35 Mon Sep 17 00:00:00 2001 From: Reza Rahman <13340707+rezrah@users.noreply.github.com> Date: Thu, 30 Nov 2023 12:57:14 +0000 Subject: [PATCH] update repo location --- package.json | 9 ++++----- theme.config.tsx | 4 ++-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index d399489..be4c8f4 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "nextocat-documentation", + "name": "nextocat", "version": "0.0.1", "description": "Documentation theme", "scripts": { @@ -9,14 +9,13 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/rezrah/nextocat.git" + "url": "git+https://github.com/primer/nextocat.git" }, - "author": "Reza Rahman @rezrah", "license": "MIT", "bugs": { - "url": "https://github.com/rezrah/nextocat/issues" + "url": "https://github.com/primer/nextocat/issues" }, - "homepage": "https://github.com/rezrah/nextocat#readme", + "homepage": "https://github.com/primer/nextocat#readme", "dependencies": { "@primer/octicons-react": "^19.8.0", "eslint-config-next": "^14.0.3", diff --git a/theme.config.tsx b/theme.config.tsx index ade4425..febc48c 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -11,11 +11,11 @@ export type ThemeConfig = { } const config: ThemeConfig = { - docsRepositoryBase: 'https://github.com/rezrah/nextocat', + docsRepositoryBase: 'https://github.com/primer/nextocat', sidebarLinks: [ { title: 'GitHub', - href: 'https://github.com/rezrah/nextocat', + href: 'https://github.com/primer/nextocat', leadingIcon: RepoIcon, }, {