mirror of https://github.com/status-im/specs.git
clean up docs headers, add layout to all
Splits docs to use three different `permalink` paths: - `/raw/` - `/draft/` - `/stable/` Otherwise docs like these clash and only one is accessible: ``` docs/draft/3-whisper-usage.md docs/stable/3-whisper-usage.md ``` ``` docs/draft/6-payloads.md docs/stable/6-payloads.md ``` Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
d993eb148f
commit
6ba977e701
|
@ -1,3 +1,8 @@
|
|||
---
|
||||
permalink: /development
|
||||
title: DEVELOPMENT
|
||||
layout: default
|
||||
---
|
||||
# Description
|
||||
|
||||
This file explains the process of local development for this repository.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: default
|
||||
permalink: /style-guideline
|
||||
title: STYLE-GUIDELINE
|
||||
layout: default
|
||||
---
|
||||
|
||||
# Style guidelines for Status client specifications
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
permalink: /spec/12
|
||||
parent: Draft specs
|
||||
permalink: /draft/12
|
||||
title: 12/IPFS gateway for Sticker Pack
|
||||
parent: Draft specs
|
||||
layout: default
|
||||
---
|
||||
|
||||
# 12/IPFS gateway for Sticker Pack
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
permalink: /spec/13
|
||||
parent: Draft specs
|
||||
permalink: /draft/13
|
||||
title: 13/3RD-PARTY-USAGE
|
||||
parent: Draft specs
|
||||
layout: default
|
||||
---
|
||||
|
||||
# 13/3RD-PARTY
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
title: Dapp browser API usage
|
||||
permalink: /draft/14
|
||||
title: 14/Dapp browser API usage
|
||||
version: 0.1.0
|
||||
permalink: /spec/14
|
||||
parent: Draft specs
|
||||
status: Draft
|
||||
authors:
|
||||
layout: default
|
||||
---
|
||||
|
||||
# Dapp browser API usage
|
||||
|
|
|
@ -1,11 +1,18 @@
|
|||
---
|
||||
permalink: /spec/15
|
||||
parent: Stable specs
|
||||
permalink: /draft/15
|
||||
title: 15/NOTIFICATIONS
|
||||
parent: Stable specs
|
||||
layout: default
|
||||
---
|
||||
|
||||
# 15/NOTIFICATIONS
|
||||
|
||||
> Version: 0.1
|
||||
>
|
||||
> Status: Draft
|
||||
>
|
||||
> Authors: Eric Dvorsak <eric@status.im>
|
||||
|
||||
## Local Notifications
|
||||
|
||||
A client should implement local notifications to offer notifications for any event in the app without the privacy cost and dependency on third party services. This means that the client should run a background service to continuously or periodically check for updates.
|
|
@ -1,11 +1,12 @@
|
|||
---
|
||||
permalink: /draft/16
|
||||
title: 16/Keycard Usage for Wallet and Chat Keys
|
||||
version: 0.1
|
||||
status: Draft
|
||||
parent: Draft specs
|
||||
authors: Roman Volosovskyi <roman@status.im>
|
||||
permalink: /specs/16
|
||||
redirect_from:
|
||||
- /keycard.html
|
||||
layout: default
|
||||
---
|
||||
|
||||
## Table of Contents
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
permalink: /spec/3
|
||||
parent: Draft specs
|
||||
permalink: /draft/3
|
||||
title: 3/WHISPER-USAGE
|
||||
parent: Draft specs
|
||||
layout: default
|
||||
---
|
||||
|
||||
# 3/WHISPER-USAGE
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
permalink: /spec/6
|
||||
parent: Draft specs
|
||||
permalink: /draft/6
|
||||
title: 6/PAYLOADS
|
||||
parent: Draft specs
|
||||
layout: default
|
||||
---
|
||||
|
||||
# 6/PAYLOADS
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
permalink: /spec/7
|
||||
parent: Draft specs
|
||||
permalink: /draft/7
|
||||
title: 7/GROUP-CHAT
|
||||
parent: Draft specs
|
||||
layout: default
|
||||
---
|
||||
|
||||
# 7/GROUP-CHAT
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: default
|
||||
permalink: /draft/
|
||||
title: Draft specs
|
||||
nav_order: 2
|
||||
has_children: true
|
||||
permalink: /specs/draft
|
||||
layout: default
|
||||
---
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
permalink: /spec/16
|
||||
parent: Stable specs
|
||||
permalink: /raw/16
|
||||
title: 16/PUSH-NOTIFICATION-SERVER
|
||||
parent: Raw specs
|
||||
layout: default
|
||||
---
|
||||
|
||||
# 16/PUSH-NOTIFICATION-SERVER
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: default
|
||||
title: Raw specs
|
||||
permalink: /specs/raw
|
||||
permalink: /raw/
|
||||
nav_order: 2
|
||||
has_children: true
|
||||
layout: default
|
||||
---
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
permalink: /spec/1
|
||||
parent: Stable specs
|
||||
title: 1/CLIENT
|
||||
parent: Stable specs
|
||||
layout: default
|
||||
---
|
||||
|
||||
# 1/CLIENT
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
permalink: /spec/10
|
||||
parent: Stable specs
|
||||
title: 10/WAKU-USAGE
|
||||
parent: Stable specs
|
||||
layout: default
|
||||
---
|
||||
|
||||
# 10/WAKU-USAGE
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
permalink: /spec/11
|
||||
parent: Stable specs
|
||||
title: 11/WAKU-MAILSERVER
|
||||
parent: Stable specs
|
||||
layout: default
|
||||
---
|
||||
|
||||
# 11/WAKU-MAILSERVER
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
permalink: /spec/2
|
||||
parent: Stable specs
|
||||
title: 2/ACCOUNT
|
||||
parent: Stable specs
|
||||
layout: default
|
||||
---
|
||||
|
||||
# 2/ACCOUNT
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
permalink: /spec/3
|
||||
parent: Stable specs
|
||||
title: 3/WHISPER-USAGE
|
||||
parent: Stable specs
|
||||
layout: default
|
||||
---
|
||||
|
||||
# 3/WHISPER-USAGE
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
permalink: /spec/4
|
||||
parent: Stable specs
|
||||
title: 4/WHISPER-MAILSERVER
|
||||
parent: Stable specs
|
||||
layout: default
|
||||
---
|
||||
|
||||
# 4/WHISPER-MAILSERVER
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
permalink: /spec/5
|
||||
parent: Stable specs
|
||||
title: 5/SECURE-TRANSPORT
|
||||
parent: Stable specs
|
||||
layout: default
|
||||
---
|
||||
|
||||
# 5/SECURE-TRANSPORT
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
permalink: /spec/6
|
||||
parent: Stable specs
|
||||
title: 6/PAYLOADS
|
||||
parent: Stable specs
|
||||
layout: default
|
||||
---
|
||||
|
||||
# 6/PAYLOADS
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
permalink: /spec/8
|
||||
parent: Stable specs
|
||||
title: 8/EIPS
|
||||
parent: Stable specs
|
||||
layout: default
|
||||
---
|
||||
|
||||
# 8/EIPS
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
permalink: /spec/9
|
||||
parent: Stable specs
|
||||
title: 9/ETHEREUM-USAGE
|
||||
parent: Stable specs
|
||||
layout: default
|
||||
---
|
||||
|
||||
# 9/ETHEREUM-USAGE
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: default
|
||||
permalink: /spec/
|
||||
title: Stable specs
|
||||
nav_order: 1
|
||||
has_children: true
|
||||
permalink: /specs/stable
|
||||
layout: default
|
||||
---
|
|
@ -70,6 +70,7 @@ Diffie
|
|||
discoverable
|
||||
DNS
|
||||
DoS
|
||||
Dvorsak
|
||||
ECDSA
|
||||
ecies
|
||||
ECIES
|
||||
|
|
Loading…
Reference in New Issue