diff --git a/docs/learn/tvm-instructions/tvm-instructions-overview.mdx b/docs/learn/tvm-instructions/instructions.mdx similarity index 90% rename from docs/learn/tvm-instructions/tvm-instructions-overview.mdx rename to docs/learn/tvm-instructions/instructions.mdx index f1aa583644..c49ffef342 100644 --- a/docs/learn/tvm-instructions/tvm-instructions-overview.mdx +++ b/docs/learn/tvm-instructions/instructions.mdx @@ -3,8 +3,8 @@ import { opcodes } from '@site/src/data/opcodes'; # TVM Instructions -:::caution advanced level -This information is **very low-level** and could be hard to understand for newcomers. +:::caution +Due to limitations in Docusaurus, the original TVM Instruction page had to be split into several pages. The single-page version moved in archive [here](/learn/archive/tvm-instructions). ::: ## Introduction @@ -63,3 +63,9 @@ Feel free to use the search field below to find a specific instruction: { key: 'doc_description', name: 'Description' }, ]} /> + + +### See Also + +* [Stack Manipulation](/learn/tvm-instructions/instructions/stack-manipulation) +* [[Archived One Page] TVM Instructions](/learn/archive/tvm-instructions) \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index 4d0c1a7a25..c3c4cc45b1 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -90,10 +90,6 @@ const config = { to: '/develop/smart-contracts/testing/overview', from: '/develop/smart-contracts/testing/tonstarter', }, - { - to: '/learn/archive/tvm-instructions', - from: '/learn/tvm-instructions/instructions', - }, ], }, ], diff --git a/sidebars.js b/sidebars.js index b47360a996..51608236df 100644 --- a/sidebars.js +++ b/sidebars.js @@ -488,7 +488,7 @@ const sidebars = { { type: 'doc', label: 'Overview', - id: 'learn/tvm-instructions/tvm-instructions-overview' + id: 'learn/tvm-instructions/instructions' }, { type: 'doc',