Skip to content
Open
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
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 @@ -38,6 +38,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 @@ -52,7 +59,8 @@
"group": "AI",
"expanded": true,
"pages": [
"ecosystem/ai/mcp"
"ecosystem/ai/mcp",
"ecosystem/ai/wallets"
]
},
{
Expand Down Expand Up @@ -145,7 +153,6 @@
},
{
"group": "AppKit",
"tag": "new",
"pages": [
"ecosystem/appkit/overview",
"ecosystem/appkit/init",
Expand Down
Loading
Loading