added reviews and workshops to docs

This commit is contained in:
burrrata 2020-05-08 22:44:46 -04:00
parent 843b67e972
commit d99804141d
3 changed files with 19 additions and 0 deletions

7
docs/reviews.md Normal file
View File

@ -0,0 +1,7 @@
---
id: reviews
title: Token Reviews
sidebar_label: Reviews
---
Stuff about TE reviews goes here.

7
docs/workshops.md Normal file
View File

@ -0,0 +1,7 @@
---
id: workshops
title: Token Engineering Workshops
sidebar_label: Workshops
---
Stuff about the TE workshops goes here.

View File

@ -10,5 +10,10 @@ module.exports = {
[ [
'te-101', 'te-101',
], ],
'Token Engineering Services':
[
'reviews',
'workshops',
],
}, },
}; };