Template-ReadTheDocs icon indicating copy to clipboard operation
Template-ReadTheDocs copied to clipboard

currentMenu not working

Open AbhaysinghBhosale opened this issue 6 years ago • 0 comments

I have added the markdown in my configuration,md file as follows

currentMenu : configuration

and in in my couscous.yml file menus are like as follows

menu:
    items:
        getting-started:
            text: Get started
            relativeUrl: deployment-guide.html
        documentation:
            text: Installation Guide
            relativeUrl: deployment-guide.html
        configuration:
            text: Configuration Guide
            relativeUrl: configuration.html
        troubleshooting:
            text: Troubleshooting
            relativeUrl: troubleshooting.html
        templates:
            text: Release Summary
            relativeUrl: release-summary.html
        faqs:
            text: FAQs
            relativeUrl: faqs.html
        

Still i cant set the active menu as i am not getting current_menu in default.twig. Anyone have solutions or found same issue

AbhaysinghBhosale avatar Oct 03 '18 05:10 AbhaysinghBhosale