Skip to content

Commit

Permalink
chore(google-drive): document component is only available on CE
Browse files Browse the repository at this point in the history
  • Loading branch information
jvallesm committed Dec 18, 2024
1 parent 97307f8 commit dc3f807
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 dc3f807

Please sign in to comment.