feat: Add MCP server fork setup instructions and update documentation

This commit is contained in:
Wayne Sutton
2025-12-27 22:54:51 -08:00
parent eb018f4156
commit e1e64a36ec
10 changed files with 549 additions and 23 deletions

View File

@@ -99,7 +99,6 @@ export default function Home() {
{/* Intro with JSX support for links */}
<p className="home-intro">
An open-source publishing framework built for AI agents and developers
<br></br>
to ship websites, docs, or blogs. <br></br>
<br /> Write markdown, sync from the terminal.{" "}
<a
@@ -245,9 +244,8 @@ export default function Home() {
)}
{/* Social footer section */}
{siteConfig.socialFooter?.enabled && siteConfig.socialFooter.showOnHomepage && (
<SocialFooter />
)}
{siteConfig.socialFooter?.enabled &&
siteConfig.socialFooter.showOnHomepage && <SocialFooter />}
</div>
);
}