Skip to content

Commit

Permalink
chore: link YT video in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mcharytoniuk committed Apr 17, 2024
1 parent 74b0cab commit 29e1d49
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ description: >

# Prompt Subject Responders

https://www.youtube.com/watch?v=pCyEBueNw24

:::note
At the moment this feature requires {{docs/features/ai/server/llama-cpp/index}}.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ description: >

# Observable Task Table

https://www.youtube.com/watch?v=Ac5Ww4PBPlY

Observable task table is a shared memory table that stores the status of
observable tasks. It is used to observe the status of long-running tasks.

https://www.youtube.com/watch?v=Ac5Ww4PBPlY

# Usage

## Updating Status of Observable Task
Expand Down
16 changes: 16 additions & 0 deletions docs/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,22 @@ description: >
href="/docs/features/validation/constraints/"
>Learn More</a>
</li>
<li class="homepage-gallery__item">
<h4>
<a href="/docs/features/ai/prompt-subject-responders/">
Prompt Subject Responders
<span class="homepage-gallery__version">v0.20.0</span>
</a>
</h4>
<iframe
src="https://www.youtube.com/embed/pCyEBueNw24"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
></iframe>
</li>
<li class="homepage-gallery__item">
<h4>
<a href="/docs/features/swoole-server-tasks/">
Expand Down
2 changes: 1 addition & 1 deletion resources/css/docs-hljs.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ code[class] {

.fenced-code__language-name {
content: attr(data-language-name);
font-size: var(--font-size-code-smaller);
font-size: var(--font-size-smaller);
border-color: var(--color-border);
border-style: solid;
padding: 6px 10px;
Expand Down

0 comments on commit 29e1d49

Please sign in to comment.