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 d8bc36210 [#4685] fix docs img inline style issue for md (#4789)
d8bc36210 is described below
commit d8bc36210e64214e11edca45188c4431009a2bed
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 29 08:56:17 2024 -0700
[#4685] fix docs img inline style issue for md (#4789)
### What changes were proposed in this pull request?
Removed the style tag for the md can not support jsx, and the border
style is still work.
<img width="1745" alt="image"
src="https://github.com/user-attachments/assets/020fb1ce-97ff-4330-9a09-a0bd71f87cd2">
### Why are the changes needed?
md can not support jsx, make the raw HTML is displaying on the GitHub
pages
Fix: #4685
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
N/A
Co-authored-by: Qian Xia <[email protected]>
---
docs/getting-started.md | 2 +-
docs/how-to-build.md | 2 +-
docs/how-to-install.md | 2 +-
docs/how-to-upgrade.md | 2 +-
docs/how-to-use-the-playground.md | 2 +-
docs/index.md | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/getting-started.md b/docs/getting-started.md
index c2f39ac4d..e204c6963 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -335,5 +335,5 @@ 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="" />
+<img
src="https://analytics.apache.org/matomo.php?idsite=62&rec=1&bots=1&action_name=GettingStarted"
alt="" />
diff --git a/docs/how-to-build.md b/docs/how-to-build.md
index 3e63f2e7b..52b76f7e0 100644
--- a/docs/how-to-build.md
+++ b/docs/how-to-build.md
@@ -268,4 +268,4 @@ Building the Gravitino project compiles the necessary
components, and starting t
Please refer to [CONTRIBUTING.md]
(https://github.com/apache/gravitino/blob/main/CONTRIBUTING.md) for
instructions on running the project using VSCode or IntelliJ on Windows.
-<img
src="https://analytics.apache.org/matomo.php?idsite=62&rec=1&bots=1&action_name=HowToBuild"
style={{ border: 0 }} alt="" />
+<img
src="https://analytics.apache.org/matomo.php?idsite=62&rec=1&bots=1&action_name=HowToBuild"
alt="" />
diff --git a/docs/how-to-install.md b/docs/how-to-install.md
index 940ad7bf7..3c0fad9c4 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&action_name=HowToInstall"
style={{ border: 0 }} alt="" />
+<img
src="https://analytics.apache.org/matomo.php?idsite=62&rec=1&bots=1&action_name=HowToInstall"
alt="" />
diff --git a/docs/how-to-upgrade.md b/docs/how-to-upgrade.md
index be30458fb..a0873823d 100644
--- a/docs/how-to-upgrade.md
+++ b/docs/how-to-upgrade.md
@@ -110,4 +110,4 @@ 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`
-<img
src="https://analytics.apache.org/matomo.php?idsite=62&rec=1&bots=1&action_name=HowToUpgrade"
style={{ border: 0 }} alt="" />
+<img
src="https://analytics.apache.org/matomo.php?idsite=62&rec=1&bots=1&action_name=HowToUpgrade"
alt="" />
diff --git a/docs/how-to-use-the-playground.md
b/docs/how-to-use-the-playground.md
index f1a49bd9f..cd6b0ed70 100644
--- a/docs/how-to-use-the-playground.md
+++ b/docs/how-to-use-the-playground.md
@@ -274,4 +274,4 @@ os.environ["OPENAI_API_KEY"] = ""
os.environ["OPENAI_API_BASE"] = ""
```
-<img
src="https://analytics.apache.org/matomo.php?idsite=62&rec=1&bots=1&action_name=HowtoUsePlayground"
style={{ border: 0 }} alt="" />
+<img
src="https://analytics.apache.org/matomo.php?idsite=62&rec=1&bots=1&action_name=HowtoUsePlayground"
alt="" />
diff --git a/docs/index.md b/docs/index.md
index f813f396e..066062a88 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -179,4 +179,4 @@ Gravitino provides security configurations for Gravitino,
including HTTPS, authe
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="" />
+<img
src="https://analytics.apache.org/matomo.php?idsite=62&rec=1&bots=1&action_name=Overview"
alt="" />