소스 검색

Added menu item to point to home page.

Luke Taylor 18 년 전
부모
커밋
8177168d73
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/site/site.xml

+ 1 - 0
src/site/site.xml

@@ -38,6 +38,7 @@
     </links>
 
     <menu name="Overview">
+      <item name="Home" href="index.html"/>
       <item name="Building with Maven" href="building.html"/>
       <item name="Downloads" href="downloads.html"/>
     </menu>