Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 0 additions & 53 deletions act-operator/python/quickstart-kr.mdx

This file was deleted.

94 changes: 0 additions & 94 deletions development.mdx

This file was deleted.

41 changes: 12 additions & 29 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
"groups": [
{
"group": "Overview",
"pages": ["index", "act-operator/overview"]
"pages": ["en/index", "en/act-operator/overview"]
},
{
"group": "Get started",
"icon": "rocket",
"pages": [
"act-operator/python/install",
"act-operator/python/quickstart",
"act-operator/python/template-architecture"
"en/act-operator/python/install",
"en/act-operator/python/quickstart",
"en/act-operator/python/template-architecture"
]
}
]
Expand Down Expand Up @@ -71,15 +71,15 @@
"groups": [
{
"group": "개요",
"pages": ["index-kr", "act-operator/overview-kr"]
"pages": ["ko/index", "ko/act-operator/overview"]
},
{
"group": "시작하기",
"icon": "rocket",
"pages": [
"act-operator/python/install-kr",
"act-operator/python/quickstart-kr",
"act-operator/python/template-architecture-kr"
"ko/act-operator/python/install",
"ko/act-operator/python/quickstart",
"ko/act-operator/python/template-architecture"
]
}
]
Expand All @@ -96,32 +96,15 @@
"links": [
{
"label": "Support",
"href": "mailto:hi@mintlify.com"
"href": "jh.park@cloocus.com"
}
],
"primary": {
"type": "button",
"label": "Dashboard",
"href": "https://dashboard.mintlify.com"
}
},
"contextual": {
"options": [
"copy",
"view",
"chatgpt",
"claude",
"perplexity",
"mcp",
"cursor",
"vscode"
]
},
"footer": {
"socials": {
"x": "https://x.com/mintlify",
"github": "https://github.com/mintlify",
"linkedin": "https://linkedin.com/company/mintlify"
"github": "https://github.com/Proact0/act-operator",
"linkedin": "https://www.linkedin.com/company/proact0",
"discord": "https://discord.gg/5sSByzYeWf"
}
}
}
6 changes: 3 additions & 3 deletions act-operator/overview.mdx → en/act-operator/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@ Design context and specifications for the project and each Cast.
## Next steps

<Columns cols={2}>
<Card title="Install" icon="download" href="/act-operator/python/install">
<Card title="Install" icon="download" href="/en/act-operator/python/install">
Install and setup details
</Card>
<Card title="QuickStart" icon="rocket" href="/act-operator/python/quickstart">
<Card title="QuickStart" icon="rocket" href="/en/act-operator/python/quickstart">
Go from zero to a working cast.
</Card>
<Card
title="Template Architecture"
icon="sitemap"
href="/act-operator/python/template-architecture"
href="/en/act-operator/python/template-architecture"
>
Understand the generated structure.
</Card>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ Act Operator will prompt for project details and generate a structured Act with
## Next steps

<Columns cols={2}>
<Card title="Quickstart" icon="rocket" href="/act-operator/python/quickstart">
<Card title="Quickstart" icon="rocket" href="/en/act-operator/python/quickstart">
Go from zero to a working cast
</Card>
<Card
title="Template Architecture"
icon="sitemap"
href="/act-operator/python/template-architecture"
href="/en/act-operator/python/template-architecture"
>
Understand the generated structure.
</Card>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ At this point, you have a working Act project with an initial Cast.
## Next steps

<Columns cols={2}>
<Card title="Overview" icon="map" href="/act-operator/overview">
<Card title="Overview" icon="map" href="/en/act-operator/overview">
Review concepts and vocabulary
</Card>
<Card
title="Template Architecture"
icon="sitemap"
href="/act-operator/python/template-architecture"
href="/en/act-operator/python/template-architecture"
>
Understand the generated structure.
</Card>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ The template includes two test areas:
## Next steps

<Columns cols={2}>
<Card title="Overview" icon="map" href="/act-operator/overview">
<Card title="Overview" icon="map" href="/en/act-operator/overview">
Review concepts and vocabulary
</Card>
<Card title="QuickStart" icon="rocket" href="/act-operator/python/quickstart">
<Card title="QuickStart" icon="rocket" href="/en/act-operator/python/quickstart">
Go from zero to a working cast.
</Card>
</Columns>
8 changes: 4 additions & 4 deletions index.mdx → en/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,19 @@ Each project includes built-in Skills that allow AI tools to:
Pick a path based on where you are:

<Columns cols={2}>
<Card title="Overview" icon="map" href="/act-operator/overview">
<Card title="Overview" icon="map" href="/en/act-operator/overview">
Concepts, features, and target use cases.
</Card>
<Card title="Install" icon="download" href="/act-operator/python/install">
<Card title="Install" icon="download" href="/en/act-operator/python/install">
Install and setup details for Python projects.
</Card>
<Card title="Quickstart" icon="rocket" href="/act-operator/python/quickstart">
<Card title="Quickstart" icon="rocket" href="/en/act-operator/python/quickstart">
Go from zero to a working cast fast.
</Card>
<Card
title="Template architecture"
icon="sitemap"
href="/act-operator/python/template-architecture"
href="/en/act-operator/python/template-architecture"
>
Understand the generated structure and conventions.
</Card>
Expand Down
35 changes: 0 additions & 35 deletions essentials/code.mdx

This file was deleted.

Loading