From d98f934f0ef5397d7e15842fbf9bb6afe094907c Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 21 Nov 2018 16:22:19 +0100 Subject: [PATCH] add project management repos --- data/repositories.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/data/repositories.yml b/data/repositories.yml index f8392af0..9545997d 100644 --- a/data/repositories.yml +++ b/data/repositories.yml @@ -49,3 +49,19 @@ links: - name: Architecture url: /concepts/secret-store/ + +- group: Project Management + items: + - name: OEPs + links: + - name: OEP-01 + url: https://github.com/oceanprotocol/OEPs/tree/master/1 + - name: ocean + links: + - name: Business Board + url: https://github.com/oceanprotocol/ocean/projects/1 + - name: Development Board + url: https://github.com/oceanprotocol/ocean/projects/2 + - name: Research Board + url: https://github.com/oceanprotocol/ocean/projects/3 + - name: dev-ocean