mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-26 00:28:17 +08:00
docs: Audit use of tabs and details (#9196)
* audit details * tabs pt 1 * tabs pt 2 * tabs pt 3 * tabs to details
This commit is contained in:
@ -138,6 +138,7 @@ curl -X GET \
|
||||
|
||||
<details>
|
||||
<summary>Result</summary>
|
||||
|
||||
```text
|
||||
{
|
||||
"version": "1.1.1",
|
||||
@ -145,6 +146,7 @@ curl -X GET \
|
||||
"package": "Langflow"
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
### Get configuration
|
||||
@ -160,6 +162,7 @@ curl -X GET \
|
||||
|
||||
<details>
|
||||
<summary>Result</summary>
|
||||
|
||||
```json
|
||||
{
|
||||
"feature_flags": {
|
||||
@ -172,6 +175,7 @@ curl -X GET \
|
||||
"max_file_size_upload": 100
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
### Get all components
|
||||
|
||||
Reference in New Issue
Block a user