diff --git a/docs/14-AccessModes.md b/docs/access-modes.md similarity index 97% rename from docs/14-AccessModes.md rename to docs/access-modes.md index 84af93b2..d40ae44f 100644 --- a/docs/14-AccessModes.md +++ b/docs/access-modes.md @@ -1,3 +1,7 @@ +--- +sidebar_position: 140 +--- + # Access Modes ![Access Modes](/img/public-private-permissioned-dark.svg#gh-dark-mode-only)   diff --git a/docs/00-Front.md b/docs/front.md similarity index 96% rename from docs/00-Front.md rename to docs/front.md index 6c202b69..7b2e1c97 100644 --- a/docs/00-Front.md +++ b/docs/front.md @@ -1,6 +1,7 @@ --- slug: / sidebar_label: Intro +sidebar_position: 01 --- # Entropy Documentation diff --git a/docs/01-Intro.md b/docs/intro.md similarity index 99% rename from docs/01-Intro.md rename to docs/intro.md index bfaac484..9741953c 100644 --- a/docs/01-Intro.md +++ b/docs/intro.md @@ -1,3 +1,7 @@ +--- +sidebar_position: 10 +--- + # 'Entrosplainer' Entropy is a layer one chain for decentralized signing infrastructure. diff --git a/docs/10-JoiningTheNetwork.md b/docs/joining-the-network.md similarity index 97% rename from docs/10-JoiningTheNetwork.md rename to docs/joining-the-network.md index bd684630..8cc952c3 100644 --- a/docs/10-JoiningTheNetwork.md +++ b/docs/joining-the-network.md @@ -1,3 +1,6 @@ +--- +sidebar_position: 100 +--- # Joining The Network diff --git a/docs/09-NodeEncryptionAndAuthentication.md b/docs/node-encryption-and-authentication.md similarity index 96% rename from docs/09-NodeEncryptionAndAuthentication.md rename to docs/node-encryption-and-authentication.md index 56b9a0cb..567df5c0 100644 --- a/docs/09-NodeEncryptionAndAuthentication.md +++ b/docs/node-encryption-and-authentication.md @@ -1,3 +1,6 @@ +--- +sidebar_position: 90 +--- # Node Encryption and Authentication diff --git a/docs/12-ProactiveRefresh.md b/docs/proactive-refresh.md similarity index 98% rename from docs/12-ProactiveRefresh.md rename to docs/proactive-refresh.md index 5160a20d..dddce3ff 100644 --- a/docs/12-ProactiveRefresh.md +++ b/docs/proactive-refresh.md @@ -1,3 +1,6 @@ +--- +sidebar_position: 120 +--- # Proactive Refresh diff --git a/docs/06-ProgramFeatures.md b/docs/program-features.md similarity index 99% rename from docs/06-ProgramFeatures.md rename to docs/program-features.md index 2b47c84d..f6f06f2e 100644 --- a/docs/06-ProgramFeatures.md +++ b/docs/program-features.md @@ -1,3 +1,7 @@ +--- +sidebar_position: 60 +--- + # Overview of Programs Programs are the agents that decide what signing requests get signed. More concretely, they are [WebAssembly components][components] that implement an Entropy-specific [interface][wit-interface]. The only function a user must manually implement is `evaluate`, which takes the user's signature request as input and returns as successful or an error. If no error is returned, then the message in the signature request will be signed using the program's corrosponding keypair with the specified hashing algorithm. diff --git a/docs/05-Register.md b/docs/register.md similarity index 98% rename from docs/05-Register.md rename to docs/register.md index 71fd8967..7ea71b43 100644 --- a/docs/05-Register.md +++ b/docs/register.md @@ -1,3 +1,7 @@ +--- +sidebar_position: 50 +--- + # Registering A user needs to register in order to be able to use the Entropy network to sign messages. diff --git a/docs/04-SDK.md b/docs/sdk.md similarity index 74% rename from docs/04-SDK.md rename to docs/sdk.md index 0dfe8ad4..816f714d 100644 --- a/docs/04-SDK.md +++ b/docs/sdk.md @@ -1,3 +1,7 @@ +--- +sidebar_position: 40 +--- + # Software Development Kit - [Source code](https://github.com/entropyxyz/entropy-js) diff --git a/docs/08-Sign.md b/docs/sign.md similarity index 98% rename from docs/08-Sign.md rename to docs/sign.md index feb21cb3..976a34c9 100644 --- a/docs/08-Sign.md +++ b/docs/sign.md @@ -1,3 +1,7 @@ +--- +sidebar_position: 80 +--- + # Signing diff --git a/docs/15-SigningGroupSelection.md b/docs/signing-group-selection.md similarity index 92% rename from docs/15-SigningGroupSelection.md rename to docs/signing-group-selection.md index 0c97073d..23fda360 100644 --- a/docs/15-SigningGroupSelection.md +++ b/docs/signing-group-selection.md @@ -1,3 +1,7 @@ +--- +sidebar_position: 150 +--- + # Signing Group Selection - Signing groups are chosen and held on chain diff --git a/docs/13-Slashing.md b/docs/slashing.md similarity index 81% rename from docs/13-Slashing.md rename to docs/slashing.md index b4550bd3..4c8735f5 100644 --- a/docs/13-Slashing.md +++ b/docs/slashing.md @@ -1,3 +1,6 @@ +--- +sidebar_position: 130 +--- # Slashing diff --git a/docs/02-Terminology.md b/docs/terminology.md similarity index 98% rename from docs/02-Terminology.md rename to docs/terminology.md index c565eb7b..0e722df9 100644 --- a/docs/02-Terminology.md +++ b/docs/terminology.md @@ -1,3 +1,7 @@ +--- +sidebar_position: 20 +--- + # Terminology - 'Entropy network' - the set of Entropy 'validators'. diff --git a/docs/11-ThresholdSignatureScheme.md b/docs/threshold-signature-scheme.md similarity index 99% rename from docs/11-ThresholdSignatureScheme.md rename to docs/threshold-signature-scheme.md index 0ee1feef..af6f09d4 100644 --- a/docs/11-ThresholdSignatureScheme.md +++ b/docs/threshold-signature-scheme.md @@ -1,3 +1,6 @@ +--- +sidebar_position: 110 +--- # Threshold Signature Scheme diff --git a/docs/07-UploadPrograms.md b/docs/upload-programs.md similarity index 97% rename from docs/07-UploadPrograms.md rename to docs/upload-programs.md index 8eb267ed..5e8fc0da 100644 --- a/docs/07-UploadPrograms.md +++ b/docs/upload-programs.md @@ -1,3 +1,7 @@ +--- +sidebar_position: 70 +--- + # Upload Program Programs are written and compiled to WASM using this [repository](https://github.com/entropyxyz/programs) diff --git a/docs/03-Validators.md b/docs/validators.md similarity index 99% rename from docs/03-Validators.md rename to docs/validators.md index 3c4bbed5..3d9a99cb 100644 --- a/docs/03-Validators.md +++ b/docs/validators.md @@ -1,3 +1,6 @@ +--- +sidebar_position: 30 +--- # Entropy Validator Nodes