AlexaCRM products documentation.
- Create a new page, e. g.
/wpcrm/test.md
. - Add the page to
navigation
in_config.yml
navigation:
wpcrm:
Introduction: "/wpcrm/" # Existing
Installation: "/wpcrm/installation/" # Existing
Test: "/wpcrm/test/" # New
Commint & push afterwards.
- Create a new scoped defaults section.
defaults:
- scope:
path: "test"
type: "pages"
values:
layout: documentation
group: test
navigation: test
jumbo_title: "Jumbotron title"
jumbo_lead: "Jumbotron lead text."
Then to add new pages to the section, please refer to Adding pages to an existing section. Please update the navigation in the layout as well. As for now it is not generated automatically.