This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch branch-0.6
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-0.6 by this push:
new 54ff13c55 [Minor] Remove URL parameter and add a coueple of more pages
(#4644)
54ff13c55 is described below
commit 54ff13c55ede6e539ea40998835229c61ba6a9ba
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 23 10:36:44 2024 +0800
[Minor] Remove URL parameter and add a coueple of more pages (#4644)
### What changes were proposed in this pull request?
Remove URL parameter and add a coueple of more pages.
### Why are the changes needed?
Track a few more useful pages. URL parameter didn't seem to work.
Fix: # N/A
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
N/A
Co-authored-by: Justin Mclean <[email protected]>
---
README.md | 2 +-
docs/getting-started.md | 3 +++
docs/how-to-build.md | 2 +-
docs/how-to-install.md | 2 +-
docs/how-to-upgrade.md | 4 +++-
docs/how-to-use-the-playground.md | 1 +
docs/index.md | 2 ++
7 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 6b9b91021..9b2282510 100644
--- a/README.md
+++ b/README.md
@@ -132,4 +132,4 @@ Apache Gravitino is an effort undergoing incubation at The
Apache Software Found
<sub>ApacheĀ®, Apache Gravitino™, Apache Hadoop®, Apache Hive™,
Apache Iceberg™, Apache Kafka®, Apache Spark™, Apache
Submarine™, Apache Thrift™ and Apache Zeppelin™ are either
registered trademarks or trademarks of the Apache Software Foundation in the
United States and/or other countries.</sub>
-<img
src="https://analytics.apache.org/matomo.php?idsite=62&rec=1&bots=1&url=%2Freadme.md&action_name=ReadMe"
style="border:0;" alt="" />
+<img
src="https://analytics.apache.org/matomo.php?idsite=62&rec=1&bots=1&action_name=ReadMe"
style="border:0;" alt="" />
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 0155cfa4f..7d373735a 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -334,3 +334,6 @@ After completing these steps, you should be able to access
the Gravitino REST in
This document is just the beginning. You're welcome to customize your
Gravitino setup based on your requirements and to explore the vast
possibilities this powerful tool offers. If you encounter any issues or have
questions, you can always connect with the Gravitino community for assistance.
+
+<img
src="https://analytics.apache.org/matomo.php?idsite=62&rec=1&bots=1&action_name=GettingStarted"
style="border:0;" alt="" />
+
diff --git a/docs/how-to-build.md b/docs/how-to-build.md
index d8f686412..ff64b02ff 100644
--- a/docs/how-to-build.md
+++ b/docs/how-to-build.md
@@ -269,4 +269,4 @@ Building the Gravitino project compiles the necessary
components, and starting t
For instructions on how to run the project using VSCode or IntelliJ on
Windows, please refer to
[CONTRIBUTING.md](https://github.com/apache/gravitino/blob/main/CONTRIBUTING.md).
-<img
src="https://analytics.apache.org/matomo.php?idsite=62&rec=1&bots=1&url=%2Fdocs%2Fhow-to-build.md&action_name=HowToBuild"
style="border:0;" alt="" />
+<img
src="https://analytics.apache.org/matomo.php?idsite=62&rec=1&bots=1&action_name=HowToBuild"
style="border:0;" alt="" />
diff --git a/docs/how-to-install.md b/docs/how-to-install.md
index d3e01f1f3..60a70724f 100644
--- a/docs/how-to-install.md
+++ b/docs/how-to-install.md
@@ -171,4 +171,4 @@ For the details, review the
[Gravitino playground
repository](https://github.com/apache/gravitino-playground) and
[playground example](./how-to-use-the-playground.md).
-<img
src="https://analytics.apache.org/matomo.php?idsite=62&rec=1&bots=1&url=%2Fdocs%2Fhow-to-install.md&action_name=HowToInstall"
style="border:0;" alt="" />
+<img
src="https://analytics.apache.org/matomo.php?idsite=62&rec=1&bots=1&action_name=HowToInstall"
style="border:0;" alt="" />
diff --git a/docs/how-to-upgrade.md b/docs/how-to-upgrade.md
index 87401f328..1d9ff1014 100644
--- a/docs/how-to-upgrade.md
+++ b/docs/how-to-upgrade.md
@@ -108,4 +108,6 @@ version of Gravitino. This is accomplished by repeating
steps (3) and
(4), but this time comparing against the official version of the
upgraded schema, e.g. if you upgraded the schema to Gravitino 0.8.0 then
you will want to compare your schema dump against the contents of
-`schema-0.8.0-<type>.sql`
\ No newline at end of file
+`schema-0.8.0-<type>.sql`
+
+<img
src="https://analytics.apache.org/matomo.php?idsite=62&rec=1&bots=1&action_name=HowToUpgrade"
style="border:0;" alt="" />
diff --git a/docs/how-to-use-the-playground.md
b/docs/how-to-use-the-playground.md
index babd1b3f5..c2f187914 100644
--- a/docs/how-to-use-the-playground.md
+++ b/docs/how-to-use-the-playground.md
@@ -236,3 +236,4 @@ select * from catalog_hive.sales.customers
union
select * from catalog_iceberg.sales.customers;
```
+<img
src="https://analytics.apache.org/matomo.php?idsite=62&rec=1&bots=1&action_name=HowtoUsePlayground"
style="border:0;" alt="" />
diff --git a/docs/index.md b/docs/index.md
index 2d1d48bd6..2694ad416 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -178,3 +178,5 @@ Gravitino provides security configurations for Gravitino,
including HTTPS, authe
* [Publish Docker images](./publish-docker-images.md): a guide to publishing
Gravitino Docker images;
also lists the change logs of Gravitino CI Docker images and release images.
* [How to upgrade Gravitino](./how-to-upgrade.md): a guide to upgrading the
schema of Gravitino storage backend from one release version to another.
+
+<img
src="https://analytics.apache.org/matomo.php?idsite=62&rec=1&bots=1&action_name=Overview"
style="border:0;" alt="" />