Skip to content

Commit

Permalink
changed shuding/nextra to /charisma-ai/charisma-nextra
Browse files Browse the repository at this point in the history
  • Loading branch information
szabinakov committed Feb 8, 2024
1 parent b68cda9 commit faa04b8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 242 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"commit": false,
"fixed": [["nextra", "nextra-theme-docs"]],
"linked": [],
"access": "public",
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
Expand Down
119 changes: 0 additions & 119 deletions .github/workflows/nextjs-bundle-analysis.yml

This file was deleted.

119 changes: 0 additions & 119 deletions .github/workflows/nextjs-bundle-analysis2.yml

This file was deleted.

5 changes: 3 additions & 2 deletions docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ const logo = (

const config: DocsThemeConfig = {
project: {
link: 'https://github.com/shuding/nextra'
link: 'https://github.com/charisma-ai/charisma-nextra'
},
docsRepositoryBase: 'https://github.com/shuding/nextra/tree/main/docs',
docsRepositoryBase:
'https://github.com/charisma-ai/charisma-nextra/tree/main/docs',
useNextSeoProps() {
const { asPath } = useRouter()
if (asPath !== '/') {
Expand Down
2 changes: 1 addition & 1 deletion packages/nextra-theme-docs/src/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export const DEFAULT_THEME: DocsThemeConfig = {
},
darkMode: true,
direction: 'ltr',
docsRepositoryBase: 'https://github.com/shuding/nextra',
docsRepositoryBase: 'https://github.com/charisma-ai/charisma-nextra',
editLink: {
component: function EditLink({ className, filePath, children }) {
const editUrl = useGitEditUrl(filePath)
Expand Down

0 comments on commit faa04b8

Please sign in to comment.