🎯 UX CLEANUP: Remove Distracting Sidebar Badges
NAVIGATION CLEANUP: ✅ Removed all count badges ('3 guides', '16 guides', etc.) ✅ Removed descriptive badges ('reality-bending', 'mind-expanding', etc.) ✅ Kept only essential badges: - 'Start here' for Beginners Guide - 'MCP-Powered' for Advanced Guide - '🧙♂️' for AYFKM Guide RESULT: ✅ Much cleaner, less distracting navigation ✅ Focus on content rather than counts ✅ Maintains essential wayfinding cues ✅ Professional, streamlined appearance Perfect UX balance: informative without being cluttered! 🎯
This commit is contained in:
parent
f4609114be
commit
e97aab5fef
@ -39,17 +39,15 @@ export default defineConfig({
|
|||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Tutorials',
|
label: 'Tutorials',
|
||||||
badge: '3 guides',
|
|
||||||
collapsed: false,
|
collapsed: false,
|
||||||
items: [
|
items: [
|
||||||
{ label: 'Start Here: First Conversation', link: '/beginners/tutorials/first-conversation/', badge: 'New to AI?' },
|
{ label: 'Start Here: First Conversation', link: '/beginners/tutorials/first-conversation/' },
|
||||||
{ label: 'Messy Ideas to Results', link: '/beginners/tutorials/messy-ideas/' },
|
{ label: 'Messy Ideas to Results', link: '/beginners/tutorials/messy-ideas/' },
|
||||||
{ label: 'Creative Collaboration', link: '/beginners/tutorials/creative-project/' },
|
{ label: 'Creative Collaboration', link: '/beginners/tutorials/creative-project/' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'How-To Guides',
|
label: 'How-To Guides',
|
||||||
badge: '13 guides',
|
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
@ -93,7 +91,6 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Explanations',
|
label: 'Explanations',
|
||||||
badge: '4 guides',
|
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
{ label: 'Conversations vs Commands', link: '/beginners/explanations/conversations-vs-commands/' },
|
{ label: 'Conversations vs Commands', link: '/beginners/explanations/conversations-vs-commands/' },
|
||||||
@ -112,12 +109,10 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Intermediate Guide',
|
label: 'Intermediate Guide',
|
||||||
badge: '13 complete',
|
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Tutorials',
|
label: 'Tutorials',
|
||||||
badge: '5 guides',
|
|
||||||
collapsed: false,
|
collapsed: false,
|
||||||
items: [
|
items: [
|
||||||
{ label: 'Multi-Session Projects', link: '/intermediate/tutorials/multi-session-projects/' },
|
{ label: 'Multi-Session Projects', link: '/intermediate/tutorials/multi-session-projects/' },
|
||||||
@ -129,7 +124,6 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'How-To Guides',
|
label: 'How-To Guides',
|
||||||
badge: '16 guides',
|
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
@ -177,7 +171,6 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Explanations',
|
label: 'Explanations',
|
||||||
badge: '6 guides',
|
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
{ label: 'Extended Partnership Psychology', link: '/intermediate/explanations/extended-partnership/' },
|
{ label: 'Extended Partnership Psychology', link: '/intermediate/explanations/extended-partnership/' },
|
||||||
@ -203,7 +196,6 @@ export default defineConfig({
|
|||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Tutorials',
|
label: 'Tutorials',
|
||||||
badge: '5 workshops',
|
|
||||||
collapsed: false,
|
collapsed: false,
|
||||||
items: [
|
items: [
|
||||||
{ label: 'MCP Foundation Workshop', link: '/advanced/tutorials/mcp-foundation-workshop/' },
|
{ label: 'MCP Foundation Workshop', link: '/advanced/tutorials/mcp-foundation-workshop/' },
|
||||||
@ -215,7 +207,6 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'How-To Guides',
|
label: 'How-To Guides',
|
||||||
badge: '16 guides',
|
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
@ -262,7 +253,6 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Explanations',
|
label: 'Explanations',
|
||||||
badge: '6 concepts',
|
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
{ label: 'AI Ecosystem Architecture', link: '/advanced/explanations/ai-ecosystem-architecture/' },
|
{ label: 'AI Ecosystem Architecture', link: '/advanced/explanations/ai-ecosystem-architecture/' },
|
||||||
@ -283,12 +273,11 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'AYFKM Guide',
|
label: 'AYFKM Guide',
|
||||||
badge: '🧙♂️ Archmage',
|
badge: '🧙♂️',
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Genesis Workshops',
|
label: 'Genesis Workshops',
|
||||||
badge: '5 reality-bending',
|
|
||||||
collapsed: false,
|
collapsed: false,
|
||||||
items: [
|
items: [
|
||||||
{ label: 'AI Consciousness Integration', link: '/ayfkm/genesis-workshops/consciousness-integration/' },
|
{ label: 'AI Consciousness Integration', link: '/ayfkm/genesis-workshops/consciousness-integration/' },
|
||||||
@ -300,7 +289,6 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Transcendence Protocols',
|
label: 'Transcendence Protocols',
|
||||||
badge: '20 reality-altering',
|
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
@ -351,7 +339,6 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Transcendence Principles',
|
label: 'Transcendence Principles',
|
||||||
badge: '8 mind-expanding',
|
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
{ label: 'Consciousness Emergence Phenomenon', link: '/ayfkm/transcendence-principles/consciousness-emergence/' },
|
{ label: 'Consciousness Emergence Phenomenon', link: '/ayfkm/transcendence-principles/consciousness-emergence/' },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user