diff --git a/docs/reviews.md b/docs/reviews.md new file mode 100644 index 0000000..6f38878 --- /dev/null +++ b/docs/reviews.md @@ -0,0 +1,7 @@ +--- +id: reviews +title: Token Reviews +sidebar_label: Reviews +--- + +Stuff about TE reviews goes here. diff --git a/docs/workshops.md b/docs/workshops.md new file mode 100644 index 0000000..11b5cda --- /dev/null +++ b/docs/workshops.md @@ -0,0 +1,7 @@ +--- +id: workshops +title: Token Engineering Workshops +sidebar_label: Workshops +--- + +Stuff about the TE workshops goes here. diff --git a/sidebars.js b/sidebars.js index 78df8b8..f17bfc1 100644 --- a/sidebars.js +++ b/sidebars.js @@ -10,5 +10,10 @@ module.exports = { [ 'te-101', ], + 'Token Engineering Services': + [ + 'reviews', + 'workshops', + ], }, };