Skip to content

Commit

Permalink
old_tvm_isntructions_400_resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
reveloper committed Nov 21, 2023
1 parent 4a44944 commit cfa9ad3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
4 changes: 0 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
],
},
],
Expand Down
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ const sidebars = {
{
type: 'doc',
label: 'Overview',
id: 'learn/tvm-instructions/tvm-instructions-overview'
id: 'learn/tvm-instructions/instructions'
},
{
type: 'doc',
Expand Down

0 comments on commit cfa9ad3

Please sign in to comment.