Skip to content

Commit

Permalink
chore(google-drive): document component is only available on CE (#942)
Browse files Browse the repository at this point in the history
Because

- When building the `instill.tech` docs, Google Drive was
[included](instill-ai/instill.tech#1279 (comment)).
- This is correct because CE versions can use this component (i.e. we
shouldn't hide the doc), but might generate confusion for Cloud users.

This commit

- Specifies CE-only usage in `google-drive` component document.
  • Loading branch information
jvallesm authored Dec 18, 2024
1 parent 97307f8 commit 598b509
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkg/component/data/googledrive/v0/.compogen/intro.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**Note**: This component is only available on **🔮 Instill Core**.
1 change: 1 addition & 0 deletions pkg/component/data/googledrive/v0/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ It can carry out the following tasks:
- [Read File](#read-file)
- [Read Folder](#read-folder)

**Note**: This component is only available on **🔮 Instill Core**.


## Release Stage
Expand Down
2 changes: 1 addition & 1 deletion pkg/component/data/googledrive/v0/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:generate compogen readme ./config ./README.mdx
//go:generate compogen readme ./config ./README.mdx --extraContents intro=.compogen/intro.mdx
package googledrive

import (
Expand Down

0 comments on commit 598b509

Please sign in to comment.