Skip to content

Commit

Permalink
docs: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas committed Sep 5, 2024
1 parent aa658c3 commit e20b1bd
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 21 deletions.
5 changes: 5 additions & 0 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ from hrflow_connectors.core import (
LocalJSON = Connector(
name="LocalJSON",
type=ConnectorType.Other,
subtype="localjson",
description="Read from JSON, Write to JSON",
url="https://localjson.ai",
actions=[
Expand Down Expand Up @@ -426,6 +427,7 @@ def format_job(job: t.Dict) -> t.Dict:
LocalJSON = Connector(
name="JSON file",
type=ConnectorType.Other,
subtype="localjson",
description="Read from JSON, Write to JSON",
url="https://localjson.ai",
actions=[
Expand Down Expand Up @@ -1142,6 +1144,7 @@ from hrflow_connectors.core import (
LocalJSON = Connector(
name="LocalJSON",
type=ConnectorType.Other,
subtype="localjson",
description="Read from JSON, Write to JSON",
url="https://localjson.ai",
actions=[
Expand All @@ -1167,6 +1170,7 @@ Below are a few examples :
LocalJSON = Connector(
name="LocalJSON",
type=ConnectorType.Other,
subtype="localjson",
description="Read from JSON, Write to JSON",
url="https://localjson.ai",
actions=[
Expand Down Expand Up @@ -1436,6 +1440,7 @@ With the concepts and example code at hand let's put all that theory into practi
SQLiteOrders = Connector(
name="SQLiteOrders",
type=ConnectorType.Other,
subtype="sqliteorders",
description="Read from SQLite, Write to JSON",
url="https://sqliteorder.ai",
actions=[
Expand Down
Loading

0 comments on commit e20b1bd

Please sign in to comment.