Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 6 additions & 2 deletions docs/bank-feeds/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,13 @@ on your customer's software, there are
[three methods](/bank-feeds/mapping/overview) you can use for mapping: Codat's
UI, your own UI, or the integration's UI.

:::note Platform requirements The setup process and platform registration
:::note Platform requirements

The setup process and platform registration
requirements vary for each Bank Feeds integration. For detailed instructions,
refer to the documentation we provide for each integration. :::
refer to the documentation we provide for each integration.

:::

### [Import transactions](/bank-feeds/pushing-transactions)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"format:js:check": "prettier --check \"**/*.{js,jsx,ts,tsx}\"",
"format:mdx": "prettier --write \"**/*.{md,mdx}\"",
"format:mdx:check": "prettier --check \"**/*.{md,mdx}\"",
"links:check": "linkinator ./build --recurse --verbosity error --skip \".*github.*|.*localhost.*\""
"links:check": "linkinator ./build --recurse --verbosity error --skip \".*github.*|.*localhost.*\"",
"vale:sync": "vale sync",
"vale": "vale docs/",
"vale:check": "vale --minAlertLevel=warning docs/"
Expand Down
1 change: 1 addition & 0 deletions src/components/Integrations/integrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,7 @@ export const bankfeedsIntegrations = [
name: "Oracle NetSuite bank feeds",
to: "/integrations/bank-feeds/netsuite-bank-feeds/netsuite-bank-feeds-setup",
sourceType: "bankfeeds",
tags: ["Premium"],
img: "https://static.codat.io/public/officialLogos/Square/9815B998-024D-4415-A40B-89903B2CAD6F.png",
},
{
Expand Down
Loading