refactor: remove outdated server design documentation

Remove 557-line server-design.md from _go-learning/architecture - content is now covered in updated architecture documentation with real implementation examples and test coverage.
This commit is contained in:
juanatsap
2025-12-02 20:25:05 +00:00
parent 0114b145ba
commit d95c62bad4
30 changed files with 133 additions and 431 deletions
-13
View File
@@ -1,13 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<script type="text/hyperscript" src="/static/hyperscript/functions-full-test._hs"></script>
<script src="https://unpkg.com/hyperscript.org@0.9.12"></script>
</head>
<body _="on load call initScrollBehavior() then call handleScroll()">
<div id="back-to-top"></div>
<div id="info-button"></div>
<div id="shortcuts-button"></div>
<h1>Testing partial hyperscript file</h1>
</body>
</html>
-10
View File
@@ -1,10 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<script type="text/hyperscript" src="/static/hyperscript/functions-test._hs"></script>
<script src="https://unpkg.com/hyperscript.org@0.9.12"></script>
</head>
<body _="on load call testElseFunction()">
<h1>Testing simple else in external file</h1>
</body>
</html>