updated docs structure and links
This commit is contained in:
parent
62b79b039b
commit
5898757825
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
id: contributing
|
||||
title: Contributing
|
||||
id: getting-started-contributing
|
||||
title: Contributing to the Token Engineering community
|
||||
sidebar_label: Contributing
|
||||
---
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
id: faq
|
||||
id: getting-started-faq
|
||||
title: Frequently Asked Questions
|
||||
sidebar_label: FAQ
|
||||
---
|
||||
|
|
@ -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?"
|
||||
|
|
@ -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
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
id: te-book
|
||||
id: library-te-book
|
||||
title: TE Book
|
||||
sidebar_label: TE Book
|
||||
---
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
id: library-welcome
|
||||
title: Welcome to the Token Engineering library!
|
||||
sidebar_label: Welcome
|
||||
---
|
||||
|
||||
Cool stuff goes here.
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
id: reviews
|
||||
id: services-reviews
|
||||
title: Token Reviews
|
||||
sidebar_label: Reviews
|
||||
---
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
id: services-welcome
|
||||
title: Token Engineering Services
|
||||
sidebar_label: Welcome
|
||||
---
|
||||
|
||||
Cool stuff goes here.
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
id: workshops
|
||||
id: services-workshops
|
||||
title: Token Engineering Workshops
|
||||
sidebar_label: Workshops
|
||||
---
|
||||
|
|
@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
19
sidebars.js
19
sidebars.js
|
|
@ -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',
|
||||
],
|
||||
},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue