Skip to content

Commit

Permalink
Merge pull request #136 from stackql/feature/doc-updates
Browse files Browse the repository at this point in the history
Feature/doc updates
  • Loading branch information
jeffreyaven authored Mar 22, 2024
2 parents ef06292 + 7f8dea2 commit 6542b6b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ci-scripts/get-providers-to-deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = async ({ github, context, core, pathOutput }) => {

// if(!(diff.startsWith('.github')) || !(diff.startsWith('scripts'))) globalChange = true;

globalChange = false;
globalChange = true;

}).filter(Boolean)

Expand Down
2 changes: 1 addition & 1 deletion docs/aws-docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ slug: /providers/aws

---
EC2, IAM and S3 core AWS Services.
:::note
:::tip

All AWS Services (incl Lambda, DynamoDB, RDS, etc) are supported by the [__`awscc`__](https://awscc.stackql.io/providers/awscc/) (AWS Cloud Control API) provider in StackQL.

Expand Down
2 changes: 1 addition & 1 deletion scripts/docgen/provider_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
'aws': {
'meta_description': 'Query, deploy and manage AWS resources using SQL',
'description': """EC2, IAM and S3 core AWS Services.
:::note
:::tip
All AWS Services (incl Lambda, DynamoDB, RDS, etc) are supported by the [__`awscc`__](https://awscc.stackql.io/providers/awscc/) (AWS Cloud Control API) provider in StackQL.
Expand Down
4 changes: 2 additions & 2 deletions src/configs/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ export const providers = [
{name: 'google', description: 'Cloud computing services offered by Google.', title: 'Google'},
{name: 'googleadmin', description: 'Google Workspace identity services.', title: 'Google Admin'},
{name: 'azure', description: 'Cloud computing services offered by Microsoft.', title: 'Microsoft Azure'},
{name: 'aws', description: 'Cloud computing by Amazon Web Services.', title: 'AWS'},
{name: 'awscc', description: 'Cloud computing by Amazon Web Services.', title: 'AWS Cloud Control'},
{name: 'aws', description: 'Core EC2, S3 and IAM services by AWS.', title: 'AWS'},
{name: 'awscc', description: 'All Cloud computing by Amazon Web Services.', title: 'AWS Cloud Control'},
{name: 'digitalocean', description: 'Cloud computing services and Infrastructure as a Service (IaaS).', title: 'Digital Ocean'},
{name: 'github', description: 'Web-based version-control and collaboration.', title: 'GitHub'},
{name: 'linode', description: 'Cloud computing services by Akamai.', title: 'Linode'},
Expand Down

0 comments on commit 6542b6b

Please sign in to comment.