mbeckerle commented on code in PR #129:
URL: https://github.com/apache/daffodil-site/pull/129#discussion_r1579422599
##########
site/_includes/themes/apache/default.html:
##########
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <title>Apache Daffodil | {% if page.collection == "vscode" %}VS Code
Extension {% endif %}{{ page.title }}</title>
+ <title>Apache Daffodil | {% if page.collection == "vscode" %}VS Code
Extension {% endif %}{% if page.collection == "sbt" %}SBT Plugin {% endif %}{{
page.title }}</title>
Review Comment:
This could evolve to support multiple SBT plugins if we want to not
proliferate pages for each such plugin. OTOH, enhancing this plugin may be
preferable to adding multiple ones. It depends.
I think "SBT" is the challenge here. People won't know what that is. Can we
say "DFDL Schema Build Tools" or "Build Tools" or something.
Not necessary change. Just a thought. Can be deferred.
--
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]