This is an automated email from the ASF dual-hosted git repository.
yufei 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 5f2a37570 Doc: Fix the issue that html tags are not working in Hugo
(#1382)
5f2a37570 is described below
commit 5f2a37570c7ed3cf79842422a7f4f1f9ed56c6bc
Author: fabio-rizzo-01 <[email protected]>
AuthorDate: Tue Apr 22 22:29:20 2025 +0100
Doc: Fix the issue that html tags are not working in Hugo (#1382)
---
site/content/in-dev/unreleased/access-control.md | 10 +++++-----
site/hugo.yaml | 6 ++++--
2 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/site/content/in-dev/unreleased/access-control.md
b/site/content/in-dev/unreleased/access-control.md
index 1501e8013..c94458521 100644
--- a/site/content/in-dev/unreleased/access-control.md
+++ b/site/content/in-dev/unreleased/access-control.md
@@ -84,11 +84,11 @@ principal roles. Likewise, a principal role can be granted
to one or more catalo
The following table displays examples of catalog roles that you might
configure in Polaris:
-| Example Catalog role | Description |
-| -----------------------| ----------- |
-| Catalog administrators | A role that has been granted multiple privileges
to emulate full access to the catalog.<br /><br />Principal roles that have
been granted this role are permitted to create, alter, read, write, and drop
tables in the catalog. |
-| Catalog readers | A role that has been granted read-only privileges to
tables in the catalog.<br /><br />Principal roles that have been granted this
role are allowed to read from tables in the catalog. |
-| Catalog contributor | A role that has been granted read and write access
privileges to all tables that belong to the catalog.<br /><br />Principal roles
that have been granted this role are allowed to perform read and write
operations on tables in the catalog. |
+| Example Catalog role | Description|
+| -----------------------|-----------|
+| Catalog administrators | A role that has been granted multiple privileges
to emulate full access to the catalog. <br/>Principal roles that have been
granted this role are permitted to create, alter, read, write, and drop tables
in the catalog. |
+| Catalog readers | A role that has been granted read-only privileges to
tables in the catalog. <br/>Principal roles that have been granted this role
are allowed to read from tables in the catalog. |
+| Catalog contributor | A role that has been granted read and write access
privileges to all tables that belong to the catalog. <br/>Principal roles that
have been granted this role are allowed to perform read and write operations on
tables in the catalog. |
## RBAC model
diff --git a/site/hugo.yaml b/site/hugo.yaml
index 3ee235bda..10548adcd 100644
--- a/site/hugo.yaml
+++ b/site/hugo.yaml
@@ -114,7 +114,7 @@ menu:
- name: "Downloads"
identifier: "downloads"
- url: "/downloads"
+ url: "/downloads"
weight: 200
- name: "Community"
@@ -236,6 +236,9 @@ markup:
noHl: false
style: 'monokai'
tabWidth: 4
+ goldmark:
+ renderer:
+ unsafe: true
security:
exec:
@@ -255,4 +258,3 @@ privacy:
simple: true
youtube:
privacyEnhanced: true
-