Skip to content

Commit

Permalink
feat: improve difference in the naming
Browse files Browse the repository at this point in the history
  • Loading branch information
a-bahdanau committed Oct 16, 2024
1 parent af685cd commit 293c204
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions sidebars/develop.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = [
},
{
'type': 'html',
'value': '<span class=\'menu__link\'><b><small> Smart Contracts </small></b></span>',
'value': '<span class=\'menu__link\'><b><small> Smart Contracts Documentation </small></b></span>',
},
'develop/smart-contracts/README',
{
Expand Down Expand Up @@ -113,7 +113,7 @@ module.exports = [
},
{
'type': 'html',
'value': '<span class=\'menu__link\'><b><small> DApps </small></b></span>',
'value': '<span class=\'menu__link\'><b><small> DApps Documentation </small></b></span>',
},
{
type: 'category',
Expand Down Expand Up @@ -163,7 +163,7 @@ module.exports = [
},
{
'type': 'html',
'value': '<span class=\'menu__link\'><b><small> Infrastructure </small></b></span>',
'value': '<span class=\'menu__link\'><b><small> Infrastructure Documentation </small></b></span>',
},
'participate/explorers',
{
Expand Down Expand Up @@ -217,7 +217,7 @@ module.exports = [
},
{
'type': 'html',
'value': '<span class=\'menu__link\'><b><small> Networking </small></b></span>',
'value': '<span class=\'menu__link\'><b><small> Networking Documentation </small></b></span>',
},
{
type: 'category',
Expand Down Expand Up @@ -246,7 +246,7 @@ module.exports = [
},
{
'type': 'html',
'value': '<span class=\'menu__link\'><b><small> Data Formats </small></b></span>',
'value': '<span class=\'menu__link\'><b><small> Data Formats Documentation </small></b></span>',
},
{
type: 'category',
Expand Down Expand Up @@ -274,7 +274,7 @@ module.exports = [
},
{
'type': 'html',
'value': '<span class=\'menu__link\'><b><small> TON Virtual Machine (TVM) </small></b></span>',
'value': '<span class=\'menu__link\'><b><small> TON Virtual Machine (TVM) Documentation </small></b></span>',
},
'learn/tvm-instructions/tvm-overview',
'learn/tvm-instructions/tvm-initialization',
Expand All @@ -298,7 +298,7 @@ module.exports = [
},
{
'type': 'html',
'value': '<span class=\'menu__link\'><b><small> Quality Assurance & Outsource</small></b></span>',
'value': '<span class=\'menu__link\'><b><small> Quality Assurance & Outsource </small></b></span>',
},
'develop/companies/auditors',
'develop/companies/outsource',
Expand Down
10 changes: 5 additions & 5 deletions sidebars/guidelines.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = [
},
{
'type': 'html',
'value': '<span class=\'menu__link\'><b><small> Smart Contracts </small></b></span>',
'value': '<span class=\'menu__link\'><b><small> Smart Contracts Guidelines </small></b></span>',
},
'develop/smart-contracts/guidelines',
'develop/smart-contracts/guidelines/get-methods',
Expand Down Expand Up @@ -95,7 +95,7 @@ module.exports = [
},
{
'type': 'html',
'value': '<span class=\'menu__link\'><b><small> DApps </small></b></span>',
'value': '<span class=\'menu__link\'><b><small> DApps Guidelines </small></b></span>',
},
'develop/dapps/README',
'develop/dapps/cookbook',
Expand Down Expand Up @@ -197,7 +197,7 @@ module.exports = [
},
{
'type': 'html',
'value': '<span class=\'menu__link\'><b><small> MyTonCtrl & Blockchain Nodes </small></b></span>',
'value': '<span class=\'menu__link\'><b><small> MyTonCtrl & Blockchain Nodes Guidelines </small></b></span>',
},
{
type: 'category',
Expand All @@ -224,7 +224,7 @@ module.exports = [
},
{
'type': 'html',
'value': '<span class=\'menu__link\'><b><small> Integrate with TON </small></b></span>',
'value': '<span class=\'menu__link\'><b><small> TON Integration Guidelines </small></b></span>',
},
'develop/dapps/ton-connect/overview',
{
Expand Down Expand Up @@ -296,7 +296,7 @@ module.exports = [
},
{
'type': 'html',
'value': '<span class=\'menu__link\'><b><small> Web3 </small></b></span>',
'value': '<span class=\'menu__link\'><b><small> Web3 Guidelines </small></b></span>',
},
'participate/web3/overview',
{
Expand Down

0 comments on commit 293c204

Please sign in to comment.