Skip to content

Update/near go sdk update#3004

Open
Emir-Asanov wants to merge 20 commits intonear:masterfrom
Emir-Asanov:update/near_go_sdk_update
Open

Update/near go sdk update#3004
Emir-Asanov wants to merge 20 commits intonear:masterfrom
Emir-Asanov:update/near_go_sdk_update

Conversation

@Emir-Asanov
Copy link
Copy Markdown

Update near go sdk documentation, add examples, add new sections, make go sdk, similar to rust, js, python sdk's.

Emir-Asanov and others added 20 commits March 16, 2026 09:47
NEAR docs migrated from Docusaurus to Mintlify, renaming docs/smart-contracts/*.md
to smart-contracts/*.mdx and updating component syntax (TabItem→Tab, CodeTabs→CodeGroup,
:::tip→<Tip>, etc.).

Conflict resolution: kept all Go tab content (near-go-examples GitHub links, code
snippets, comment-directive explanations) while adopting upstream Mintlify syntax.
Kept our modified website/src/components/UI/Codetabs/index.js (upstream deleted it).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replace all Go tab inline ```go ... ``` blocks + separate "See full example
on GitHub" div links with the <Github fname="..." language="go" url="..."
start="..." end="..." /> component, matching the format used by Rust/JS/Python.

Affected files:
- quickstart.mdx: 4 auction sections (state/init, bid, claim, view methods)
- anatomy/actions.mdx: 7 sections (transfer, fn call, subaccount, account, deploy, keys, delete)
- anatomy/collections.mdx: 9 sections (vector, lookup map, unordered map, lookup set, unordered set, tree map, nested, pagination + init)
- anatomy/yield-resume.mdx: 3 sections (ask assistant, respond, return response)
- release/deploy.mdx: near-go build command tab
- testing/integration-test.mdx: convert :::tip to <Tip> with markdown link

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@vlmoon99
Copy link
Copy Markdown
Contributor

Hi, I want to confirm that it's a part of Near GO SDK contribution, and I already reviewed it and can say that both code and docs good and write in the correct way, if you will have any questions or maybe we need to change something - ping me here and Emir as well we will perform all necessary changes in order to add new Near GO SDK documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: NEW❗

Development

Successfully merging this pull request may close these issues.

2 participants