How to Use This Knowledge Base
This guide helps you navigate Stratum Wiki effectively. Use the search bar for quick lookups, follow the sidebar for structured learning, or jump directly to specific sections based on your needs. Every page follows a consistent format with TL;DR summaries, actionable insights, and related resources.
Navigation Overview
Stratum Wiki is designed for multiple use cases – from quick reference lookups to comprehensive study. Here's how to navigate effectively:
Main Navigation Elements
1. Navbar (Top)
- Knowledge Base – Access all documentation
- Blog – Latest updates and insights
- Quick Links – Jump to popular sections
- Search – Find content instantly (Coming soon with Algolia)
- GitHub – View source and contribute
2. Sidebar (Left)
Hierarchical navigation organized by topic:
- 🚀 Getting Started
- 🎬 Platform Analysis
- 📱 Social Media Strategy
- ✍️ Content Production
- 👥 Community Building
- 📊 Case Studies
- 🛠️ Tools & Resources
- 📅 Implementation Roadmap
- 💡 Strategic Recommendations
3. Table of Contents (Right)
On each page, see all section headings. Click to jump directly to that section.
4. Breadcrumbs (Top of Content)
Shows your current location in the documentation hierarchy. Click any level to navigate up.
5. Previous/Next Navigation (Bottom)
Sequential navigation through related pages.
Finding What You Need
Scenario-Based Navigation
Scenario 1: "I'm starting from scratch"
Recommended Path:
- Start → Getting Started
- Read → Implementation Roadmap Months 1-2
- Study → Case Studies
- Explore → Platform Analysis
- Plan → Strategic Recommendations
Scenario 2: "I need to build a Discord community"
Direct Path:
- Jump to → Discord Server Structure
- Read → Channel Organization
- Learn → Moderation
- Implement → Engagement Tactics
- Track → Engagement Metrics
Scenario 3: "I want to start a YouTube channel"
Recommended Path:
- Research → YouTube Creators Overview
- Study → Patrick Collins Case Study
- Equipment → Video Production Equipment Setup
- Structure → Video Structure
- Optimize → Crypto-Specific Tips
Scenario 4: "I'm planning a hackathon"
Direct Path:
- Why → Why Hackathons Matter
- Plan → Event Structure
- Decide → Virtual vs In-Person
- Promote → Promotion Strategy
Scenario 5: "I need specific tools for X"
Quick Access:
- Video Production → Video Production Tools
- Writing/Docs → Writing & Documentation Tools
- Community → Discord & Telegram Tools
- Analytics → Website Analytics
Page Structure
Every documentation page follows a consistent format:
1. Page Header (Frontmatter)
Contains metadata: title, description, tags, keywords. Helps with search and organization.
2. TL;DR Box
Green info box at the top with 2-3 sentence summary. Read this for the key takeaway.
3. Overview Section
Brief introduction setting context for the page content.
4. Main Content Sections
Organized with clear headings (H2, H3) that appear in the table of contents.
5. Key Takeaways
Bulleted list of actionable insights, usually marked with ✅.
6. Related Resources
Links to related pages within the knowledge base and relevant external resources.
7. Footer Information
Last updated date, contributors, and metadata.
Using Interactive Components
Comparison Tables
Sortable tables for comparing platforms, tools, or strategies. Click column headers to sort.
Example Usage:
import ComparisonTable from '@site/src/components/ComparisonTable';
<ComparisonTable
columns={[
{ header: 'Platform', accessor: 'platform', sortable: true },
{ header: 'Subscribers', accessor: 'subscribers', sortable: true },
{ header: 'Engagement', accessor: 'engagement', sortable: true },
]}
data={[
{ platform: 'Patrick Collins', subscribers: '4M+', engagement: 'High' },
{ platform: 'Dapp University', subscribers: '500K+', engagement: 'Medium' },
]}
caption="Top Crypto Educators Comparison"
/>
Metrics Cards
Display key statistics with icons and optional trend indicators.
Example Usage:
import MetricsCard from '@site/src/components/MetricsCard';
<MetricsCard
title="Channel Performance"
metrics={[
{ label: 'Subscribers', value: '4M+', icon: '👥', trend: 'up', trendValue: '+25%' },
{ label: 'Avg Views', value: '500K', icon: '👁️', trend: 'up', trendValue: '+15%' },
]}
/>
Admonitions (Callout Boxes)
Highlight important information with colored boxes:
Standard informational note
Helpful tips and best practices
Additional context and background
Important warnings and caveats
Critical issues or risks
Search Strategies
Keyword Search Tips
When the search feature is enabled:
-
Specific Terms: Use exact platform names, tools, or creator names
- Example: "Patrick Collins", "Cyfrin Updraft", "Discord"
-
General Topics: Use broader terms for category searches
- Example: "video production", "community building", "hackathons"
-
Problem-Focused: Search for what you're trying to solve
- Example: "increase engagement", "grow audience", "monetization"
Tag-Based Browsing
Each page is tagged with relevant categories:
- Platform: youtube, discord, twitter, etc.
- Content Type: video, written, audio
- Difficulty: beginner, intermediate, advanced
- Topic: community, monetization, devrel, production
Reading Modes
Quick Reference Mode
- Read only the TL;DR boxes
- Scan Key Takeaways sections
- Review comparison tables and metrics
- Bookmark important pages for later
Comprehensive Study Mode
- Read pages sequentially using Previous/Next navigation
- Follow all internal links to related content
- Review case studies in detail
- Take notes and create implementation checklist
Implementation Mode
- Start with Implementation Roadmap
- Follow month-by-month guides
- Access linked tools and templates as needed
- Track progress using provided checklists
Research Mode
- Focus on Case Studies section
- Study metrics and data in detail
- Cross-reference multiple sources
- Identify patterns and adapt to your context
Mobile Experience
The knowledge base is fully responsive:
- Mobile Navigation: Hamburger menu (☰) accesses sidebar
- Table of Contents: Collapsed by default, expand as needed
- Tables: Scroll horizontally on small screens
- Search: Full-featured search on mobile
- Readable Text: Optimized font sizes and spacing
Keyboard Shortcuts
Speed up navigation with keyboard shortcuts:
/– Focus search bar (when available)Ctrl/Cmd + K– Open command palette (coming soon)- Arrow Keys – Navigate through search results
Esc– Close modals and overlays
Staying Updated
Check for Updates
The knowledge base is regularly updated with:
- New case studies
- Updated metrics
- Additional tools and platforms
- Community contributions
Last Updated: Displayed at the bottom of each page
Blog Updates
Follow the Blog for:
- Major content additions
- Industry insights
- New case study analyses
- Platform updates and changes
Contributing Updates
Found something outdated or incorrect?
- Click "Edit this page" link at the bottom
- Submit suggestions via GitHub
- Propose new case studies or sections
Best Practices
For First-Time Visitors
- ✅ Start with About page
- ✅ Skim the sidebar to understand organization
- ✅ Pick a relevant case study to read first
- ✅ Explore sections that match your current needs
- ✅ Bookmark frequently accessed pages
For Regular Users
- ✅ Use search for quick lookups
- ✅ Check "Related Resources" for deeper dives
- ✅ Follow implementation roadmap systematically
- ✅ Revisit updated pages quarterly
- ✅ Share valuable pages with your team
For Contributors
- ✅ Read existing content to understand style and format
- ✅ Use consistent markdown formatting
- ✅ Include TL;DR summaries
- ✅ Add concrete examples and metrics
- ✅ Link to related pages within the knowledge base
Common Questions
Q: Where do I start if I'm completely new?
A: Begin with About, then read 2-3 case studies to understand what success looks like. Finally, start the Implementation Roadmap Months 1-2.
Q: How is this different from just Googling?
A: This knowledge base aggregates and analyzes 170+ sources, identifies patterns, provides context, and offers actionable implementation guides. It's pre-researched and organized for your specific use case.
Q: Can I trust the metrics and data?
A: All metrics are sourced from public data (subscriber counts, view counts) or documented case studies. Sources are cited where applicable. Data is verified across multiple sources when possible.
Q: How often is content updated?
A: Major sections are reviewed quarterly. Blog posts announce significant updates. The "Last Updated" date on each page shows freshness.
Q: Can I use this commercially?
A: Yes! This knowledge base is designed to help you build your developer education program. Attribution appreciated but not required.
Getting Help
Resources
- Community Discord: Join discussions with other users
- GitHub Issues: Report bugs or suggest improvements
- Email Support: Contact StratumOps team for enterprise needs
Common Issues
"I can't find what I'm looking for"
- Try broader search terms
- Browse the relevant category in the sidebar
- Check all categories in the sidebar navigation
"The information seems outdated"
- Check the "Last Updated" date
- Submit a GitHub issue with updated information
- Check the Blog for recent updates
"I want to contribute but don't know how"
- Start with small corrections using "Edit this page"
- Propose new sections in GitHub Issues
- Share your case study for potential inclusion
Next Steps
Now that you understand how to navigate the knowledge base:
- Define Your Goal – What do you want to achieve?
- Choose Your Path – Follow a scenario from above
- Take Notes – Document insights relevant to your situation
- Implement – Start with one actionable item today
- Iterate – Return regularly as you progress
Recommended Reading Order
For comprehensive learning:
- ✅ Getting Started → About
- ✅ Case Studies → Patrick Collins
- ✅ Platform Analysis → YouTube Creators
- ✅ Implementation Roadmap → Months 1-2
- ✅ Strategic Recommendations → What Best Are Doing Right
Last Updated: December 4, 2025 Contributors: StratumOps Documentation Team
Ready to dive in? Pick a topic from the sidebar or start with our Implementation Roadmap!