mirror of
https://github.com/waynesutton/markdown-site.git
synced 2026-01-12 04:09:14 +00:00
feat: Add MCP server fork setup instructions and update documentation
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user