diff --git a/docs/contributing.md b/docs/getting-started-contributing.md similarity index 87% rename from docs/contributing.md rename to docs/getting-started-contributing.md index b039c0c..294e150 100644 --- a/docs/contributing.md +++ b/docs/getting-started-contributing.md @@ -1,6 +1,6 @@ --- -id: contributing -title: Contributing +id: getting-started-contributing +title: Contributing to the Token Engineering community sidebar_label: Contributing --- diff --git a/docs/faq.md b/docs/getting-started-faq.md similarity index 76% rename from docs/faq.md rename to docs/getting-started-faq.md index 022841e..f9bdceb 100644 --- a/docs/faq.md +++ b/docs/getting-started-faq.md @@ -1,5 +1,5 @@ --- -id: faq +id: getting-started-faq title: Frequently Asked Questions sidebar_label: FAQ --- diff --git a/docs/about.md b/docs/getting-started-welcome.md similarity index 92% rename from docs/about.md rename to docs/getting-started-welcome.md index 0aa866e..03ea873 100644 --- a/docs/about.md +++ b/docs/getting-started-welcome.md @@ -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?" diff --git a/docs/te-101-materials.md b/docs/library-te-101.md similarity index 97% rename from docs/te-101-materials.md rename to docs/library-te-101.md index 5a411f5..040dc62 100644 --- a/docs/te-101-materials.md +++ b/docs/library-te-101.md @@ -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 diff --git a/docs/te-book.md b/docs/library-te-book.md similarity index 80% rename from docs/te-book.md rename to docs/library-te-book.md index d86d965..a627651 100644 --- a/docs/te-book.md +++ b/docs/library-te-book.md @@ -1,5 +1,5 @@ --- -id: te-book +id: library-te-book title: TE Book sidebar_label: TE Book --- diff --git a/docs/library-welcome.md b/docs/library-welcome.md new file mode 100644 index 0000000..d87eec7 --- /dev/null +++ b/docs/library-welcome.md @@ -0,0 +1,7 @@ +--- +id: library-welcome +title: Welcome to the Token Engineering library! +sidebar_label: Welcome +--- + +Cool stuff goes here. \ No newline at end of file diff --git a/docs/reviews.md b/docs/services-reviews.md similarity index 89% rename from docs/reviews.md rename to docs/services-reviews.md index b7d4027..645e11b 100644 --- a/docs/reviews.md +++ b/docs/services-reviews.md @@ -1,5 +1,5 @@ --- -id: reviews +id: services-reviews title: Token Reviews sidebar_label: Reviews --- diff --git a/docs/services-welcome.md b/docs/services-welcome.md new file mode 100644 index 0000000..b7346c5 --- /dev/null +++ b/docs/services-welcome.md @@ -0,0 +1,7 @@ +--- +id: services-welcome +title: Token Engineering Services +sidebar_label: Welcome +--- + +Cool stuff goes here. \ No newline at end of file diff --git a/docs/workshops.md b/docs/services-workshops.md similarity index 94% rename from docs/workshops.md rename to docs/services-workshops.md index 3e0d4d3..1ec68d7 100644 --- a/docs/workshops.md +++ b/docs/services-workshops.md @@ -1,5 +1,5 @@ --- -id: workshops +id: services-workshops title: Token Engineering Workshops sidebar_label: Workshops --- diff --git a/docusaurus.config.js b/docusaurus.config.js index be38177..c024828 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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', }, ], }, diff --git a/sidebars.js b/sidebars.js index f6099cc..4f7ba75 100644 --- a/sidebars.js +++ b/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', ], }, }; diff --git a/src/pages/index.js b/src/pages/index.js index b358cc4..a74a46f 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -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