reset doc title to latest nightly build (#193)

* reset docs to latest nightly build

* update support download text

* clarify WAN Wifi Client radio usage
This commit is contained in:
Steve 2022-08-29 14:50:27 -07:00 committed by GitHub
parent 32d992a593
commit af16079720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -130,6 +130,8 @@ WAN WiFi Client
To the right of the *WAN WiFi Client* label is an icon with hover text indicating the status of the WAN WiFi connection. |icon1| indicates no wifi connection to the local access point. |icon2| indicates a wifi connection but no Internet connection. |icon3| indicates both a wifi connection to the local access point and a connection to the Internet.
.. note:: The WAN Wifi Client always uses the **2GHz** radio, so if you have a dual-band device and you also want to have a LAN Access Point then you must use the **5GHz** radio for the LAN Access Point.
After you *Save Changes* and reboot, the node will have Internet access via wifi rather than requiring a cable plugged into the node's WAN port. In fact, enabling the *WAN Wifi Client* will disable VLAN1, so Internet access will no longer be possible through the physical WAN port. Also, on the *Node Status* display you will see the **WiFi WAN Address** label and IP address to indicate that your WAN connection is using the WAN WiFi Client.
.. |icon1| image:: _images/wifi-noConn.png
@ -371,7 +373,7 @@ Authorized SSH Keys
.. note:: If you plan to use ssh keys you may want to review **Use PuTTYGen to Make SSH Keys** in the **How-To Guide** section which describes this process in detail for users of Microsoft Windows computers.
Support Data
There may be times when you want to view more detailed information about the configuration and operation of your node, or even forward this information to the AREDN |trade| team in order to get help with a problem. Click *Download Support Data* to save a compressed archive file to your local computer.
There may be times when you want to view more detailed information about the configuration and operation of your node, or even forward this information to the AREDN |trade| team in order to get help with a problem. Click the *Download Support Data* button to save a compressed archive file to your local computer.
Advanced Configuration
----------------------

View File

@ -25,9 +25,9 @@ copyright = f'{date.today().year}, Amateur Radio Emergency Data Network, Inc. Li
author = u'Amateur Radio Emergency Data Network, Inc.'
# The short X.Y version
version = u'3.22.8.0'
version = u'latest'
# The full version, including alpha/beta/rc tags
release = u'3.22.8.0'
release = u'Latest Nightly Build'
# -- General configuration ---------------------------------------------------