Open
Conversation
…sanov/docs into update/near_go_sdk_update
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>
…ts render correctly
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 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Update near go sdk documentation, add examples, add new sections, make go sdk, similar to rust, js, python sdk's.