updated footer

This commit is contained in:
burrrata 2020-05-08 22:38:11 -04:00
parent eb90508254
commit 843b67e972
3 changed files with 26 additions and 28 deletions

7
docs/te-book.md Normal file
View File

@ -0,0 +1,7 @@
---
id: te-book
title: TE Book
sidebar_label: TE Book
---
Stuff about the TE book goes here.

View File

@ -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',
},
],
},
],

View File

@ -113,7 +113,6 @@ const features = [
},
];
function Home() {
const context = useDocusaurusContext();
const {siteConfig = {}} = context;