add titles to clef docs (#19384)

ChrisChinchilla-patch-1
Martin Holst Swende 6 years ago committed by GitHub
parent ab26ca1167
commit a2ad4047cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      docs/_clef/Overview.md
  2. 4
      docs/_clef/Rules.md
  3. 5
      docs/_clef/Setup.md
  4. 4
      docs/_clef/Tutorial.md
  5. 4
      docs/_clef/apis.md
  6. 5
      docs/_clef/datatypes.md

@ -1,3 +1,8 @@
---
title: Clef overview
---
Clef Clef
=== ===
_A reasonably secure wallet_ _A reasonably secure wallet_

@ -1,3 +1,7 @@
---
title: Rules
---
# Rules # Rules
The `signer` binary contains a ruleset engine, implemented with [OttoVM](https://github.com/robertkrimen/otto) The `signer` binary contains a ruleset engine, implemented with [OttoVM](https://github.com/robertkrimen/otto)

@ -1,3 +1,8 @@
---
title: Advanced setup
---
# Setting up Clef # Setting up Clef
This document describes how Clef can be used in a more secure manner than executing it from your everyday laptop, This document describes how Clef can be used in a more secure manner than executing it from your everyday laptop,

@ -1,3 +1,7 @@
---
title: Tutorial
---
## Initializing the signer ## Initializing the signer
First, initialize the master seed. First, initialize the master seed.

@ -1,3 +1,7 @@
---
title: Communication APIs
---
## Communication ## Communication
### External API ### External API

@ -1,3 +1,8 @@
---
title: Communication data types
---
## UI Client interface ## UI Client interface
These data types are defined in the channel between clef and the UI These data types are defined in the channel between clef and the UI

Loading…
Cancel
Save