updated docs structure and links

This commit is contained in:
burrrata 2020-05-09 13:43:17 -04:00
parent 62b79b039b
commit 5898757825
12 changed files with 72 additions and 67 deletions

View File

@ -1,6 +1,6 @@
---
id: contributing
title: Contributing
id: getting-started-contributing
title: Contributing to the Token Engineering community
sidebar_label: Contributing
---

View File

@ -1,5 +1,5 @@
---
id: faq
id: getting-started-faq
title: Frequently Asked Questions
sidebar_label: FAQ
---

View File

@ -1,7 +1,7 @@
---
id: about
title: About
sidebar_label: About
id: getting-started-welcome
title: Welcome to the Token Engineering community!
sidebar_label: Welcome
---
The Token Engineering Community is working to answer the following question: "What does it take to do "token engineering" and how we can do it together?"

View File

@ -1,7 +1,7 @@
---
id: te-101
title: TE 101 Materials
sidebar_label: Materials
id: library-te-101
title: Token Engineering 101
sidebar_label: TE-101
---
### Intro Materials

View File

@ -1,5 +1,5 @@
---
id: te-book
id: library-te-book
title: TE Book
sidebar_label: TE Book
---

7
docs/library-welcome.md Normal file
View File

@ -0,0 +1,7 @@
---
id: library-welcome
title: Welcome to the Token Engineering library!
sidebar_label: Welcome
---
Cool stuff goes here.

View File

@ -1,5 +1,5 @@
---
id: reviews
id: services-reviews
title: Token Reviews
sidebar_label: Reviews
---

7
docs/services-welcome.md Normal file
View File

@ -0,0 +1,7 @@
---
id: services-welcome
title: Token Engineering Services
sidebar_label: Welcome
---
Cool stuff goes here.

View File

@ -1,5 +1,5 @@
---
id: workshops
id: services-workshops
title: Token Engineering Workshops
sidebar_label: Workshops
---

View File

@ -15,62 +15,29 @@ module.exports = {
},
links: [
{
to: 'docs/about',
to: 'docs/library-welcome',
activeBasePath: 'docs',
label: '📚 Library',
position: 'left',
},
{
to: 'docs/services-welcome',
activeBasePath: 'docs',
label: '🤝 Services',
position: 'left',
},
{
to: 'blog',
label: '📰 Blog',
position: 'left'
},
{
href: 'https://github.com/facebook/docusaurus',
label: 'GitHub',
position: 'right',
},
],
},
footer: {
style: 'dark',
links: [
{
title: 'Learn',
items: [
{
label: '📜 Blog',
to: 'blog',
},
{
label: '📺 YouTube',
href: 'https://www.youtube.com/c/TokenEngineering',
},
{
label: '📚 Token Engineering 101',
to: 'docs/te-101-materials',
},
{
label: '📖 The Token Engineering Book',
to: 'docs/te-book',
},
],
},
{
title: 'TE Services',
items: [
{
label: '💱 Token Reviews',
to: 'feedback',
},
{
label: '⚙️ Workshops',
to: 'docs/next/support',
},
],
},
{
title: 'TE Community',
title: 'Community',
items: [
{
label: '🦜 Twitter',
@ -91,15 +58,36 @@ module.exports = {
],
},
{
title: 'Placeholder',
title: 'Library',
items: [
{
label: '🔁 Feedback',
to: 'feedback',
label: '📜 Blog',
to: 'blog',
},
{
label: '🆘 Help',
to: 'docs/next/support',
label: '📺 YouTube',
href: 'https://www.youtube.com/c/TokenEngineering',
},
{
label: '📚 Token Engineering 101',
to: 'docs/library-te-101',
},
{
label: '📖 The Token Engineering Book',
to: 'docs/library-te-book',
},
],
},
{
title: 'Services',
items: [
{
label: '💱 Token Reviews',
to: 'docs/services-token-reviews',
},
{
label: '⚙️ Workshops',
to: 'docs/services-workshops',
},
],
},

View File

@ -2,18 +2,21 @@ module.exports = {
someSidebar: {
'Getting Started':
[
'about',
'contributing',
'faq'
'getting-started-welcome',
'getting-started-faq',
'getting-started-contributing',
],
'Token Engineering 101':
'Library':
[
'te-101',
'library-welcome',
'library-te-101',
'library-te-book',
],
'Token Engineering Services':
'Services':
[
'reviews',
'workshops',
'services-welcome',
'services-reviews',
'services-workshops',
],
},
};

View File

@ -164,7 +164,7 @@ function Home() {
'button button--outline button--secondary button--lg',
styles.getStarted,
)}
to={useBaseUrl('docs/about')}>
to={useBaseUrl('docs/getting-started-welcome')}>
Get Started
</Link>
</div>