Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 02e9856

Browse files
authored
Merge pull request #53 from TextureHQ/rcasto/docs-dashboard-to-app
dashboard.texturehq -> app.texturehq in various spots
2 parents 3504854 + 5a438b4 commit 02e9856

9 files changed

Lines changed: 12 additions & 12 deletions

File tree

docs/api/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Texture's API provides a standardized interface to interact with any supported e
3131

3232
## Using the API
3333

34-
Our API follows REST principles with JSON payloads and standard HTTP methods. Authentication is performed using API keys which you can generate in the [Dashboard](https://dashboard.texturehq.com/developer).
34+
Our API follows REST principles with JSON payloads and standard HTTP methods. Authentication is performed using API keys which you can generate in the [Dashboard](https://app.texturehq.com), within the Developer section.
3535

3636
```bash
3737
# Example: Get a list of your devices

docs/getting-started/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This guide provides a clear roadmap to start building with Texture's energy devi
1010

1111
## Step 1: Create Your Account
1212

13-
1. Sign up at [dashboard.texturehq.com](https://dashboard.texturehq.com)
13+
1. Sign up at [app.texturehq.com](https://app.texturehq.com)
1414
2. Create your Organization
1515
3. Texture will automatically create Production and Sandbox workspaces for you
1616

docs/getting-started/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ There are three ways to generate a link:
2424
### Texture API and SDK
2525

2626
#### Get Your API Key
27-
Go to the [Texture Dashboard Developer tab](https://dashboard.texturehq.com/developer) to obtain an API key
27+
Go to the [Texture Dashboard](https://app.texturehq.com) and click the Developer sidebar link to obtain an API key
2828

2929
#### Generate a link
3030

@@ -280,7 +280,7 @@ import { TextureConnect } from '@texturehq/react-native-connect-sdk';
280280

281281
### Texture Dashboard
282282

283-
1. Go to the [Texture Dashboard](https://dashboard.texturehq.com/home).
283+
1. Go to the [Texture Dashboard](https://app.texturehq.com).
284284
2. Enter the user's information.
285285
3. Click submit.
286286

@@ -314,7 +314,7 @@ Once the user follows the link or is prompted to set up their device, they will
314314

315315
## Viewing Customer Device Information
316316

317-
Go the the [Texture Dashboard](https://dashboard.texturehq.com/home).
317+
Go to the [Texture Dashboard](https://app.texturehq.com).
318318

319319
### Customers
320320
Click "Customers" to see customers that have connected a device.

docs/getting-started/signing-up.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Texture makes your energy systems visible, responsive, and connected—without r
99

1010
## Step 1: Create your account
1111

12-
[Register your account](https://dashboard.texturehq.com/sign-up) with a company or entity specific email address. We strongly recommend avoiding the use of personal email addresses. This helps us create a more secure experience and support associating you with your Organization.
12+
[Register your account](https://app.texturehq.com/signin) with a company or entity-specific email address. We strongly recommend avoiding the use of personal email addresses. This helps us create a more secure experience and support associating you with your Organization.
1313

1414
![Sign Up Screenshot](https://i.giphy.com/fTnNtMJpeGMcjKxJVm.webp)
1515

docs/integrations/texture-connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Easiest way to get started with pre-built components:
6161
For custom implementations with full control over the flow. See [our open source examples](https://github.com/TextureHQ/examples/tree/main/connect).
6262

6363
### 3. **Dashboard Direct Links**
64-
For testing or manual connections via the [Texture Dashboard](https://dashboard.texturehq.com/sources?tab=Connect+Links).
64+
For testing or manual connections, use the [Texture Dashboard](https://app.texturehq.com) and navigate to the Connect section.
6565

6666
## Configuration Fields
6767

docs/overview/welcome.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ import {
137137
<div className="row quick-setup-cards-container">
138138
<WelcomeCard
139139
title="Create account"
140-
description="Sign up at dashboard.texturehq.com"
140+
description="Sign up at app.texturehq.com"
141141
linkText="Learn more →"
142142
linkTo="/getting-started/signing-up"
143143
/>

docs/platform-concepts/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ We receive data on a 5 or 15 minute interval for each device (limited by manufac
4949

5050
Once we receive that telemetry data, we leverage a distributed event streaming platform internally to move that data, transform it, warehouse it, and run aggregations against it.
5151

52-
All of this is seamless to anyone leveraging the Texture platform so you should be able to see clean and up-to-date data for all energy devices in your network in your [Texture Dashboard](https://dashboard.texturehq.com) or via the [Texture API](/api).
52+
All of this is seamless to anyone leveraging the Texture platform so you should be able to see clean and up-to-date data for all energy devices in your network in your [Texture Dashboard](https://app.texturehq.com) or via the [Texture API](/api).
5353

5454
## Data Engineering
5555

@@ -74,7 +74,7 @@ We are constantly adding more signals to the platform so that you can get a comp
7474

7575
## Searchability
7676

77-
In addition to all of the Data Engineering work we perform for you, we also maintain robust search capabilities sitting atop Elasticsearch allowing you to slice and dice to sort, filter, group, and search for devices in your [Texture Dashboard](https://dashboard.texturehq.com) or via the [Texture API](/api).
77+
In addition to all of the Data Engineering work we perform for you, we also maintain robust search capabilities sitting atop Elasticsearch allowing you to slice and dice to sort, filter, group, and search for devices in your [Texture Dashboard](https://app.texturehq.com) or via the [Texture API](/api).
7878

7979
This is yet another powerful capability that we believe almost any company in our industry can leverage but most will not build themselves because it is not a core competency.
8080

docs/platform-concepts/sites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Sites are foundational objects in Texture. They enable:
2020
- **Aggregated Metrics** — Summarize total energy consumption, production, storage, and emissions.
2121
- **Geolocation Context** — Automatically assign ISO, utility, and marginal carbon intensity.
2222
- **Data Enrichment** — Integrate with tools like Arcadia or Shovels to ingest bills, permits, and intervals.
23-
- **Unified Access** — Visualize in the [Dashboard](https://dashboard.texturehq.com) or query via [API](/api).
23+
- **Unified Access** — Visualize in the [Dashboard](https://app.texturehq.com) or query via [API](/api).
2424

2525
---
2626

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ const config: Config = {
175175
},
176176
{ to: "/api", label: "API Reference", position: "left" },
177177
{
178-
href: "https://dashboard.texturehq.com",
178+
href: "https://app.texturehq.com",
179179
label: "Dashboard",
180180
position: "right",
181181
},

0 commit comments

Comments
 (0)