diff --git a/src/controllers/docs.rs b/src/controllers/docs.rs index 18db44d..415d0aa 100644 --- a/src/controllers/docs.rs +++ b/src/controllers/docs.rs @@ -162,7 +162,7 @@ impl DocsController { render_template(&tmpl, "docs/services.html", &ctx) } - /// USD Credits documentation page + /// Mycelium Credits documentation page pub async fn credits(tmpl: web::Data, session: Session) -> Result { let mut ctx = crate::models::builders::ContextBuilder::new() .active_page("docs") diff --git a/src/views/docs/layout.html b/src/views/docs/layout.html index c239542..75c3341 100644 --- a/src/views/docs/layout.html +++ b/src/views/docs/layout.html @@ -71,8 +71,8 @@
  • Buy Now: Instant one-click purchase with automatic balance management and auto top-up integration
  • Add to Cart: Traditional shopping cart experience for purchasing multiple items together
  • - +
    Best of Both Worlds: Use "Buy Now" for quick single purchases, or "Add to Cart" when you want to compare multiple products or make bulk purchases.
    -

    Getting Started

    +

    Technical Details

    +

    For developers and advanced users:

    + + +

    Getting Started with MC

      -
    1. Create your Mycelium Marketplace account
    2. -
    3. Add credits to your wallet
    4. -
    5. Browse the marketplace
    6. +
    7. Create your Mycelium Marketplace account (defaults to MC)
    8. +
    9. Add credits to your wallet (purchased in your preferred currency)
    10. +
    11. Browse the marketplace (prices shown in your display currency)
    12. Click "Buy Now" for instant purchases
    13. +
    14. Change currency preference anytime in Settings
    + +
    + Seamless Transition: Existing USD users experience no functional changes. Your balance and purchasing power remain identical. +
    {% endblock %} \ No newline at end of file