Skip to content

Commit

Permalink
Update side menu sections to be links.
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv committed Jun 3, 2024
1 parent 3e63b4f commit 9da5363
Showing 1 changed file with 140 additions and 0 deletions.
140 changes: 140 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ module.exports = {
{
type: 'category',
label: 'About Mina',
link: {
type: 'doc',
id: 'about-mina/index',
},
items: [
'about-mina/index',
'about-mina/what-are-zero-knowledge-proofs',
Expand All @@ -21,6 +25,10 @@ module.exports = {
{
type: 'category',
label: 'Using Mina',
link: {
type: 'doc',
id: 'using-mina/install-a-wallet',
},
items: [
'using-mina/install-a-wallet',
'using-mina/ledger-hardware-wallet',
Expand All @@ -32,10 +40,18 @@ module.exports = {
{
type: 'category',
label: 'zkApp Developers',
link: {
type: 'doc',
id: 'zkapps/o1js/index',
},
items: [
{
type: 'category',
label: 'o1js',
link: {
type: 'doc',
id: 'zkapps/o1js/index',
},
items: [
'zkapps/o1js/index',
'zkapps/o1js/basic-concepts',
Expand All @@ -52,11 +68,19 @@ module.exports = {
{
type: 'category',
label: 'zkApps',
link: {
type: 'doc',
id: 'zkapps/writing-a-zkapp/index',
},
items: [
'zkapps/writing-a-zkapp/index',
{
type: 'category',
label: 'Introduction to zkApps',
link: {
type: 'doc',
id: 'zkapps/writing-a-zkapp/introduction-to-zkapps/how-zkapps-work',
},
items: [
'zkapps/writing-a-zkapp/introduction-to-zkapps/how-zkapps-work',
'zkapps/writing-a-zkapp/introduction-to-zkapps/install-zkapp-cli',
Expand All @@ -74,6 +98,10 @@ module.exports = {
{
type: 'category',
label: 'Feature Overview',
link: {
type: 'doc',
id: 'zkapps/writing-a-zkapp/feature-overview/on-chain-values',
},
items: [
'zkapps/writing-a-zkapp/feature-overview/on-chain-values',
'zkapps/writing-a-zkapp/feature-overview/offchain-storage',
Expand All @@ -90,6 +118,10 @@ module.exports = {
{
type: 'category',
label: 'Advanced',
link: {
type: 'doc',
id: 'zkapps/advanced/experimental',
},
items: [
'zkapps/advanced/experimental',
'zkapps/advanced/zkapps-for-ethereum-developers',
Expand All @@ -98,6 +130,10 @@ module.exports = {
{
type: 'category',
label: 'Tutorials',
link: {
type: 'doc',
id: 'zkapps/tutorials/index',
},
items: [
'zkapps/tutorials/index',
'zkapps/tutorials/hello-world',
Expand All @@ -116,6 +152,10 @@ module.exports = {
{
type: 'category',
label: 'o1js Reference',
link: {
type: 'doc',
id: 'zkapps/o1js-reference/README',
},
items: [
{
type: 'doc',
Expand All @@ -125,6 +165,10 @@ module.exports = {
{
type: 'category',
label: 'Classes',
link: {
type: 'doc',
id: 'zkapps/o1js-reference/classes/AccountUpdate',
},
items: [
{
type: 'doc',
Expand Down Expand Up @@ -351,6 +395,10 @@ module.exports = {
{
type: 'category',
label: 'Functions',
link: {
type: 'doc',
id: 'zkapps/o1js-reference/functions/Bytes',
},
items: [
{
type: 'doc',
Expand Down Expand Up @@ -582,6 +630,10 @@ module.exports = {
{
type: 'category',
label: 'Interfaces',
link: {
type: 'doc',
id: 'zkapps/o1js-reference/interfaces/Permissions',
},
items: [
{
type: 'doc',
Expand All @@ -593,10 +645,18 @@ module.exports = {
{
type: 'category',
label: 'Namespaces',
link: {
type: 'doc',
id: 'zkapps/o1js-reference/namespaces/Crypto/README',
},
items: [
{
type: 'category',
label: 'Crypto',
link: {
type: 'doc',
id: 'zkapps/o1js-reference/namespaces/Crypto/README',
},
items: [
{
type: 'doc',
Expand All @@ -606,6 +666,10 @@ module.exports = {
{
type: 'category',
label: 'Type-Aliases',
link: {
type: 'doc',
id: 'zkapps/o1js-reference/namespaces/Crypto/type-aliases/Curve',
},
items: [
{
type: 'doc',
Expand All @@ -624,6 +688,10 @@ module.exports = {
{
type: 'category',
label: 'Encryption',
link: {
type: 'doc',
id: 'zkapps/o1js-reference/namespaces/Encryption/README',
},
items: [
{
type: 'doc',
Expand All @@ -633,6 +701,10 @@ module.exports = {
{
type: 'category',
label: 'Functions',
link: {
type: 'doc',
id: 'zkapps/o1js-reference/namespaces/Encryption/functions/decrypt',
},
items: [
{
type: 'doc',
Expand All @@ -651,6 +723,10 @@ module.exports = {
{
type: 'category',
label: 'Experimental',
link: {
type: 'doc',
id: 'zkapps/o1js-reference/namespaces/Experimental/README',
},
items: [
{
type: 'doc',
Expand All @@ -660,6 +736,10 @@ module.exports = {
{
type: 'category',
label: 'Classes',
link: {
type: 'doc',
id: 'zkapps/o1js-reference/namespaces/Experimental/classes/OffchainStateCommitments',
},
items: [
{
type: 'doc',
Expand All @@ -671,6 +751,10 @@ module.exports = {
{
type: 'category',
label: 'Functions',
link: {
type: 'doc',
id: 'zkapps/o1js-reference/namespaces/Experimental/functions/OffchainState',
},
items: [
{
type: 'doc',
Expand All @@ -689,6 +773,10 @@ module.exports = {
{
type: 'category',
label: 'Lightnet',
link: {
type: 'doc',
id: 'zkapps/o1js-reference/namespaces/Lightnet/README',
},
items: [
{
type: 'doc',
Expand All @@ -698,6 +786,10 @@ module.exports = {
{
type: 'category',
label: 'Functions',
link: {
type: 'doc',
id: 'zkapps/o1js-reference/namespaces/Lightnet/functions/acquireKeyPair',
},
items: [
{
type: 'doc',
Expand All @@ -721,6 +813,10 @@ module.exports = {
{
type: 'category',
label: 'Mina',
link: {
type: 'doc',
id: 'zkapps/o1js-reference/namespaces/Mina/README',
},
items: [
{
type: 'doc',
Expand All @@ -730,6 +826,10 @@ module.exports = {
{
type: 'category',
label: 'Functions',
link: {
type: 'doc',
id: 'zkapps/o1js-reference/namespaces/Mina/functions/LocalBlockchain',
},
items: [
{
type: 'doc',
Expand Down Expand Up @@ -841,10 +941,18 @@ module.exports = {
{
type: 'category',
label: 'Namespaces',
link: {
type: 'doc',
id: 'zkapps/o1js-reference/namespaces/Mina/namespaces/TestPublicKey/README',
},
items: [
{
type: 'category',
label: 'TestPublicKey',
link: {
type: 'doc',
id: 'zkapps/o1js-reference/namespaces/Mina/namespaces/TestPublicKey/README',
},
items: [
{
type: 'doc',
Expand All @@ -854,6 +962,10 @@ module.exports = {
{
type: 'category',
label: 'Functions',
link: {
type: 'doc',
id: 'zkapps/o1js-reference/namespaces/Mina/namespaces/TestPublicKey/functions/random',
},
items: [
{
type: 'doc',
Expand All @@ -867,6 +979,10 @@ module.exports = {
{
type: 'category',
label: 'Transaction',
link: {
type: 'doc',
id: 'zkapps/o1js-reference/namespaces/Mina/namespaces/Transaction/README',
},
items: [
{
type: 'doc',
Expand All @@ -876,6 +992,10 @@ module.exports = {
{
type: 'category',
label: 'Functions',
link: {
type: 'doc',
id: 'zkapps/o1js-reference/namespaces/Mina/namespaces/Transaction/functions/fromJSON',
},
items: [
{
type: 'doc',
Expand All @@ -891,6 +1011,10 @@ module.exports = {
{
type: 'category',
label: 'Type-Aliases',
link: {
type: 'doc',
id: 'zkapps/o1js-reference/namespaces/Mina/type-aliases/ActionStates',
},
items: [
{
type: 'doc',
Expand Down Expand Up @@ -947,6 +1071,10 @@ module.exports = {
{
type: 'category',
label: 'Variables',
link: {
type: 'doc',
id: 'zkapps/o1js-reference/namespaces/Mina/variables/activeInstance',
},
items: [
{
type: 'doc',
Expand All @@ -962,6 +1090,10 @@ module.exports = {
{
type: 'category',
label: 'Type-Aliases',
link: {
type: 'doc',
id: 'zkapps/o1js-reference/type-aliases/Account',
},
items: [
{
type: 'doc',
Expand Down Expand Up @@ -1143,6 +1275,10 @@ module.exports = {
{
type: 'category',
label: 'Variables',
link: {
type: 'doc',
id: 'zkapps/o1js-reference/variables/Account',
},
items: [
{
type: 'doc',
Expand Down Expand Up @@ -1413,6 +1549,10 @@ module.exports = {
{
type: 'category',
label: 'Participate',
link: {
type: 'doc',
id: 'participate/online-communities',
},
items: [
'participate/online-communities',
'participate/office-hours',
Expand Down

0 comments on commit 9da5363

Please sign in to comment.