Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,20 @@ name: "Update Translated Docs"
# 2. When you add a new page to the left-hand menu, **make sure to manually update mkdocs.yml** to include the new item.
# 3. If you switch to a different LLM (for example, from o3 to a newer model), be sure to conduct thorough testing before making the switch.

# To add more languages, you will update the following:
# 1. Add '!docs/{lang}/**' to `on.push.paths` in this file
# 2. Update mkdocs.yml to have the new language
# 3. Update docs/scripts/translate_docs.py to have the new language

on:
push:
branches:
- main
paths:
- 'docs/**'
- mkdocs.yml
- '!docs/ja/**'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for efficiency

- '!docs/ko/**'

permissions:
contents: write
Expand Down
3 changes: 3 additions & 0 deletions docs/ref/extensions/memory/advanced_sqlite_session.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# `Advanced Sqlite Session`

::: agents.extensions.memory.advanced_sqlite_session
3 changes: 3 additions & 0 deletions docs/ref/extensions/memory/encrypt_session.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# `Encrypt Session`

::: agents.extensions.memory.encrypt_session
3 changes: 3 additions & 0 deletions docs/ref/memory/util.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# `Util`

::: agents.memory.util
3 changes: 3 additions & 0 deletions docs/ref/realtime/audio_formats.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# `Audio Formats`

::: agents.realtime.audio_formats
3 changes: 3 additions & 0 deletions docs/ref/tool_guardrails.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# `Tool Guardrails`

::: agents.tool_guardrails