|
1 | 1 | <?xml version="1.0"?>
|
2 | 2 |
|
3 |
| -<project xmlns="http://maven.apache.org/DECORATION/1.3.0" |
| 3 | +<project xmlns="http://maven.apache.org/DECORATION/1.6.0" |
4 | 4 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5 |
| - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd" |
| 5 | + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.6.0 http://maven.apache.org/xsd/decoration-1.6.0.xsd" |
6 | 6 | name="Plexus">
|
7 | 7 | <version position="none" />
|
8 | 8 |
|
|
52 | 52 | <menu name="Plexus Projects" inherit="bottom">
|
53 | 53 | <item name="Modello" href="/modello/" />
|
54 | 54 | <item name="Plexus Classworlds" href="/plexus-classworlds/" />
|
55 |
| - <item name="Plexus Container" href="/plexus-containers/" /> |
56 |
| - <item name="Plexus Components" href="/plexus-components/" /> |
| 55 | + <item name="Plexus Components" href="/plexus-components/" > |
| 56 | + <item name="Plexus Archiver" href="/plexus-archiver/"/> |
| 57 | + <item name="Plexus CLI" href="/plexus-cli/"/> |
| 58 | + <item name="Plexus Compiler" href="/plexus-compiler/"/> |
| 59 | + <item name="Plexus Digest" href="/plexus-digest/"/> |
| 60 | + <item name="Plexus i18n" href="/plexus-i18n/"/> |
| 61 | + <item name="Plexus Interactivity" href="/plexus-interactivity/"/> |
| 62 | + <item name="Plexus Interpolation" href="/plexus-interpolation/"/> |
| 63 | + <item name="Plexus IO" href="/plexus-io/"/> |
| 64 | + <item name="Plexus Resources" href="/plexus-resources/"/> |
| 65 | + <item name="Plexus Swizzle" href="/plexus-swizzle/"/> |
| 66 | + <item name="Plexus Velocity" href="/plexus-velocity/"/> |
| 67 | + </item> |
57 | 68 | <item name="Plexus Utils" href="/plexus-utils/" />
|
58 | 69 | </menu>
|
59 | 70 |
|
60 |
| - <menu name="Downloads"> |
61 |
| - <!-- .tgz files for latest release and snapshots --> |
62 |
| - <item name="Sources" href="source-repository.html" /> |
63 |
| - <item name="Binaries" href="/download-binaries.html" /> |
64 |
| - </menu> |
65 |
| - |
66 |
| - <menu name="Books"> |
| 71 | + <menu name="Old IoC Documentation"> |
| 72 | + <item name="Books" collapse="true"> |
67 | 73 | <item name="Writing Components" href="/writing-components-trail/index.html" />
|
68 | 74 | <!-- this is not really ready for publishing yet !
|
69 | 75 | <item name="Developer Guide" href="/Plexus_developer_reference" />
|
70 | 76 | -->
|
71 |
| - </menu> |
| 77 | + </item> |
72 | 78 |
|
73 |
| - <menu name="Guides"> |
| 79 | + <item name="Guides" collapse="true"> |
74 | 80 | <!-- 5 minute tutorial -->
|
75 | 81 | <item name="Quick Start" href="/guides/quick-start/getting-started.html" />
|
76 | 82 | <!-- Guide to writing components, touches upon basic plexus concepts to get started -->
|
|
80 | 86 |
|
81 | 87 | <!-- Detailed Plexus manual -->
|
82 | 88 | <item name="Developer Guide" href="/guides/developer-guide/index.html" />
|
83 |
| - </menu> |
| 89 | + </item> |
84 | 90 |
|
85 |
| - <menu name="Reference"> |
| 91 | + <item name="Reference" collapse="true"> |
86 | 92 | <!-- A background on Component oriented programming -->
|
87 | 93 | <item name="Why Use Components?" href="/ref/why-use-components.html" />
|
88 | 94 | <!-- Discuss elements for plexus.xml and components.xml and differences -->
|
|
92 | 98 | <item name="Technical Articles" href="/ref/technical-articles.html" />
|
93 | 99 | <item name="Available Components" href="/ref/available-components.html" />
|
94 | 100 | <item name="FAQs" href="/faq.html" />
|
| 101 | + </item> |
95 | 102 | </menu>
|
96 | 103 |
|
97 | 104 | <menu name="Community">
|
|
0 commit comments