Source-tree mirror of EVOLV.wiki.git refactor (27a42ee on wiki.git): - 7 master pages rewritten with clean design (Home, Architecture, Topology-Patterns, Topic-Conventions, Telemetry, Getting-Started, Glossary). Tables and Mermaid for visuals, gitea alert callouts for warnings, shields badges for metadata only. No emoji as decoration. - Archive.md becomes a removal-changelog pointing readers to git history and to the successor pages. - _Sidebar.md updated to navigate the new flat-name layout. - Concept / finding / manual pages: uniform mini-header (badges + "reference page" callout) added without rewriting domain content. - Every internal link now uses the flat naming that resolves on the live gitea wiki (Concept-ASM-Models, Finding-BEP-..., etc.). On wiki.git: 29 Archive-* pages hard-deleted (the git history preserves them; Archive.md documents the removal). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2.8 KiB
2.8 KiB
Archive
Note
Pre-refactor wiki content has been removed from the live wiki. The git history of
EVOLV.wiki.gitpreserves every prior page if you need to consult it. This page lists what was removed and when, plus where to look for the current content.
What was removed (2026-05-11)
The 2026-05-11 wiki refactor removed nine pre-refactor pages from the live EVOLV.wiki.git:
| Removed page | Era | Successor |
|---|---|---|
Architecture-Configuration-Model-and-Tagcodering |
Pre-refactor planning doc | Architecture |
Architecture-Container-Topology |
Pre-refactor Docker / container planning | Architecture, Getting Started |
Architecture-Deployment-Blueprint |
Pre-refactor rollout plan | Architecture, Getting Started |
Architecture-Deployment-Controls-Checklist |
Pre-refactor go / no-go checklist | (none — superseded by per-node wiki/Home.md) |
Architecture-Platform-Overview |
Pre-refactor edge / site / central layering | Home, Architecture |
Architecture-Security-and-Access-Boundaries |
Pre-refactor security model | OT Security IEC 62443 |
Architecture-Security-and-Regulatory-Mapping |
Pre-refactor IEC 62443 mapping | OT Security IEC 62443 |
Architecture-Telemetry-and-Smart-Storage |
Pre-refactor telemetry blueprint | Telemetry, InfluxDB Schema Design |
AI-assisted coding.- |
Pre-refactor coding-with-AI usage note | (none) |
Plus, in the source tree under EVOLV/wiki/, the audit moved a further 20 stale pages to wiki/Archive/<name>.md (these were never published to the live wiki, only existed in the source repo).
How to recover an archived page
The content has not been lost — git keeps it.
git clone https://gitea.wbd-rd.nl/RnD/EVOLV.wiki.git
cd EVOLV.wiki
git log --all --diff-filter=D --name-only | grep '<page-name>'
git show <commit>:<path>
Or use Gitea's web UI:
- Open https://gitea.wbd-rd.nl/RnD/EVOLV/commits/branch/main
- Click into the 2026-05-11 refactor commit
- Scroll to the deleted files
Where to look instead
| For ... | See |
|---|---|
| Top-level navigation | Home |
| Code architecture (BaseDomain / three-tier / generalFunctions) | Architecture |
| Typical plant configurations | Topology Patterns |
| Topic naming, units, S88 colours | Topic Conventions |
| Port 0 / 1 / 2, InfluxDB schema, Grafana | Telemetry |
| Per-node operator reference | The node's own wiki on gitea.wbd-rd.nl/RnD/<node>/wiki |
Related pages
| Page | Why |
|---|---|
| Home | Current top-level navigation |