diff --git a/docs/_clef/Overview.md b/docs/_clef/Overview.md index 71da3833c..b39a02630 100644 --- a/docs/_clef/Overview.md +++ b/docs/_clef/Overview.md @@ -1,3 +1,8 @@ +--- +title: Clef overview +--- + + Clef === _A reasonably secure wallet_ diff --git a/docs/_clef/Rules.md b/docs/_clef/Rules.md index 327ba765c..32dc3fe9d 100644 --- a/docs/_clef/Rules.md +++ b/docs/_clef/Rules.md @@ -1,3 +1,7 @@ +--- +title: Rules +--- + # Rules The `signer` binary contains a ruleset engine, implemented with [OttoVM](https://github.com/robertkrimen/otto) diff --git a/docs/_clef/Setup.md b/docs/_clef/Setup.md index 33d2b0381..6af7fb0dc 100644 --- a/docs/_clef/Setup.md +++ b/docs/_clef/Setup.md @@ -1,3 +1,8 @@ +--- +title: Advanced setup +--- + + # Setting up Clef This document describes how Clef can be used in a more secure manner than executing it from your everyday laptop, diff --git a/docs/_clef/Tutorial.md b/docs/_clef/Tutorial.md index dfb31ba4e..d81387700 100644 --- a/docs/_clef/Tutorial.md +++ b/docs/_clef/Tutorial.md @@ -1,3 +1,7 @@ +--- +title: Tutorial +--- + ## Initializing the signer First, initialize the master seed. diff --git a/docs/_clef/apis.md b/docs/_clef/apis.md index 1de73931c..318aa9f9c 100644 --- a/docs/_clef/apis.md +++ b/docs/_clef/apis.md @@ -1,3 +1,7 @@ +--- +title: Communication APIs +--- + ## Communication ### External API diff --git a/docs/_clef/datatypes.md b/docs/_clef/datatypes.md index a26c1c937..36884a557 100644 --- a/docs/_clef/datatypes.md +++ b/docs/_clef/datatypes.md @@ -1,3 +1,8 @@ +--- +title: Communication data types +--- + + ## UI Client interface These data types are defined in the channel between clef and the UI