@@ -18,12 +18,12 @@ const config: Config = {
|
|||||||
url: "https://thiladev.github.io",
|
url: "https://thiladev.github.io",
|
||||||
// Set the /<baseUrl>/ pathname under which your site is served
|
// Set the /<baseUrl>/ pathname under which your site is served
|
||||||
// For GitHub pages deployment, it is often '/<projectName>/'
|
// For GitHub pages deployment, it is often '/<projectName>/'
|
||||||
baseUrl: "/effect-fc/",
|
baseUrl: "/effect-view/",
|
||||||
|
|
||||||
// GitHub pages deployment config.
|
// GitHub pages deployment config.
|
||||||
// If you aren't using GitHub pages, you don't need these.
|
// If you aren't using GitHub pages, you don't need these.
|
||||||
organizationName: "Thiladev", // Usually your GitHub org/user name.
|
organizationName: "Thiladev", // Usually your GitHub org/user name.
|
||||||
projectName: "effect-fc", // Usually your repo name.
|
projectName: "effect-view", // Usually your repo name.
|
||||||
|
|
||||||
onBrokenLinks: "throw",
|
onBrokenLinks: "throw",
|
||||||
|
|
||||||
@@ -42,7 +42,7 @@ const config: Config = {
|
|||||||
docs: {
|
docs: {
|
||||||
sidebarPath: "./sidebars.ts",
|
sidebarPath: "./sidebars.ts",
|
||||||
editUrl:
|
editUrl:
|
||||||
"https://github.com/Thiladev/effect-fc/tree/main/packages/docs/",
|
"https://github.com/Thiladev/effect-view/tree/main/packages/docs/",
|
||||||
lastVersion: "current",
|
lastVersion: "current",
|
||||||
versions: {
|
versions: {
|
||||||
current: {
|
current: {
|
||||||
@@ -85,7 +85,7 @@ const config: Config = {
|
|||||||
position: "right",
|
position: "right",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: "https://github.com/Thiladev/effect-fc",
|
href: "https://github.com/Thiladev/effect-view",
|
||||||
label: "GitHub",
|
label: "GitHub",
|
||||||
position: "right",
|
position: "right",
|
||||||
},
|
},
|
||||||
@@ -108,11 +108,11 @@ const config: Config = {
|
|||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "GitHub",
|
label: "GitHub",
|
||||||
href: "https://github.com/Thiladev/effect-fc",
|
href: "https://github.com/Thiladev/effect-view",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Example App",
|
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: {
|
prism: {
|
||||||
theme: prismThemes.github,
|
theme: prismThemes.github,
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ export default function Home(): ReactNode {
|
|||||||
</Link>
|
</Link>
|
||||||
<Link
|
<Link
|
||||||
className={styles.secondaryAction}
|
className={styles.secondaryAction}
|
||||||
to="https://github.com/Thiladev/effect-fc"
|
to="https://github.com/Thiladev/effect-view"
|
||||||
>
|
>
|
||||||
View on GitHub
|
View on GitHub
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
Reference in New Issue
Block a user