-
Notifications
You must be signed in to change notification settings - Fork 7
New Information Architecture #622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 6 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
2fef6a1
tentatively scaffolds new folder structure—very breaking, much sad
nearestnabors 0ba0db6
Organize guides and resources.
nearestnabors f3c7c3a
Update all internal documentation links to new IA structure
nearestnabors 5ab7b91
Add server-side redirects for old URLs to new IA structure
nearestnabors 67c1e41
Fix remaining /home/ links throughout documentation
nearestnabors d9c3dab
🤖 Regenerate LLMs.txt
github-actions[bot] 0ec6ce3
fixing missing closing brackets
nearestnabors 227a074
fix broken has links
nearestnabors 4403e7e
fix duplicate links
nearestnabors dbd6b52
update broken links
nearestnabors 65f1489
more broken link and md fixes
nearestnabors dc0930c
fix moar links
nearestnabors 6b35fdd
update broken links
nearestnabors f8d1bae
correct infinite redirects
nearestnabors dfb98a1
fixing some messed up redirects and blank links
nearestnabors 926ca3f
🤖 Regenerate LLMs.txt
github-actions[bot] f75e216
fix auth providers url generation
nearestnabors e18b540
Fix 75 broken links and resolve routing issues
nearestnabors a04d222
fix: make documentation routing language-agnostic
nearestnabors 45db510
Update old redirect paths and remove knownRedirects from test file
nearestnabors 212ef26
update reroutes
nearestnabors 78af83c
remove and don't track .bak
nearestnabors b96e14e
fix malformed urls
nearestnabors 2ccfca6
Merge branch 'origin/main' into new-ia-backup - resolved conflicts
nearestnabors ca197e4
Rectifying merge conflicts
nearestnabors ee648dd
Merge branch 'origin/main' into new-ia-backup - resolved new conflicts
nearestnabors f41d1bf
🤖 Regenerate LLMs.txt
github-actions[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| import type { MetaRecord } from "nextra"; | ||
|
|
||
| export const meta: MetaRecord = { | ||
| "about-arcade": "About Arcade", | ||
| setup: "Setup", | ||
| quickstarts: "Quickstarts", | ||
| }; | ||
|
|
||
| export default meta; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| import type { MetaRecord } from "nextra"; | ||
|
|
||
| export const meta: MetaRecord = { | ||
| "call-tool-agent": "Call tools in agents", | ||
| "call-tool-client": "Call tools in IDE/MCP clients", | ||
| "mcp-server-quickstart": "Build an MCP server for custom tools", | ||
| }; | ||
|
|
||
| export default meta; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| import type { MetaRecord } from "nextra"; | ||
|
|
||
| export const meta: MetaRecord = { | ||
| "api-keys": "Get an API key", | ||
| "connect-arcade-docs": "Connect Arcade docs to your IDE", | ||
| }; | ||
|
|
||
| export default meta; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.