rdblue commented on a change in pull request #1:
URL: https://github.com/apache/iceberg-docs/pull/1#discussion_r763195862



##########
File path: config.toml
##########
@@ -0,0 +1,24 @@
+baseURL = ""  # This is populated by the github deploy workflow and is equal 
to "<domainName>/<version|latest>"
+languageCode = "en-us"
+title = "Apache Iceberg"
+theme= "hugo-book"
+
+[params]
+  BookLogo = "img/iceberg-logo-icon.png"
+  description = "The open table format for analytic datasets."
+  versions.iceberg = "" # This is populated by the github deploy workflow and 
is equal to the branch name
+  versions.nessie = "0.15.1"
+  latestVersions.iceberg = "0.12.1"  # This is used for the version badge on 
the "latest" site version
+
+[[params.social]]
+       title = "devlist"
+       icon = "envelope-o"
+       url = "mailto:[email protected]";

Review comment:
       Rather than linking to the dev list, what about linking to the community 
page that has a lot more information on the various ways to get involved?




-- 
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]


Reply via email to