docs: Audit admonitions, related links, and prerequisites for style and consistency (#9217)
* add some related links * admonitions audit * initial prereq audit * standardize install LF prereqs * some coderabbit
This commit is contained in:
parent
cb34e4fe80
commit
575cde3e8d
47 changed files with 203 additions and 170 deletions
|
|
@ -56,13 +56,10 @@ uv run langflow api-key [OPTIONS]
|
|||
|
||||
### langflow copy-db
|
||||
|
||||
Copy the database files to the current directory.
|
||||
Copy the Langflow database files, `langflow.db` and `langflow-pre.db` (if they exist), from the cache directory to the current directory.
|
||||
|
||||
:::note
|
||||
The current directory is the directory containing `__main__.py`.
|
||||
Copy the database files to the current directory, which is the directory containing `__main__.py`.
|
||||
You can find this directory by running `which langflow`.
|
||||
:::
|
||||
|
||||
Copy the Langflow database files, `langflow.db` and `langflow-pre.db` (if they exist), from the cache directory to the current directory.
|
||||
|
||||
```bash
|
||||
langflow copy-db
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue