diff options
author | Maria Odea B. Ching <oching@apache.org> | 2009-07-28 07:42:50 +0000 |
---|---|---|
committer | Maria Odea B. Ching <oching@apache.org> | 2009-07-28 07:42:50 +0000 |
commit | 2de9b3de756081c4a4cd11a7fd79d3bc593356dd (patch) | |
tree | 2f6f5c04781ee69f61397fdbf5138eaf8efce670 /archiva-docs/src | |
parent | 0586f7bd5bb9c98a26c82c7ffd880859ed7ea5c0 (diff) | |
download | archiva-2de9b3de756081c4a4cd11a7fd79d3bc593356dd.tar.gz archiva-2de9b3de756081c4a4cd11a7fd79d3bc593356dd.zip |
[MRM-1002] Website navigation links don't work as expected
Submitted by: Jevica Arianne Zurbano
* replaced the breadcrumbs to point to the documentation's index to avoid
o the directory listing when accessing http://archiva.apache.org/docs/
o being pointed to a non-existing page like http://archiva.apache.org/docs/1.2-M1/docs/1.2-M1
* added 'Downloads' link in site.xml
* updated the evaluateBeanshell condition to coincide with site.xml modification
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@798430 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs/src')
-rw-r--r-- | archiva-docs/src/site/site.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/archiva-docs/src/site/site.xml b/archiva-docs/src/site/site.xml index b9a8f54b3..9bcd1072c 100644 --- a/archiva-docs/src/site/site.xml +++ b/archiva-docs/src/site/site.xml @@ -21,13 +21,14 @@ <project> <body> <breadcrumbs> - <item name="1.2.1" href="/docs/1.2.1" /> + <item name="1.2.1" href="/index.html" /> </breadcrumbs> <menu name="Introduction"> - <item name="Quick Start" href="/quick-start.html" /> - <item name="Feature Tour" href="/tour/index.html" /> + <item name="Quick Start" href="/quick-start.html" /> + <item name="Feature Tour" href="/tour/index.html" /> <item name="Release Notes" href="/release-notes.html" /> + <item name="Downloads" href="http://archiva.apache.org/download.html" /> </menu> <menu name="Users Guide"> |