diff --git a/docs/python-quickstart.md b/docs/python-quickstart.md
index 8075537..2ada6a9 100644
--- a/docs/python-quickstart.md
+++ b/docs/python-quickstart.md
@@ -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
```
@@ -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)
- import Tabs from '@theme/Tabs';
+
diff --git a/sidebars.js b/sidebars.js
index 2438887..162fbdd 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -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',
@@ -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',
@@ -337,6 +336,7 @@ const sidebars = {
},
],
},
+ 'network-configuration',
'limitations',
{
type: 'html',