diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 6dc548fbe..0b90d295c 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -5,6 +5,11 @@ 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: @@ -12,6 +17,8 @@ on: paths: - 'docs/**' - mkdocs.yml + - '!docs/ja/**' + - '!docs/ko/**' permissions: contents: write diff --git a/docs/ref/extensions/memory/advanced_sqlite_session.md b/docs/ref/extensions/memory/advanced_sqlite_session.md new file mode 100644 index 000000000..d3528a54a --- /dev/null +++ b/docs/ref/extensions/memory/advanced_sqlite_session.md @@ -0,0 +1,3 @@ +# `Advanced Sqlite Session` + +::: agents.extensions.memory.advanced_sqlite_session diff --git a/docs/ref/extensions/memory/encrypt_session.md b/docs/ref/extensions/memory/encrypt_session.md new file mode 100644 index 000000000..550b269d8 --- /dev/null +++ b/docs/ref/extensions/memory/encrypt_session.md @@ -0,0 +1,3 @@ +# `Encrypt Session` + +::: agents.extensions.memory.encrypt_session diff --git a/docs/ref/memory/util.md b/docs/ref/memory/util.md new file mode 100644 index 000000000..90a8d72ad --- /dev/null +++ b/docs/ref/memory/util.md @@ -0,0 +1,3 @@ +# `Util` + +::: agents.memory.util diff --git a/docs/ref/realtime/audio_formats.md b/docs/ref/realtime/audio_formats.md new file mode 100644 index 000000000..5b5505ec0 --- /dev/null +++ b/docs/ref/realtime/audio_formats.md @@ -0,0 +1,3 @@ +# `Audio Formats` + +::: agents.realtime.audio_formats diff --git a/docs/ref/tool_guardrails.md b/docs/ref/tool_guardrails.md new file mode 100644 index 000000000..bc3639304 --- /dev/null +++ b/docs/ref/tool_guardrails.md @@ -0,0 +1,3 @@ +# `Tool Guardrails` + +::: agents.tool_guardrails