GitHub user richardcloudsoft opened a pull request:
https://github.com/apache/incubator-brooklyn-site/pull/4
Add second-level menus and improve site structure handling
Second level menus appear both as drop-down menus on the top navbar, and on
the right side of pages.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/richardcloudsoft/incubator-brooklyn-site
site-structure
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn-site/pull/4.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4
----
commit 30dea9e4705067868fddcd823a3444d3c88f5f4e
Author: Richard Downer <[email protected]>
Date: 2014-08-20T11:15:34Z
For external dependencies, href to "https://..."
Was previously "//..." - handy for compatibility with both http and
https referring pages, but breaks file://... referring pages (e.g.
building a preview). Always use https, as all our Apache websites are
https based.
commit bc888e61a51dab27d257206c7cd832e3027d18d3
Author: Richard Downer <[email protected]>
Date: 2014-08-21T15:41:10Z
Remove trailing slash from configured site.url
This is because in plugins/liquid templates, page.url includes a
*leading* slash
commit a005e49f04bdcae58f480c756f15b19715fa9617
Author: Richard Downer <[email protected]>
Date: 2014-08-21T15:43:08Z
Define site structure in YAML front matter
Adds a site_structure plugin to parse this information, and modify base
template to use this when generating the navbar, instead of hardcoding.
navgroups now mostly automated (i.e. which tab is highlighted on each
page)
commit a4eb5f863af8ccd8e9f309915541164d92a84072
Author: Richard Downer <[email protected]>
Date: 2014-08-21T16:27:47Z
Add second-level menu support
----
---
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.
---