diff --git a/docs/_clef/Overview.md b/docs/_clef/Overview.md index 71da3833ce..b39a026306 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 327ba765c5..32dc3fe9db 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 33d2b0381f..6af7fb0dc7 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 dfb31ba4ef..d813877009 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 1de73931cf..318aa9f9c4 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 a26c1c9375..36884a5576 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