This is an automated email from the ASF dual-hosted git repository.

xiaokang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 88367a3  add python docs navbar (#57)
88367a3 is described below

commit 88367a371c2bed3af908919a580cfd33a19fa708
Author: Xiaokang Yang <[email protected]>
AuthorDate: Tue Nov 11 11:42:16 2025 +0800

    add python docs navbar (#57)
---
 docusaurus.config.ts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index c183744..6b3ed4c 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -112,6 +112,10 @@ const config: Config = {
               label: 'C++ Library',
               to: 'pathname:///docs/cpp/index.html'
             },
+            {
+              label: 'Python Library',
+              to: 'pathname:///docs/python/index.html'
+            },
             {
               label: 'Java-FFI Library',
               to: 'pathname:///docs/java-ffi'


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to