updated documentation
Deploy to Production / deploy (push) Successful in 6s

This commit is contained in:
Илья Глазунов
2025-12-08 01:01:45 +03:00
parent 7e1846276e
commit 58660ec8d4
22 changed files with 1091 additions and 17 deletions
+4
View File
@@ -5,6 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>pyserve - Documentation</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github-dark.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
<script src="scripts/version-fetcher.js" defer></script>
</head>
<body>
@@ -99,6 +102,7 @@
<h2>Resources</h2>
<ul class="plain">
<li><a href="blog.html">📝 Blog &amp; Updates</a></li>
<li><a href="https://git.pyserve.org/Shifty/pyserveX">Git Repository (currently read-only for non-members)</a></li>
<li><a href="https://git.pyserve.org/Shifty/pyserveX/releases">Releases &amp; Downloads</a></li>
</ul>