[
https://issues.apache.org/jira/browse/EDGENT-327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15802542#comment-15802542
]
ASF GitHub Bot commented on EDGENT-327:
---------------------------------------
Github user queeniema commented on a diff in the pull request:
https://github.com/apache/incubator-edgent-website/pull/88#discussion_r94853271
--- Diff: site/_data/mydoc/mydoc_topnav.yml ---
@@ -60,24 +60,24 @@ javadoc_dropdowns:
version: all
output: web
items:
- - title: lastest
- external_url:
http://edgent.incubator.apache.org/javadoc/latest/index.html
+ - title: latest
+ url: /..\/javadoc\/latest
--- End diff --
When testing locally, Jekyll wasn't recognizing the path without the
backslashes. Does `url: /javadoc/latest` work for anyone else?
> some http urls in the website prevent full local testing
> --------------------------------------------------------
>
> Key: EDGENT-327
> URL: https://issues.apache.org/jira/browse/EDGENT-327
> Project: Edgent
> Issue Type: Task
> Components: Web Site
> Reporter: Dale LaBossiere
> Assignee: Queenie Ma
> Priority: Trivial
>
> If you create a local / test instance of the website (e.g., "jekyll server")
> all of the javadoc related links go to the live website.
> site/_config.yml defines docurl which is used in many places. See the note
> there about issues encountered when I tried changing it from a http url to a
> / url... though overall it seemed to work.
> Also the javadoc "latest", 1.0.0, ... links in
> site/_data/mydoc/mydoc_topnav.yml are http links.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)