I am currently maintaining a section in one of our clients' website. It's fairly simple: one parent page and multiple child pages. The parent displays all the links to the child pages; and, once you are on one of the sub-pages, there will be a sidebar that lists all the links to the other (sibling) pages.
This actually requires frequent updates: the client wants to add a new child page some time to time. Thus, they'd need to (i) add a new link on the parent page, (ii) create a new child page, and (iii) add a new link to the sidebar.
I am sure this is a good candidate for using a CMS e.g. WordPress; however, not too sure whether it'd be simpler. Specifically, is there a way in WordPress to accomplish (ii) and (iii) automatically? That is, to add a new child page and automatically have the sidebar added with that new child? Maybe a plugin?
If you have other suggestions about other CMS platform that is built more specifically for this purpose, I'd be very interested.