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:
April I. Murphy 2025-07-29 06:25:16 -07:00 committed by GitHub
commit 575cde3e8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
47 changed files with 203 additions and 170 deletions

View file

@ -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