Skip to content

Commit 4e013a6

Browse files
fix: adjusted the order of the tutorials page for .env to be the final page
1 parent 710fba4 commit 4e013a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sidebars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ const sidebars: SidebarsConfig = {
2323
'tutorials/polykey-cli/bootstrapping',
2424
'tutorials/polykey-cli/managing-vaults',
2525
'tutorials/polykey-cli/managing-secrets',
26-
'tutorials/polykey-cli/using-environment-variables',
2726
'tutorials/polykey-cli/claiming-digital-identities',
2827
'tutorials/polykey-cli/discovering-other-users',
2928
'tutorials/polykey-cli/sharing-vaults',
3029
'tutorials/polykey-cli/managing-multiple-nodes',
30+
'tutorials/polykey-cli/using-environment-variables',
3131
],
3232
},
3333
{

0 commit comments

Comments
 (0)