Skip to content

Commit d3d89fb

Browse files
authored
Tidy the plugin for release (#5)
1 parent e1a6d4b commit d3d89fb

File tree

6 files changed

+18
-9
lines changed

6 files changed

+18
-9
lines changed

.github/workflows/registry-publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ jobs:
99
registry_publish_workflow:
1010
uses: turbot/steampipe-workflows/.github/workflows/registry-publish.yml@main
1111
secrets: inherit
12+
13+
registry_publish_workflow_ghcr:
14+
uses: turbot/steampipe-workflows/.github/workflows/registry-publish-ghcr.yml@main
15+
secrets: inherit
16+
with:
17+
releaseTimeout: 60m

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v0.0.1 [2024-04-03]
1+
## v0.0.1 [2024-04-12]
22

33
_What's new?_
44

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
organization: Turbot
3-
category: ["saas"]
3+
category: ["website monitoring"]
44
icon_url: "/images/plugins/turbot/googlesearchconsole.svg"
55
brand_color: "#ea4335"
66
display_name: "Google Search Console"

docs/tables/googlesearchconsole_indexing_status.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ Results of index status inspection for either the live page or the version in Go
1111

1212
The `googlesearchconsole_indexing_status` table allows users to analyze the index status of pages on their site, including details on coverage state, indexing state, and referring URLs. It's essential for understanding how well your web pages are represented in Google Search.
1313

14-
**Required fields:**
15-
- `site_url`: The URL of the property as defined in Search Console. **Examples:** `http://www.example.com/` for a URL-prefix property, or `sc-domain:example.com` for a Domain property
16-
- `sitemap_url`: The URL of the sitemap that was submitted to Google Search Console. **Example:** `https://www.example.com/sitemap.xml`
14+
**Important Notes**
15+
You must specify the following columns in `where` or `join` clause to query the table:
16+
- `site_url`: The URL of the property as defined in Search Console. **Examples:** `http://www.example.com/` for a URL-prefix property, or `sc-domain:example.com` for a Domain property
17+
- `sitemap_url`: The URL of the sitemap that was submitted to Google Search Console. **Example:** `https://www.example.com/sitemap.xml`
1718

1819
## Examples
1920

docs/tables/googlesearchconsole_pagespeed_analysis.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ PageSpeed Insights (PSI) reports on the user experience of a page on both mobile
1111

1212
The `googlesearchconsole_pagespeed_analysis` table allows users to analyze PageSpeed metrics for each page on their site, and compare the performance of pages across different devices.
1313

14-
**Required fields:**
15-
- `sitemap_url`: The URL of the sitemap that was submitted to Google Search Console. **Example:** `https://www.example.com/sitemap.xml`
14+
**Important Notes**
15+
You must specify the following columns in `where` or `join` clause to query the table:
16+
- `sitemap_url`: The URL of the sitemap that was submitted to Google Search Console. **Example:** `https://www.example.com/sitemap.xml`
1617

1718
## Examples
1819

docs/tables/googlesearchconsole_pagespeed_analysis_aggregated.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ PageSpeed Insights (PSI) reports on the user experience of a page on both mobile
1111

1212
The `googlesearchconsole_pagespeed_analysis_aggregated` table runs PageSpeed analysis on the site, and returns aggregated PageSpeed scores.
1313

14-
**Required fields:**
15-
- `site_url`: The URL of the property as defined in Search Console. **Examples:** `http://www.example.com/` for a URL-prefix property, or `sc-domain:example.com` for a Domain property
14+
**Important Notes**
15+
You must specify the following column in `where` or `join` clause to query the table:
16+
- `site_url`: The URL of the property as defined in Search Console. **Examples:** `http://www.example.com/` for a URL-prefix property, or `sc-domain:example.com` for a Domain property
1617

1718
## Examples
1819

0 commit comments

Comments
 (0)