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

asorokoumov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/otava-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 160fd65  Fix page titles
160fd65 is described below

commit 160fd65b47d6a133571a31b1e228834aa71b7109
Author: Alex Sorokoumov <[email protected]>
AuthorDate: Thu Mar 5 22:19:55 2026 -0800

    Fix page titles
---
 docs/basics.md          | 4 ++++
 docs/big-query.md       | 4 ++++
 docs/community.md       | 4 ++++
 docs/contribute.md      | 4 ++++
 docs/csv.md             | 4 ++++
 docs/download.md        | 4 ++++
 docs/getting-started.md | 4 ++++
 docs/grafana.md         | 4 ++++
 docs/graphite.md        | 5 ++++-
 docs/install.md         | 4 ++++
 docs/math.md            | 4 ++++
 docs/overview.md        | 4 ++++
 docs/postgresql.md      | 4 ++++
 13 files changed, 52 insertions(+), 1 deletion(-)

diff --git a/docs/basics.md b/docs/basics.md
index 83cd5e7..95e790d 100644
--- a/docs/basics.md
+++ b/docs/basics.md
@@ -1,3 +1,7 @@
+---
+title: Basics
+---
+
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
diff --git a/docs/big-query.md b/docs/big-query.md
index 5b7ea4b..09ca207 100644
--- a/docs/big-query.md
+++ b/docs/big-query.md
@@ -1,3 +1,7 @@
+---
+title: BigQuery
+---
+
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
diff --git a/docs/community.md b/docs/community.md
index b6a3dc1..0a92c21 100644
--- a/docs/community.md
+++ b/docs/community.md
@@ -1,3 +1,7 @@
+---
+title: Community
+---
+
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
diff --git a/docs/contribute.md b/docs/contribute.md
index ced0305..7e97ced 100644
--- a/docs/contribute.md
+++ b/docs/contribute.md
@@ -1,3 +1,7 @@
+---
+title: Contribute
+---
+
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
diff --git a/docs/csv.md b/docs/csv.md
index 3c480df..bd6a2ad 100644
--- a/docs/csv.md
+++ b/docs/csv.md
@@ -1,3 +1,7 @@
+---
+title: CSV
+---
+
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
diff --git a/docs/download.md b/docs/download.md
index 025e408..74c61ae 100644
--- a/docs/download.md
+++ b/docs/download.md
@@ -1,3 +1,7 @@
+---
+title: Download
+---
+
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 4ca0cb4..a624de3 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -1,3 +1,7 @@
+---
+title: Getting Started
+---
+
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
diff --git a/docs/grafana.md b/docs/grafana.md
index c60cd37..056e39d 100644
--- a/docs/grafana.md
+++ b/docs/grafana.md
@@ -1,3 +1,7 @@
+---
+title: Grafana Integration
+---
+
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
diff --git a/docs/graphite.md b/docs/graphite.md
index c5378cb..b5fa516 100644
--- a/docs/graphite.md
+++ b/docs/graphite.md
@@ -16,11 +16,14 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
+---
+title: Graphite
+---
 
 # Importing results from Graphite
 
 :::tip
-See 
[otava.yaml](https://github.com/apache/otava/tree/master/examples/graphite/otava.yaml)
 for the full example configuration.
+See 
[otava.yaml](https://github.com/apache/otava/tree/master/examples/graphite/config/otava.yaml)
 for the full example configuration.
 :::
 
 ## Graphite and Grafana Connection
diff --git a/docs/install.md b/docs/install.md
index c9450a5..2c47cdc 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -1,3 +1,7 @@
+---
+title: Installation
+---
+
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
diff --git a/docs/math.md b/docs/math.md
index 37f8ba2..b21cd3a 100644
--- a/docs/math.md
+++ b/docs/math.md
@@ -1,3 +1,7 @@
+---
+title: Change Point Detection
+---
+
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
diff --git a/docs/overview.md b/docs/overview.md
index 7968e8e..7b5bbb8 100644
--- a/docs/overview.md
+++ b/docs/overview.md
@@ -1,3 +1,7 @@
+---
+title: Overview
+---
+
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
diff --git a/docs/postgresql.md b/docs/postgresql.md
index b8f5b09..d78da68 100644
--- a/docs/postgresql.md
+++ b/docs/postgresql.md
@@ -1,3 +1,7 @@
+---
+title: PostgreSQL
+---
+
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file

Reply via email to