Skip to content

Commit c86471a

Browse files
style(Mist): Add header badge table to Architecture.md and refine intro text
Replace the plain markdown heading in Architecture.md with an HTML header badge table containing the Land logo (with dark/light mode support) and centered title, matching the README convention established across other CodeEditorLand components. Add a horizontal rule separator beneath the header to visually distinguish branding from content. Rephrase the Architecture.md opening from a document-introductory framing ("This document describes…") to a direct declarative statement about Mist's role, and apply the same pattern to DeepDive.md by removing the self-referential "This document provides…" lead-in in favour of a concise subject-first sentence. No functional changes — presentation and consistency only.
1 parent c9c5d1a commit c86471a

2 files changed

Lines changed: 23 additions & 4 deletions

File tree

Documentation/GitHub/Architecture.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
1-
# Mist: DNS Isolation Server 🌫️
1+
<table>
2+
<tr>
3+
<td colspan="1">
4+
<h3 align="center">
5+
<picture>
6+
<source media="(prefers-color-scheme: dark)" srcset="https://editor.land/Dark/Image/GitHub/Land.svg">
7+
<source media="(prefers-color-scheme: light)" srcset="https://editor.land/Image/GitHub/Land.svg">
8+
<img width="28" alt="Land Logo" src="https://editor.land/Image/GitHub/Land.svg">
9+
</picture>
10+
</h3>
11+
</td>
12+
<td colspan="3" valign="top">
13+
<h3 align="center"> Mist 🌫️</h3>
14+
</td>
15+
</tr>
16+
</table>
217

3-
This document describes `Mist`, a local DNS server that provides network
4-
isolation for `Land`'s sidecar processes:
18+
---
19+
20+
# **Mist** 🌫️ Architecture
21+
22+
`Mist` is a local DNS server that provides network isolation for `Land`'s
23+
sidecar processes:
524

625
- Runs an authoritative DNS server for the `editor.land` zone
726
- Resolves all subdomains to `127.0.0.1`

Documentation/GitHub/DeepDive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mist - Deep Dive
22

3-
This document provides the technical foundation for the Mist DNS isolation layer
3+
Mist provides the technical foundation DNS isolation layer
44
within the Land ecosystem. **Mist** operates a local authoritative DNS server
55
for the `editor.land` zone, ensuring all private network communication stays on
66
loopback and preventing sidecars from reaching unauthorized external hosts.

0 commit comments

Comments
 (0)