Add LimeApp user guide#174
Open
luandro wants to merge 1 commit into
Open
Conversation
Port the LimeApp 1.4 documentation from AlterMundi (https://conectividad.altermundi.net/documentacion/usar-limeapp1-4/) to the English usage guide. - 14 new pages under docs/guide/limeapp/ (overview, access, menu tour, status, alignment, map, diagnostics, notes, node config, network config, firmware, visit neighbor node, remote support, aligning antennas). - 66 screenshots self-hosted under docs/public/guide/limeapp/images/. - New 'Using LimeApp' entry in the sidebar (Usage Guide section). - Cross-link from docs/guide/connecting.md. Translated from the Spanish original. Content is licensed under CC BY-SA 4.0 by AlterMundi; attribution footer on every page.
d6c6a9e to
4df8182
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This picks up #173 and ports the LimeApp 1.4 docs from AlterMundi into our English guide.
What I added:
docs/guide/limeapp/: overview, access, menu tour, status, alignment, map, diagnostics, notes, node config, network config, firmware, visit neighbor node, remote support, and the aligning-antennas tutorial.docs/public/guide/limeapp/images/, so the guide works offline and we don't hotlink.docs/guide/connecting.md.A few notes:
::: tipon the index page explains which UI labels map between the two.Built locally with
pnpm run buildand walked through on the dev server — all pages and images load fine.Happy to split this up or tweak the wording if you'd prefer smaller PRs or a different sidebar structure.