langflow/docs
anovazzi1 0d796db02c
feat: add integrations category in the sidebar (#3843)
* feat: Add skipFallback parameter to ForwardedIconComponent

This commit adds a new skipFallback parameter to the ForwardedIconComponent in the genericIconComponent module. The skipFallback parameter allows developers to skip rendering the fallback component when using Suspense. This can be useful in cases where the fallback component is not needed or should be handled differently.

* feat: Add skipFallback parameter to IconComponentProps

* feat: Add skipFallback parameter to IconComponentProps and ForwardedIconComponent

This commit adds the skipFallback parameter to the IconComponentProps and ForwardedIconComponent. This parameter allows skipping the fallback icon rendering when the specified icon is not found. The skipFallback parameter is used in the ParentDisclosureComponent to conditionally render the chevron-down or chevron-right icon based on the component's state.

The commit also updates the defaultOpen value in the ParentDisclosureComponent in the ExtraSidebarComponent. The defaultOpen value is set to true, ensuring that the "Integrations" section is always expanded when the component is rendered.

* refactor: Update ExtraSidebarComponent layout and styling

* [autofix.ci] apply automated fixes

* move file

* move file

* move file

* move file

* move file

* Update NotionLogo size

* Update size of AssemblyAI logo

* Update colors and names for AssemblyAI in styleUtils.ts

* Update BUNDLES_SIDEBAR_FOLDER_NAMES in constants.ts

* [autofix.ci] apply automated fixes

* add changes from pr #3934

* chore: add cache.db to .gitignore

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-10-02 12:07:57 -07:00
..
css docs: added fetching from notion (#2670) 2024-07-12 22:59:52 +02:00
docs feat: add integrations category in the sidebar (#3843) 2024-10-02 12:07:57 -07:00
i18n docs: added fetching from notion (#2670) 2024-07-12 22:59:52 +02:00
src/theme docs: added fetching from notion (#2670) 2024-07-12 22:59:52 +02:00
static Update README.md (#3204) 2024-08-09 15:46:17 +00:00
.gitignore docs: reuploaded old images that were referenced (#2673) 2024-07-12 21:32:53 +00:00
babel.config.js add docs with components 2023-07-18 15:08:00 -03:00
docusaurus.config.js feat: add gtm to docs (#3622) 2024-08-29 19:35:02 -03:00
index.d.ts docs: added fetching from notion (#2670) 2024-07-12 22:59:52 +02:00
package-lock.json feat: add gtm to docs (#3622) 2024-08-29 19:35:02 -03:00
package.json feat: add gtm to docs (#3622) 2024-08-29 19:35:02 -03:00
README.md add docs with components 2023-07-18 15:08:00 -03:00
sidebars.js docs: added fetching from notion (#2670) 2024-07-12 22:59:52 +02:00
tsconfig.json docs: added fetching from notion (#2670) 2024-07-12 22:59:52 +02:00
yarn.lock feat: add gtm to docs (#3622) 2024-08-29 19:35:02 -03:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.