added reviews and workshops to docs
This commit is contained in:
parent
843b67e972
commit
d99804141d
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
id: reviews
|
||||
title: Token Reviews
|
||||
sidebar_label: Reviews
|
||||
---
|
||||
|
||||
Stuff about TE reviews goes here.
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
id: workshops
|
||||
title: Token Engineering Workshops
|
||||
sidebar_label: Workshops
|
||||
---
|
||||
|
||||
Stuff about the TE workshops goes here.
|
||||
|
|
@ -10,5 +10,10 @@ module.exports = {
|
|||
[
|
||||
'te-101',
|
||||
],
|
||||
'Token Engineering Services':
|
||||
[
|
||||
'reviews',
|
||||
'workshops',
|
||||
],
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue