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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 2b81dd780 Add Polaris Console on the tools set (#3355)
2b81dd780 is described below

commit 2b81dd78081b36e52e7155c949465d0e68db9278
Author: JB Onofré <[email protected]>
AuthorDate: Mon Jan 5 17:14:09 2026 +0100

    Add Polaris Console on the tools set (#3355)
---
 site/content/tools/_index.md          |  1 +
 site/content/tools/polaris-console.md | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/site/content/tools/_index.md b/site/content/tools/_index.md
index a57b6af27..ae620d1a7 100644
--- a/site/content/tools/_index.md
+++ b/site/content/tools/_index.md
@@ -33,4 +33,5 @@ These include:
 | [Polaris Benchmarks](./polaris-benchmarks/)             | Performance 
benchmarks for Polaris.                                                |
 | [Polaris Synchronizer](./polaris-synchronizer/)         | A tool to migrate 
entities from one Polaris instance to another.                   |
 | [Polaris MCP Server](./polaris-mcp-server/)             | A Polaris MCP 
server implementation.                                               |
+| [Polaris Console](./polaris-console/)                           | A Web 
Console for the Polaris server.                                              |
 
diff --git a/site/content/tools/polaris-console.md 
b/site/content/tools/polaris-console.md
new file mode 100644
index 000000000..a9fe1af1c
--- /dev/null
+++ b/site/content/tools/polaris-console.md
@@ -0,0 +1,27 @@
+---
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+title: Polaris Console
+type: docs
+weight: 999
+---
+
+The Polaris Console is a modern web interface for the Polaris server.
+
+You can find more details about Polaris Console on the 
[README.md](https://github.com/apache/polaris-tools/blob/main/console/README.md).
\ No newline at end of file

Reply via email to