docs: Standardize style of component names, especially when used in links (#9251)
* standardize component name style and links pt 1 * component name standardization pt 2 * standardization pt 3 * standardize component names pt 4 * peer review * fix lnk * update edit tool actions section * standardize Agent, agent, agentic * more style auditing * missing imports
This commit is contained in:
parent
8e4577f0a7
commit
15637403ad
81 changed files with 933 additions and 873 deletions
|
|
@ -138,7 +138,7 @@ python -m langflow run [OPTIONS]
|
|||
| <Link id="run-workers"/>`--workers` | `1` | Integer | Number of worker processes. |
|
||||
| <Link id="run-worker-timeout"/>`--worker-timeout` | `300` | Integer | Worker timeout in seconds. |
|
||||
| <Link id="run-port"/>`--port` | `7860` | Integer | The port on which the Langflow server will run. The server automatically selects a free port if the specified port is in use. |
|
||||
| <Link id="run-components-path"/>`--components-path` | `langflow/components` | String | Path to the directory containing custom components. |
|
||||
| <Link id="run-components-path"/>`--components-path` | `/components` | String | Path to the directory containing custom components. |
|
||||
| `--env-file` | Not set | String | Path to the `.env` file containing environment variables. |
|
||||
| `--log-level` | `critical` | Enum | Set the logging level as one of `debug`, `info`, `warning`, `error`, or `critical`. |
|
||||
| `--log-file` | `logs/langflow.log` | String | Set the path to the log file for Langflow. |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue