-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
1 changed file
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]." | ||
desc = "Discussion and help from your fellow users" | ||
[[params.links.user]] | ||
name = "Subscribe to Mailing List" | ||
url = "mailto:[email protected]" | ||
icon = "fa fa-envelope-circle-check" | ||
desc = "Subscribe to the mailing list to participate." | ||
[[params.links.user]] | ||
name = "View Mailing List Archives" | ||
url = "https://lists.apache.org/[email protected]" | ||
icon = "fa fa-box-archive" | ||
desc = "View archives of past discussions." | ||
[[params.links.user]] | ||
name ="Twitter" | ||
url = "https://twitter.com/ApacheParquet" | ||
|