From 843b67e972c83a87fdae0c0110099d4dd70d9828 Mon Sep 17 00:00:00 2001 From: burrrata <42473928+burrrata@users.noreply.github.com> Date: Fri, 8 May 2020 22:38:11 -0400 Subject: [PATCH] updated footer --- docs/te-book.md | 7 +++++++ docusaurus.config.js | 46 ++++++++++++++++++-------------------------- src/pages/index.js | 1 - 3 files changed, 26 insertions(+), 28 deletions(-) create mode 100644 docs/te-book.md diff --git a/docs/te-book.md b/docs/te-book.md new file mode 100644 index 0000000..d86d965 --- /dev/null +++ b/docs/te-book.md @@ -0,0 +1,7 @@ +--- +id: te-book +title: TE Book +sidebar_label: TE Book +--- + +Stuff about the TE book goes here. diff --git a/docusaurus.config.js b/docusaurus.config.js index c2196b5..0e3448b 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -39,21 +39,34 @@ module.exports = { title: 'Learn', items: [ { - label: '👋 Introduction', - to: 'docs/introduction', + label: '📜 Blog', + to: 'blog', }, { label: '📚 Token Engineering 101', - to: 'docs/installation', + to: 'docs/te-101-materials', }, { - label: '📖 TE Book', - to: 'docs/migrating-from-v1-to-v2', + label: '📖 The Token Engineering Book', + to: 'docs/te-book', }, ], }, { - title: 'TE Channels', + title: 'TE Services', + items: [ + { + label: '💱 Token Reviews', + to: 'feedback', + }, + { + label: '⚙️ Workshops', + to: 'docs/next/support', + }, + ], + }, + { + title: 'TE Community', items: [ { label: '🦜 Twitter', @@ -63,29 +76,12 @@ module.exports = { label: '💬 Discord', href: 'https://discord.gg/gHvksh8', }, - { - label: '📜 Blog', - to: 'blog', - }, { label: '🐈 GitHub', href: 'https://github.com/tokenengineeringcommunity', }, ], }, - { - title: 'Other', - items: [ - { - label: '🔁 Feedback', - to: 'feedback', - }, - { - label: '🆘 Help', - to: 'docs/next/support', - }, - ], - }, { title: 'Placeholder', items: [ @@ -97,10 +93,6 @@ module.exports = { label: '🆘 Help', to: 'docs/next/support', }, - { - label: '🐈 GitHub', - href: 'https://github.com/tokenengineeringcommunity', - }, ], }, ], diff --git a/src/pages/index.js b/src/pages/index.js index 01005ec..feef3a7 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -113,7 +113,6 @@ const features = [ }, ]; - function Home() { const context = useDocusaurusContext(); const {siteConfig = {}} = context;