From 9b95df1230faf1e6c67ad6172afeef5cd93648f9 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Tue, 7 Oct 2025 17:12:00 +0200 Subject: [PATCH] Move RST documentation to `/docs` --- .github/workflows/doctor-rst.yaml | 4 ++-- src/ai-bundle/doc/index.rst => docs/bundles/ai-bundle.rst | 0 src/mcp-bundle/doc/index.rst => docs/bundles/mcp-bundle.rst | 0 src/agent/doc/index.rst => docs/components/agent.rst | 0 src/chat/doc/index.rst => docs/components/chat.rst | 0 src/platform/doc/index.rst => docs/components/platform.rst | 0 .../doc => docs/components/platform}/gemini-server-tools.rst | 0 .../components/platform}/vertexai-server-tools.rst | 0 {src/platform/doc => docs/components/platform}/vertexai.rst | 0 src/store/doc/index.rst => docs/components/store.rst | 0 10 files changed, 2 insertions(+), 2 deletions(-) rename src/ai-bundle/doc/index.rst => docs/bundles/ai-bundle.rst (100%) rename src/mcp-bundle/doc/index.rst => docs/bundles/mcp-bundle.rst (100%) rename src/agent/doc/index.rst => docs/components/agent.rst (100%) rename src/chat/doc/index.rst => docs/components/chat.rst (100%) rename src/platform/doc/index.rst => docs/components/platform.rst (100%) rename {src/platform/doc => docs/components/platform}/gemini-server-tools.rst (100%) rename {src/platform/doc => docs/components/platform}/vertexai-server-tools.rst (100%) rename {src/platform/doc => docs/components/platform}/vertexai.rst (100%) rename src/store/doc/index.rst => docs/components/store.rst (100%) diff --git a/.github/workflows/doctor-rst.yaml b/.github/workflows/doctor-rst.yaml index 0b32501d9..2fc14bde2 100644 --- a/.github/workflows/doctor-rst.yaml +++ b/.github/workflows/doctor-rst.yaml @@ -4,11 +4,11 @@ on: push: paths: - '**.rst' - - 'src/*/doc/**' + - 'docs/**' pull_request: paths: - '**.rst' - - 'src/*/doc/**' + - 'docs/**' jobs: doctor-rst: diff --git a/src/ai-bundle/doc/index.rst b/docs/bundles/ai-bundle.rst similarity index 100% rename from src/ai-bundle/doc/index.rst rename to docs/bundles/ai-bundle.rst diff --git a/src/mcp-bundle/doc/index.rst b/docs/bundles/mcp-bundle.rst similarity index 100% rename from src/mcp-bundle/doc/index.rst rename to docs/bundles/mcp-bundle.rst diff --git a/src/agent/doc/index.rst b/docs/components/agent.rst similarity index 100% rename from src/agent/doc/index.rst rename to docs/components/agent.rst diff --git a/src/chat/doc/index.rst b/docs/components/chat.rst similarity index 100% rename from src/chat/doc/index.rst rename to docs/components/chat.rst diff --git a/src/platform/doc/index.rst b/docs/components/platform.rst similarity index 100% rename from src/platform/doc/index.rst rename to docs/components/platform.rst diff --git a/src/platform/doc/gemini-server-tools.rst b/docs/components/platform/gemini-server-tools.rst similarity index 100% rename from src/platform/doc/gemini-server-tools.rst rename to docs/components/platform/gemini-server-tools.rst diff --git a/src/platform/doc/vertexai-server-tools.rst b/docs/components/platform/vertexai-server-tools.rst similarity index 100% rename from src/platform/doc/vertexai-server-tools.rst rename to docs/components/platform/vertexai-server-tools.rst diff --git a/src/platform/doc/vertexai.rst b/docs/components/platform/vertexai.rst similarity index 100% rename from src/platform/doc/vertexai.rst rename to docs/components/platform/vertexai.rst diff --git a/src/store/doc/index.rst b/docs/components/store.rst similarity index 100% rename from src/store/doc/index.rst rename to docs/components/store.rst