This is an automated email from the ASF dual-hosted git repository. imbajin pushed a commit to branch feat/oink-core-platform in repository https://gitbox.apache.org/repos/asf/hugegraph-doc.git
commit 56b0f07bde9b2a3c897bf7af066789fc8f8a63f8 Author: dark <[email protected]> AuthorDate: Fri Sep 4 19:58:51 2026 +0800 feat(ai): publish latest llms bundles - enable LLMSFULL only on the English Docs root\n- enable LLMSFULL only on the Chinese Docs root\n- keep other sections and historical content unchanged --- content/cn/docs/_index.md | 1 + content/en/docs/_index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/content/cn/docs/_index.md b/content/cn/docs/_index.md index 2e3503418..e75800bb3 100755 --- a/content/cn/docs/_index.md +++ b/content/cn/docs/_index.md @@ -2,6 +2,7 @@ title: "Documentation" linkTitle: "Documentation" weight: 20 +outputs: [HTML, RSS, print, markdown, LLMSFULL] --- ## Apache HugeGraph 文档 diff --git a/content/en/docs/_index.md b/content/en/docs/_index.md index a9cd5fbca..7b1c7b8ee 100755 --- a/content/en/docs/_index.md +++ b/content/en/docs/_index.md @@ -2,6 +2,7 @@ title: "Documentation" linkTitle: "Documentation" weight: 20 +outputs: [HTML, RSS, print, markdown, LLMSFULL] --- ## Apache HugeGraph Documentation
