Github user dlaboss commented on a diff in the pull request:
https://github.com/apache/incubator-quarks-website/pull/62#discussion_r63516532
--- Diff: site/_includes/header.html ---
@@ -98,7 +98,7 @@
<a href="#" class="dropdown-toggle"
data-toggle="dropdown" role="button" aria-haspopup="true"
aria-expanded="false">Documentation</a>
<ul class="dropdown-menu">
<li><a href="docs/home">Documentation Home</a></li>
- <li><a href="{{ site.projurl
}}/docs/javadoc/index.html">Javadoc</a></li>
--- End diff --
The original used `{{ site.projurl }}` to provide a level of indirection.
That seems generally good and particularly desirable since the url will change
once again when the project name is changed. Can such a scheme be applied
everywhere - at least for non-autogenerated javadoc files? Related question:
can something similar be done for the project name - e.g., something like
`site.projname` instead of using `Quarks` directly?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---