Skip to content

Commit

Permalink
docs: cq hub documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
koltyakov committed Nov 19, 2023
1 parent 8a230c8 commit c7923e0
Show file tree
Hide file tree
Showing 15 changed files with 219 additions and 227 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## 2.0.1 (2023-11-19)
## 2.1.0 (2023-11-19)

- The plugin is now available in the CloudQuery Hub
- fix: warning with file name field data mapping

## 2.0.0 (2023-10-30)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ spec:
name: "sharepoint"
registry: "github"
path: "koltyakov/sharepoint"
version: "v2.0.0" # provide the latest stable version
destinations: ["postgresql"] # provide the list of used destinations
version: "v2.1.0" # provide the latest version
destinations: ["postgresql"] # the list of used destinations
tables: ["*"] # required field, a list of tables to sync
spec:
# Spec is mandatory
Expand Down Expand Up @@ -307,7 +307,7 @@ spec:
name: "sharepoint"
registry: "github"
path: "koltyakov/sharepoint"
version: "v2.0.0" # https://github.com/koltyakov/cq-source-sharepoint/releases
version: "v2.1.0" # https://github.com/koltyakov/cq-source-sharepoint/releases
destinations: ["sqlite"]
tables: ["*"]
spec:
Expand Down
8 changes: 4 additions & 4 deletions Versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Versioning is managed via git tags. Then a new version tag is pushed to the repo
## Set version

```bash
git tag v2.0.0
git tag v2.1.0
```

### Push tag
Expand All @@ -17,8 +17,8 @@ git push --tags
### Delete tag

```bash
git tag -d v2.0.0-test
git push --delete origin v2.0.0-test
git tag -d v2.1.0-test
git push --delete origin v2.1.0-test
```

## Publish
Expand All @@ -33,7 +33,7 @@ cloudquery switch koltyakov
Package the plugin:

```bash
go run main.go package --docs-dir docs -m @CHANGELOG.md $(git describe --tags --abbrev=0) .
rm -rf ./dist && go run main.go package --docs-dir docs -m @CHANGELOG.md $(git describe --tags --abbrev=0) .
```

Publish the plugin (draft):
Expand Down
31 changes: 0 additions & 31 deletions docs/_conf_auth.md

This file was deleted.

23 changes: 0 additions & 23 deletions docs/_conf_cts.md

This file was deleted.

19 changes: 0 additions & 19 deletions docs/_conf_libs.md

This file was deleted.

40 changes: 0 additions & 40 deletions docs/_conf_lists.md

This file was deleted.

14 changes: 0 additions & 14 deletions docs/_conf_mmd.md

This file was deleted.

39 changes: 0 additions & 39 deletions docs/_conf_search.md

This file was deleted.

7 changes: 0 additions & 7 deletions docs/_conf_spctl.md

This file was deleted.

19 changes: 0 additions & 19 deletions docs/_conf_uil.md

This file was deleted.

15 changes: 0 additions & 15 deletions docs/_conf_ups.md

This file was deleted.

Loading

0 comments on commit c7923e0

Please sign in to comment.