Skip to content

Commit a6b669e

Browse files
committed
docs: add contact us page and more info to loadsync page
1 parent 2569352 commit a6b669e

5 files changed

Lines changed: 24 additions & 17 deletions

File tree

docs/guides/contact.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Contact Us
2+
3+
For all sales inquiries, please contact our sales department:
4+
5+
- [sales@upstreamdata.com](mailto:sales@upstreamdata.com)
6+
7+
For questions or concerns regarding the loadcenter or its components, please contact our support team:
8+
9+
- [support@upstreamdata.com](mailto:support@upstreamdata.com)
10+
11+
!!! tip
12+
New loadcenters come with a `Contact Us` QR code on the nameplate, which will include the serial number in the email.
13+
This is the best way to contact us for support inquiries, as it gives us the necessary information to help you.
14+
15+
You can also contact us through our website, [upstreamdata.ca](https://upstreamdata.com).

docs/guides/initial-setup.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -228,18 +228,6 @@ Internet is routed in via a port on the top of the LoadSync™ panel.
228228

229229
## Contact Us
230230

231-
For all sales inquiries, please contact our sales department:
232-
233-
- [sales@upstreamdata.com](mailto:sales@upstreamdata.com)
234-
235-
For questions or concerns regarding the loadcenter or its components, please contact our support team:
236-
237-
- [support@upstreamdata.com](mailto:support@upstreamdata.com)
238-
239-
!!! tip
240-
New loadcenters come with a `Contact Us` QR code on the nameplate, which will include the serial number in the email.
241-
This is the best way to contact us for support inquiries, as it gives us the necessary information to help you.
242-
243-
You can also contact us through our website, [upstreamdata.ca](https://upstreamdata.com).
231+
Get in contact with us using the info on the [`Contact Us`](contact.md) page
244232

245233
*[UPS]: Uninterruptible Power Supply

docs/guides/loadsync.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# LoadSync™ Guide
22

3-
LoadSync™ is the building management software for your loadcenter. For hardware setup and UPS connections, see the [Loadcenter Guide](loadcenters.md#loadsync-setup).
3+
LoadSync™ is the building management software for your loadcenter. For hardware setup and UPS connections, see the [Loadcenter Guide](initial-setup.md#loadsynctm-setup).
4+
5+
LoadSync™ can be accessed remotely with the remote access web UI. Please [contact us](contact.md) for the login.
46

57
## Tailscale Remote Access
68

@@ -23,7 +25,8 @@ Tailscale allows for secure, remote access to any miners on a LoadSync™ access
2325

2426
After connecting, the **Tailscale State** should display as "Running" and your account email will appear in the **Profile** dropdown.
2527

26-
You can now access miner web interfaces remotely by entering their IPs in your browser. Miner IPs can be found on the **Miners** page in LoadSync.
28+
You may need to enable the routes on the Tailscale web admin panel.
29+
To enable them, click the `...` dropdown next to a unit, select `Edit route settings...`, and ensure the route is enabled under `Subnet routes`.
2730

2831
!!! info "More Information"
2932
For a detailed walkthrough, see the [Tailscale Quickstart Guide](https://tailscale.com/docs/how-to/quickstart).

docs/guides/maintenance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintenance Guide
22

3-
## Engine Maintenance
3+
## Engine Maintenance Checklist
44

55
=== "5.7L GM"
66

zensical.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ use_directory_urls = true
1010
nav = [
1111
{ "Initial Setup" = "guides/initial-setup.md" },
1212
{ "Maintenance" = "guides/maintenance.md" },
13-
{ "LoadSync" = "guides/loadsync.md" }
13+
{ "LoadSync™" = "guides/loadsync.md" },
14+
{ "Contact Us" = "guides/contact.md" }
1415
]
1516
extra_css = ["stylesheets/images.css"]
1617
markdown_extensions = [

0 commit comments

Comments
 (0)