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



##########
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:dev-subscr...@iceberg.apache.org";

Review comment:
       Why not just a "Community" 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: dev-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to