Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slugifies md file names. Adds sidebar positions. #30

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/14-AccessModes.md → docs/access-modes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 140
---

# Access Modes

![Access Modes](/img/public-private-permissioned-dark.svg#gh-dark-mode-only)  
Expand Down
1 change: 1 addition & 0 deletions docs/00-Front.md → docs/front.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
slug: /
sidebar_label: Intro
sidebar_position: 01
---

# Entropy Documentation
Expand Down
4 changes: 4 additions & 0 deletions docs/01-Intro.md → docs/intro.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 10
---

# 'Entrosplainer'

Entropy is a layer one chain for decentralized signing infrastructure.
Expand Down
3 changes: 3 additions & 0 deletions docs/10-JoiningTheNetwork.md → docs/joining-the-network.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
sidebar_position: 100
---

# Joining The Network

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
sidebar_position: 90
---

# Node Encryption and Authentication

Expand Down
3 changes: 3 additions & 0 deletions docs/12-ProactiveRefresh.md → docs/proactive-refresh.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
sidebar_position: 120
---

# Proactive Refresh

Expand Down
4 changes: 4 additions & 0 deletions docs/06-ProgramFeatures.md → docs/program-features.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 4 additions & 0 deletions docs/05-Register.md → docs/register.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 4 additions & 0 deletions docs/04-SDK.md → docs/sdk.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 40
---

# Software Development Kit

- [Source code](https://github.com/entropyxyz/entropy-js)
4 changes: 4 additions & 0 deletions docs/08-Sign.md → docs/sign.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 80
---


# Signing

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 150
---

# Signing Group Selection

- Signing groups are chosen and held on chain
Expand Down
3 changes: 3 additions & 0 deletions docs/13-Slashing.md → docs/slashing.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
sidebar_position: 130
---

# Slashing

Expand Down
4 changes: 4 additions & 0 deletions docs/02-Terminology.md → docs/terminology.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 20
---

# Terminology

- 'Entropy network' - the set of Entropy 'validators'.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
sidebar_position: 110
---

# Threshold Signature Scheme

Expand Down
4 changes: 4 additions & 0 deletions docs/07-UploadPrograms.md → docs/upload-programs.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 70
---

# Upload Program

Programs are written and compiled to WASM using this [repository](https://github.com/entropyxyz/programs)
Expand Down
3 changes: 3 additions & 0 deletions docs/03-Validators.md → docs/validators.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
sidebar_position: 30
---

# Entropy Validator Nodes

Expand Down