$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Changing the website (Was: Need help with bootstrap.bat)
From: Daniel James (dnljms_at_[hidden])
Date: 2018-01-03 17:51:20
On 3 January 2018 at 14:36, Andrzej Krzemienski via Boost
<boost_at_[hidden]> wrote:
>
> Making proposals to reorganize the website is nice, but is anyone
>> going to do it?
>>
>
> My proposal is to add a link in that menu, or move one or two links around.
> I think we have access to sources under GitHub? I can do it if I am given
> access.
The sidebar menu is at:
https://github.com/boostorg/website/tree/master/common
'sidebar-*.html' contains the sidebars for various parts of the site,
'sidebar-boost.html' is the home page sidebar. This uses virtual
includes to import the menus from the 'menu-*.html' files. The section
menus are included in every page, CSS is used to only display the menu
for the current section.
You can create pull requests, or I could add you to the website team,
and you could try changing the beta branch.