Skip to content

Commit

Permalink
Merge pull request #90 from NillionNetwork/chore/sidebar-clients
Browse files Browse the repository at this point in the history
chore: sidebar hierachy + small changes to Python Quickstart
  • Loading branch information
oceans404 authored Aug 29, 2024
2 parents 21a02cd + fcd8851 commit 992993b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
3 changes: 2 additions & 1 deletion docs/python-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ We will write the following code within the `quickstart/client_code` directory i
```bash
cd client_code
mv run_my_first_program.py secret_addition.py
python3 secret_addition.py
```
Expand All @@ -434,4 +435,4 @@ Congratulations, you've successfully written your first single party Nada progra
- Tutorials:
- [Voting schemes](https://github.com/NillionNetwork/python-examples/tree/main/examples_and_tutorials/voting_tutorial)
- [Millionaire's tutorial](https://github.com/NillionNetwork/python-examples/tree/main/examples_and_tutorials/millionaires_problem_example)
<IframeVideo videoSrc="https://www.loom.com/embed/d77604f001be4293b1b0c72c67620071?sid=d8dba7d7-0643-47cf-bf44-8b8b33c18cd6"/>import Tabs from '@theme/Tabs';
<IframeVideo videoSrc="https://www.loom.com/embed/d77604f001be4293b1b0c72c67620071?sid=d8dba7d7-0643-47cf-bf44-8b8b33c18cd6"/>
38 changes: 19 additions & 19 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,25 +70,6 @@ const sidebars = {
defaultStyle: true,
},
'start-building',
'network-configuration',
{
type: 'category',
label: 'Nillion SDK and Tools',
link: {
type: 'doc',
id: 'nillion-sdk-and-tools',
},
items: [
'installation',
'nilup',
'nillion',
'nillion-devnet',
'node-key2peerid',
'nada',
'pynadac',
'nada-run',
],
},
{
type: 'category',
label: 'Nillion Clients',
Expand Down Expand Up @@ -195,6 +176,24 @@ const sidebars = {
},
],
},
{
type: 'category',
label: 'Nillion SDK and Tools',
link: {
type: 'doc',
id: 'nillion-sdk-and-tools',
},
items: [
'installation',
'nilup',
'nillion',
'nillion-devnet',
'node-key2peerid',
'nada',
'pynadac',
'nada-run',
],
},
{
type: 'category',
label: 'Nada Language',
Expand Down Expand Up @@ -337,6 +336,7 @@ const sidebars = {
},
],
},
'network-configuration',
'limitations',
{
type: 'html',
Expand Down

0 comments on commit 992993b

Please sign in to comment.