Skip to content

Commit 449b99a

Browse files
committed
Fix docs redirect: Remove 2-second delay and implement instant redirection
1 parent 39b11b4 commit 449b99a

22 files changed

Lines changed: 729 additions & 71 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
async function getMod() {
2+
return import('./first-agent.fac67650.js');
3+
}
4+
const collectedLinks = "@@ASTRO-LINKS@@";
5+
const collectedStyles = "@@ASTRO-STYLES@@";
6+
const collectedScripts = "@@ASTRO-SCRIPTS@@";
7+
const defaultMod = { __astroPropagation: true, getMod, collectedLinks, collectedStyles, collectedScripts };
8+
9+
export { defaultMod as default };

docs/assets/first-agent.df82c7c8.js

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/first-agent.fac67650.js

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
const id = "3. test/installation.md";
2+
const collection = "docs";
3+
const slug = "3-test/installation";
4+
const body = "\n\nThis guide will help you install MoFA and set up your development environment.\n\n## Prerequisites\n\nBefore installing MoFA, make sure you have:\n\n- **Python 3.8 or higher**\n- **pip package manager**\n- **Git** (for cloning repositories)\n- At least **4GB of RAM**\n\n## Installation Methods\n\n### Method 1: Install via pip (Recommended)\n\nThe easiest way to install MoFA is using pip:\n\n```bash\npip install mofa\n```\n\n### Method 2: Install from Source\n\nFor development or the latest features:\n\n```bash\n# Clone the repository\ngit clone https://github.com/moxin-org/mofa.git\ncd mofa\n\n# Install in development mode\npip install -e .\n```\n\n## Verify Installation\n\nTo verify that MoFA is installed correctly:\n\n```python\nimport mofa\nprint(mofa.__version__)\n```\n";
5+
const data = {title:"Installation",description:"How to install MoFA and set up your development environment"};
6+
const _internal = {
7+
type: 'content',
8+
filePath: "/Users/liyao/Code/mofa-org.github.io/mofa-website/src/content/docs/3. test/installation.md",
9+
rawData: "\ntitle: Installation\ndescription: How to install MoFA and set up your development environment",
10+
};
11+
12+
export { _internal, body, collection, data, id, slug };
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
async function getMod() {
2+
return import('./installation.95a83bec.js');
3+
}
4+
const collectedLinks = "@@ASTRO-LINKS@@";
5+
const collectedStyles = "@@ASTRO-STYLES@@";
6+
const collectedScripts = "@@ASTRO-SCRIPTS@@";
7+
const defaultMod = { __astroPropagation: true, getMod, collectedLinks, collectedStyles, collectedScripts };
8+
9+
export { defaultMod as default };

docs/assets/installation.95a83bec.js

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)