feat: update UI text and navigation from 3Nodes to Mycelium Nodes

This commit is contained in:
mik-tf
2025-09-06 22:27:00 -04:00
parent 0b812768ee
commit 67577df3d0
7 changed files with 22 additions and 22 deletions

View File

@@ -1,15 +1,15 @@
{% extends "docs/layout.html" %}
{% block title %}3Nodes Documentation - Project Mycelium{% endblock %}
{% block title %}Mycelium Nodes Documentation - Project Mycelium{% endblock %}
{% block docs_content %}
<div class="my-4">
<h1>3Nodes</h1>
<h1>Mycelium Nodes</h1>
<p class="lead">Physical computing hardware that can be bought and sold within the Project Mycelium using USD Credits.</p>
<div class="doc-section">
<h2>Overview</h2>
<p>3Nodes are physical computing hardware (servers, computers) that can be bought and sold within the TF Marketplace using USD Credits. Users can purchase 3Nodes in two distinct ways: either hosted by the supplier or physically transferred to the buyer.</p>
<p>Mycelium Nodes are physical computing hardware (servers, computers) that can be bought and sold within the TF Marketplace using USD Credits. Users can purchase Mycelium Nodes in two distinct ways: either hosted by the supplier or physically transferred to the buyer.</p>
<div class="row mt-4">
<div class="col-md-6">
@@ -120,7 +120,7 @@
<div class="card-body">
<h5>Hardware Discovery</h5>
<ul>
<li>Browse available 3Nodes with filtering options</li>
<li>Browse available Mycelium Nodes with filtering options</li>
<li>Compare specifications and pricing</li>
<li>Review seller ratings and history</li>
<li>Ask questions about specific hardware</li>
@@ -140,7 +140,7 @@
<div class="doc-section">
<h2>Hardware Specifications</h2>
<p>3Nodes can include various types of computing hardware:</p>
<p>Mycelium Nodes can include various types of computing hardware:</p>
<div class="row row-cols-1 row-cols-md-2 g-4 mb-4">
<div class="col">
@@ -350,8 +350,8 @@
<div class="card bg-light mt-5">
<div class="card-body">
<h2><i class="bi bi-question-circle me-2"></i>Ready to Buy or Sell 3Nodes?</h2>
<p class="lead">Visit the Project Mycelium 3Nodes section to start exploring options.</p>
<h2><i class="bi bi-question-circle me-2"></i>Ready to Buy or Sell Mycelium Nodes?</h2>
<p class="lead">Visit the Project Mycelium Mycelium Nodes section to start exploring options.</p>
<div class="mt-3">
<a href="/marketplace/mycelium_nodes" class="btn btn-primary me-2">Explore Mycelium Nodes Marketplace</a>
<a href="/docs" class="btn btn-outline-secondary">Back to Documentation</a>