diff --git a/packages/docs/docusaurus.config.ts b/packages/docs/docusaurus.config.ts index 6f8113f..f56ea3c 100644 --- a/packages/docs/docusaurus.config.ts +++ b/packages/docs/docusaurus.config.ts @@ -18,12 +18,12 @@ const config: Config = { url: "https://thiladev.github.io", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: "/effect-fc/", + baseUrl: "/effect-view/", // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. organizationName: "Thiladev", // Usually your GitHub org/user name. - projectName: "effect-fc", // Usually your repo name. + projectName: "effect-view", // Usually your repo name. onBrokenLinks: "throw", @@ -42,7 +42,7 @@ const config: Config = { docs: { sidebarPath: "./sidebars.ts", editUrl: - "https://github.com/Thiladev/effect-fc/tree/main/packages/docs/", + "https://github.com/Thiladev/effect-view/tree/main/packages/docs/", lastVersion: "current", versions: { current: { @@ -85,7 +85,7 @@ const config: Config = { position: "right", }, { - href: "https://github.com/Thiladev/effect-fc", + href: "https://github.com/Thiladev/effect-view", label: "GitHub", position: "right", }, @@ -108,11 +108,11 @@ const config: Config = { items: [ { label: "GitHub", - href: "https://github.com/Thiladev/effect-fc", + href: "https://github.com/Thiladev/effect-view", }, { label: "Example App", - href: "https://github.com/Thiladev/effect-fc/tree/main/packages/example", + href: "https://github.com/Thiladev/effect-view/tree/main/packages/example", }, ], }, @@ -130,7 +130,7 @@ const config: Config = { ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} effect-fc contributors. Built with Docusaurus.`, + copyright: `Copyright © ${new Date().getFullYear()} Effect View contributors. Built with Docusaurus.`, }, prism: { theme: prismThemes.github, diff --git a/packages/docs/src/pages/index.tsx b/packages/docs/src/pages/index.tsx index 129f8e7..ab0e5d6 100644 --- a/packages/docs/src/pages/index.tsx +++ b/packages/docs/src/pages/index.tsx @@ -116,7 +116,7 @@ export default function Home(): ReactNode { View on GitHub