Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
9b2d5c9
feat(ai): revamp of the AI section — recreate the MCP server page spe…
novusnota Mar 18, 2026
d5a362c
Partial codeowners setup
novusnota Mar 18, 2026
7fa79ae
move caution lower
novusnota Mar 18, 2026
1367b0e
spelling
novusnota Mar 18, 2026
a2c0c35
better
novusnota Mar 18, 2026
bec51b8
shell -> bash
novusnota Mar 18, 2026
a569a03
typo
novusnota Mar 18, 2026
b82b353
clarification
novusnota Mar 18, 2026
5787bfd
dont show agentic wallet version in single-wallet mode snippets
novusnota Mar 18, 2026
95135bc
enhancements and improvements from the reviews
novusnota Mar 19, 2026
cf74203
fmt
novusnota Mar 19, 2026
8c26246
Merge branch 'main' into closes-1954-and-1948/artificial-insufficiency
novusnota Mar 19, 2026
ef0acb4
narrow the codeowners
novusnota Mar 19, 2026
146fb2f
move the new tag from AppKit onto AI pages
novusnota Mar 20, 2026
e97e20a
Merge branch 'main' into closes-1954-and-1948/artificial-insufficiency
novusnota Mar 20, 2026
6ce9dd5
Merge branch 'main' into closes-1954-and-1948/artificial-insufficiency
novusnota Mar 23, 2026
1774c3b
new link to the dashboard
novusnota Mar 24, 2026
627a934
skills
novusnota Mar 24, 2026
7e1adc6
less verbose
novusnota Mar 24, 2026
ab67b95
less emphasis on Toncoin
novusnota Mar 24, 2026
9c4c16a
sub-wallets are not yet supported
novusnota Mar 24, 2026
26622a8
http **server**
novusnota Mar 24, 2026
f74f484
Merge branch 'main' into closes-1954-and-1948/artificial-insufficiency
novusnota Mar 24, 2026
705ed6b
Merge branch 'main' into closes-1954-and-1948/artificial-insufficiency
novusnota Mar 24, 2026
8ba062f
serverless fix
novusnota Mar 24, 2026
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
6 changes: 6 additions & 0 deletions .cspell.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@
"!deny-list", // turns off the dictionary
"!2lw-deny-list", // turns off the dictionary
]
},
{
"filename": "ecosystem/ai/mcp.mdx",
"ignoreWords": [
"mcp",
],
}
],
"ignorePaths": [
Expand Down
29 changes: 29 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Default to the documentation team when there are no specific matches
* @ton-org/docs

##
# CI
##

/.github/ @novusnota

##
# Contributing and components
##

/contribute/ @novusnota @aigerimu

##
# AI
##

/ecosystem/ai/mcp.mdx @TrueCarry @thekiba
/ecosystem/ai/wallets.mdx @TrueCarry @thekiba

##
# TON Connect, AppKit, WalletKit
##

/ecosystem/ton-connect/ @TrueCarry @thekiba
/ecosystem/appkit/ @TrueCarry @thekiba
/ecosystem/walletkit/ @TrueCarry @thekiba
11 changes: 9 additions & 2 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@
"vscode"
]
},
"navbar": {
"primary": {
"type": "button",
"label": "Docs for LLMs: llms.txt",
"href": "https://docs.ton.org/llms.txt"
}
},
"navigation": {
"pages": [
"start-here",
Expand All @@ -67,7 +74,8 @@
"group": "AI",
"expanded": true,
"pages": [
"ecosystem/ai/mcp"
"ecosystem/ai/mcp",
"ecosystem/ai/wallets"
]
},
{
Expand Down Expand Up @@ -160,7 +168,6 @@
},
{
"group": "AppKit",
"tag": "new",
"pages": [
"ecosystem/appkit/overview",
"ecosystem/appkit/init",
Expand Down
Loading
Loading