Skip to content

Commit

Permalink
Updated the doc by replacing the word whois to rdap and rearrange the…
Browse files Browse the repository at this point in the history
… tables in alphabetical order
  • Loading branch information
ParthaI committed Jan 17, 2024
1 parent 2e56075 commit 59dc57a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/tables/rdap_domain.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Steampipe Table: rdap_domain - Query Whois Domains using SQL"
title: "Steampipe Table: rdap_domain - Query RDAP Domains using SQL"
description: "Allows users to query RDAP domain registration data in a structured and standardized way."
---

Expand All @@ -17,7 +17,7 @@ It's not practical to list all domains in the world, so this table requires a

## Examples

### Basic whois info
### Basic RDAP info

```sql+postgres
select
Expand Down
2 changes: 1 addition & 1 deletion whois/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ func Plugin(ctx context.Context) *plugin.Plugin {
Name: "steampipe-plugin-whois",
DefaultTransform: transform.FromGo().NullIfZero(),
TableMap: map[string]*plugin.Table{
"whois_domain": tableWhoisDomain(ctx),
"rdap_domain": tableRdapDomain(ctx),
"whois_domain": tableWhoisDomain(ctx),
},
}
return p
Expand Down

0 comments on commit 59dc57a

Please sign in to comment.