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 71aba75 Add java api to navigation bar (#51) 71aba75 is described below commit 71aba75ec9b228cdac9650a8411a21bea14f18ae Author: Xiaokang Yang <81174897+yang...@users.noreply.github.com> AuthorDate: Fri Sep 12 18:02:46 2025 +0800 Add java api to navigation bar (#51) --- docusaurus.config.ts | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 1f8fae1..c183744 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -112,11 +112,14 @@ const config: Config = { label: 'C++ Library', to: 'pathname:///docs/cpp/index.html' }, - // TODO: Add Java library when it is available - // { - // label: 'Java Library', - // to: 'pathname:///docs/java/' - // }, + { + label: 'Java-FFI Library', + to: 'pathname:///docs/java-ffi' + }, + { + label: 'Java-info Library', + to: 'pathname:///docs/java-info' + }, { label: 'Spark Library', to: 'pathname:///docs/spark/org/apache/graphar/index.html' --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@graphar.apache.org For additional commands, e-mail: commits-h...@graphar.apache.org