Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions docs/ch/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Suggested Channels - Arizona Meshtastic Community</title>

<!--
Short-URL redirect stub: azmsh.net/ch -> /docs/suggested_channels.html

This is raw HTML rather than a Markdown page on purpose. The `offline`
plugin in mkdocs.yml turns off directory URLs, so a `ch.md` would build
to `/ch.html` (azmsh.net/ch.html, 17 chars) instead of `/ch`
(azmsh.net/ch, 12 chars). MkDocs copies non-Markdown files from docs/
through verbatim, so this file lands at /ch/index.html and GitHub Pages
serves it for /ch (301 -> /ch/).

Those few bytes matter: this link is meant to fit inside Meshtastic
auto-acknowledgement messages, which are hard-capped at 237 UTF-8 bytes.

Reverting is just deleting this directory.
-->

<meta http-equiv="refresh" content="0; url=../docs/suggested_channels.html">
<link rel="canonical" href="https://azmsh.net/docs/suggested_channels.html">
<meta name="robots" content="noindex, follow">

<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Helvetica, Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 3rem 1.5rem;
color: #1a1a1a;
background: #fff;
}
main { max-width: 34rem; margin: 0 auto; }
a { color: #bf360c; }
@media (prefers-color-scheme: dark) {
body { color: #e6e6e6; background: #1a1a1a; }
a { color: #ffab91; }
}
</style>
</head>
<body>
<main>
<h1>Suggested Channels</h1>
<p>
Taking you to the Suggested Channels page. If nothing happens,
<a href="../docs/suggested_channels.html">open it here</a>.
</p>
</main>
</body>
</html>
Loading