feat: rename Project Mycelium to Mycelium Marketplace across codebase and UI

This commit is contained in:
mik-tf
2025-09-08 13:56:17 -04:00
parent c054ceb24d
commit 1028ea8c43
74 changed files with 288 additions and 288 deletions

View File

@@ -1,15 +1,15 @@
{% extends "docs/layout.html" %}
{% block title %}Getting Started - Project Mycelium{% endblock %}
{% block title %}Getting Started - Mycelium Marketplace{% endblock %}
{% block docs_content %}
<div class="my-4">
<h1>Getting Started with Project Mycelium</h1>
<p class="lead">A step-by-step guide to begin your journey with the ThreeFold ecosystem.</p>
<h1>Getting Started with Mycelium Marketplace</h1>
<p class="lead">A step-by-step guide to begin your journey with the Mycelium ecosystem.</p>
<div class="doc-section">
<h2>Welcome to Project Mycelium</h2>
<p>This guide will help you get started with the Project Mycelium platform, covering everything from account creation to making your first transaction.</p>
<h2>Welcome to Mycelium Marketplace</h2>
<p>This guide will help you get started with the Mycelium Marketplace platform, covering everything from account creation to making your first transaction.</p>
</div>
<div class="doc-section">
@@ -17,7 +17,7 @@
<div class="card mb-4">
<div class="card-body">
<h5 class="mb-3"><i class="bi bi-person-plus me-2 text-primary"></i>Registration Process</h5>
<p>Creating an account on the Project Mycelium is simple and straightforward:</p>
<p>Creating an account on the Mycelium Marketplace is simple and straightforward:</p>
<ol>
<li>Navigate to the <a href="/register">Registration Page</a></li>
<li>Enter your email address and create a secure password</li>
@@ -26,7 +26,7 @@
</ol>
<div class="alert alert-info">
<i class="bi bi-info-circle me-2"></i>
<strong>Note:</strong> If you already have a ThreeFold Connect identity, you can use it to sign in directly.
<strong>Note:</strong> If you already have a Mycelium Connect identity, you can use it to sign in directly.
</div>
</div>
</div>