vinooganesh commented on code in PR #72: URL: https://github.com/apache/parquet-site/pull/72#discussion_r1681654486
########## hugo.toml: ########## @@ -146,10 +146,20 @@ enable = false [params.links] # End user relevant links. These will show up on left side of footer and in the community page if you have one. [[params.links.user]] - name = "User mailing list" + name = "Post to Mailing List" url = "mailto:[email protected]" icon = "fa fa-envelope" - desc = "Discussion and help from your fellow users. To subscribe please email [email protected]. View the archive here: https://lists.apache.org/[email protected]." Review Comment: Hmm unfortunately we're kind of stuck with what docsy offers out of the box: https://github.com/google/docsy/blob/309da207e5deeda762348bfd0cc32367c5565a1e/layouts/partials/community_links.html#L29 which doesn't treat the `desc` or any of the content inside of it as link -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
