updated footer
This commit is contained in:
parent
eb90508254
commit
843b67e972
|
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
id: te-book
|
||||||
|
title: TE Book
|
||||||
|
sidebar_label: TE Book
|
||||||
|
---
|
||||||
|
|
||||||
|
Stuff about the TE book goes here.
|
||||||
|
|
@ -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',
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -113,7 +113,6 @@ const features = [
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
function Home() {
|
function Home() {
|
||||||
const context = useDocusaurusContext();
|
const context = useDocusaurusContext();
|
||||||
const {siteConfig = {}} = context;
|
const {siteConfig = {}} = context;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue