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', title: 'Learn',
items: [ items: [
{ {
label: '👋 Introduction', label: '📜 Blog',
to: 'docs/introduction', to: 'blog',
}, },
{ {
label: '📚 Token Engineering 101', label: '📚 Token Engineering 101',
to: 'docs/installation', to: 'docs/te-101-materials',
}, },
{ {
label: '📖 TE Book', label: '📖 The Token Engineering Book',
to: 'docs/migrating-from-v1-to-v2', 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: [ items: [
{ {
label: '🦜 Twitter', label: '🦜 Twitter',
@ -63,29 +76,12 @@ module.exports = {
label: '💬 Discord', label: '💬 Discord',
href: 'https://discord.gg/gHvksh8', href: 'https://discord.gg/gHvksh8',
}, },
{
label: '📜 Blog',
to: 'blog',
},
{ {
label: '🐈 GitHub', label: '🐈 GitHub',
href: 'https://github.com/tokenengineeringcommunity', href: 'https://github.com/tokenengineeringcommunity',
}, },
], ],
}, },
{
title: 'Other',
items: [
{
label: '🔁 Feedback',
to: 'feedback',
},
{
label: '🆘 Help',
to: 'docs/next/support',
},
],
},
{ {
title: 'Placeholder', title: 'Placeholder',
items: [ items: [
@ -97,10 +93,6 @@ module.exports = {
label: '🆘 Help', label: '🆘 Help',
to: 'docs/next/support', to: 'docs/next/support',
}, },
{
label: '🐈 GitHub',
href: 'https://github.com/tokenengineeringcommunity',
},
], ],
}, },
], ],

View File

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