Skip to content

Commit a6ec7ef

Browse files
authored
Minor fixes to Insights content (paths, typo) (pulumi#13745)
* Minor fixes to Insights content (paths, typo) * Wrong /, wrong link :P
1 parent 5d3a66e commit a6ec7ef

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

content/docs/insights/concepts/_index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ By default, you will see a table with the resources you have access to, ordered
3939

4040
A count is shown in the upper-right corner with the total number of resources matched by this query -- in this case, we have 13 resources.
4141

42-
![Resource Search Table](search-table-v2.png)
42+
![Resource Search Table](/docs/insights/assets/search-table-v2.png)
4343

4444
The table of resources is paginated using infinite scroll so you are able to view up to **10,000** resources without needing to go page by page:
4545

@@ -51,45 +51,45 @@ Use the **search bar**, **row grouping**, or **column filters** to refine the re
5151

5252
Selecting **project** will pre-populate a query with `project:` which we can then extend to `project:production` to return resources with "production" in their project name.
5353

54-
![Resource Search Filter Helper](search-filter-helper.png)
54+
![Resource Search Filter Helper](/docs/insights/assets/search-filter-helper.png)
5555

5656
The columns displayed on results can be modified to show or hide information by selecting the **gear icon** and clicking the **Choose columns**.
5757

58-
![Resource Search Options Gear](gear-icon-dropdown.png)
58+
![Resource Search Options Gear](/docs/insights/assets/gear-icon-dropdown.png)
5959

6060
You will then see the **Column menu** appear, where you can choose the columns to display.
6161

62-
![Resource Search Column Chooser](column-chooser.png)
62+
![Resource Search Column Chooser](/docs/insights/assets/column-chooser.png)
6363

6464
Selecting a column header will modify the query to sort by that column.
6565

6666
### Resource search aggregates
6767

6868
The **Column Filter** menu can be expanded to apply additional filters to each column and to view finer-grained resource sets.
6969

70-
![Resource Search Column Filter](column-filter.png)
70+
![Resource Search Column Filter](/docs/insights/assets/column-filter.png)
7171

7272
In this example, the query has been restricted to the "dev" stack.
7373

7474
### Resource search grouping
7575

7676
The **Row Groups Header** allows you to drag columns from the table to enable grouping by that column. You can group by multiple columns at once. In this example, we have grouped by stack and modified so that we can see a breakdown of resources by stack and when they were last modified.
7777

78-
![Resource Search Grouping](resource-search-grouping.png)
78+
![Resource Search Grouping](/docs/insights/assets/resource-search-grouping.png)
7979

8080
Selecting the **"X" in the search bar** will remove all previously selected filters.
8181

82-
![Resource Search Clear Filters](clear-search.png)
82+
![Resource Search Clear Filters](/docs/insights/assets/clear-search.png)
8383

8484
### Resource search favoriting
8585

8686
The **Favorites Button** allows you to save a particular view of the resources page which includes any filters, grouping, column changes, and search queries made.
8787

88-
![Resource Search Favorites left nav](favorites-left-nav.png)
88+
![Resource Search Favorites left nav](/docs/insights/assets/favorites-left-nav.png)
8989

9090
All your saved favorites can be seen as quick links on the **left nav**.
9191

92-
![Resource Search Favorites button](favorites-button.png)
92+
![Resource Search Favorites button](/docs/insights/assets/favorites-button.png)
9393

9494
## Data export
9595

content/docs/insights/get-started/begin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Leave the default environment definition for now, and you will return to finish
4343

4444
{{% choosable cloud aws %}}
4545

46-
To configure Pulumi Insights with AWS, you will use [OpenID Connect (OIDC)](docs/pulumi-cloud/access-management/oidc/) for authentication. Follow these steps:
46+
To configure Pulumi Insights with AWS, you will use [OpenID Connect (OIDC)](/docs/pulumi-cloud/access-management/oidc/) for authentication. Follow these steps:
4747

4848
1. Log in to the [AWS Management Console](https://console.aws.amazon.com/iam/).
4949
2. Go to the **Roles** section and create a new role.

content/docs/insights/get-started/create-accounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Finally, you can select whether to enable scheduled scans or run them manually,
3535
When scheduled scans are enabled, Pulumi automatically scans the account every 24 hours.
3636
{{< /notes >}}
3737

38-
To finish creating this new account lick **Create** and you will see a success notification and arrive on the details page of the account.
38+
To finish creating this new account click **Create** and you will see a success notification and arrive on the details page of the account.
3939

4040
Next, you will learn how to manage your accounts, and manually launch a scan.
4141

0 commit comments

Comments
 (0)