[Docs] - Administration folder (#1969)
* video-content * consolidate-pages * api * remove-langfuse-integration * playground-svg * update-component-png * consolidate-items * status-svgs * factor-flows-components-collections-docs * cleanup-page * component-content * api-calls * move-docs * migration-issues --------- Co-authored-by: ogabrielluiz <gabriel@langflow.org>
BIN
docs/static/img/api-window.png
vendored
Normal file
|
After Width: | Height: | Size: 277 KiB |
BIN
docs/static/img/chat-input-with-menu.png
vendored
Normal file
|
After Width: | Height: | Size: 72 KiB |
BIN
docs/static/img/features.png
vendored
|
Before Width: | Height: | Size: 3.2 KiB |
BIN
docs/static/img/project-options-menu.png
vendored
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
docs/static/img/single-component.png
vendored
Normal file
|
After Width: | Height: | Size: 61 KiB |
8
docs/static/logos/botmessage.svg
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-bot-message-square">
|
||||
<path d="M12 6V2H8" />
|
||||
<path d="m8 18-4 4V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2Z" />
|
||||
<path d="M2 12h2" />
|
||||
<path d="M9 11v2" />
|
||||
<path d="M15 11v2" />
|
||||
<path d="M20 12h2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 417 B |
11
docs/static/logos/greencheck.svg
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
fill="none"
|
||||
viewBox="0 0 24 24"
|
||||
stroke="green"
|
||||
stroke-width="1.5"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M20 6 9 17l-5-5" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 207 B |
11
docs/static/logos/playbutton.svg
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
fill="none"
|
||||
viewBox="0 0 24 24"
|
||||
stroke="white"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<polygon points="5,3 19,12 5,21 5,3" fill="currentColor" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 236 B |