Add Effect v4 support, Fast Refresh tooling, and revamped docs #56

Merged
Thilawyn merged 133 commits from next into master 2026-07-26 02:32:59 +02:00
2 changed files with 8 additions and 8 deletions
Showing only changes of commit b91729888c - Show all commits
+7 -7
View File
@@ -18,12 +18,12 @@ const config: Config = {
url: "https://thiladev.github.io",
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
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,
+1 -1
View File
@@ -116,7 +116,7 @@ export default function Home(): ReactNode {
</Link>
<Link
className={styles.secondaryAction}
to="https://github.com/Thiladev/effect-fc"
to="https://github.com/Thiladev/effect-view"
>
View on GitHub
</Link>