Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove all:true from index.yaml again #442

Merged
merged 1 commit into from
Feb 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 2 additions & 21 deletions index.yaml
Original file line number Diff line number Diff line change
@@ -1,69 +1,48 @@
tools:
sendgrid:
reference: ./sendgrid
all: true
file-summarizer:
reference: ./file-summarizer
all: true
database:
reference: ./database
zoom:
reference: ./zoom
all: true
atlassian-jira:
reference: ./atlassian/jira
all: true
wordpress:
reference: ./wordpress
all: true
excel:
reference: ./excel
all: true
browser:
reference: ./browser
all: true
bluesky:
reference: ./bluesky
all: true
slack:
reference: ./slack
all: true
linkedin-publishing:
reference: ./linkedin-publishing
all: true
notion:
reference: ./notion
all: true
google-docs:
reference: ./google/docs
all: true
google-gmail:
reference: ./google/gmail
all: true
google-search:
reference: ./google/search
all: true
google-search-console:
reference: ./google/search-console
all: true
google-sheets:
reference: ./google/sheets
all: true
gitlab:
reference: ./gitlab
all: true
images:
reference: ./images
all: true
outlook-mail:
reference: ./outlook/mail
all: true
outlook-calender:
reference: ./outlook/calendar
all: true
github:
reference: ./github
all: true
time:
reference: ./time
workspace-files:
Expand All @@ -76,6 +55,8 @@ tools:
reference: ./shell
word:
reference: ./word
tavily:
reference: ./search/tavily

knowledgeDataSources:
notion-data-source:
Expand Down
Loading