Coder Social home page Coder Social logo

Comments (12)

fcooper8472 avatar fcooper8472 commented on June 3, 2024 1

Ok, thanks!

My yaml contains:

main:
  - name: Home
    ref: "/"
  - name: Page 1
    ref: "/page1"
    sub:
      - name: Page 1.1
        ref: "https://someSite"
        external: true
      - name: Page 1.2
        ref: "https://someOtherSite"
        external: true

which results in the following:
nav

from hugo-geekdoc.

xoxys avatar xoxys commented on June 3, 2024

Correct, collapsing is only supported for the file-tee menu as documented in https://geekdocs.de/usage/configuration/

from hugo-geekdoc.

fcooper8472 avatar fcooper8472 commented on June 3, 2024

Thanks, missed that line in the documentation.

Do you think it would be fairly straightforward to edit the menu-bundle partial to include that functionality? Perhaps with a parameter in the menu's yaml file? Or would it take a lot of re-working to do that?

from hugo-geekdoc.

xoxys avatar xoxys commented on June 3, 2024

As the menu bundle works completely different I have not found a way to implememt it in a sufficient way. If someone would like to work on it I would be happy to review it.

from hugo-geekdoc.

fcooper8472 avatar fcooper8472 commented on June 3, 2024

That patch seems to give me all the functionality I'm looking for - but I don't completely understand what it's doing, so it might well not be a general solution.

from hugo-geekdoc.

fcooper8472 avatar fcooper8472 commented on June 3, 2024

Thanks for looking into this.

Your patch in #53 doesn't work for me: specifically, $isParent always returns false for every page other than the homepage. This is because $numberOfPages is zero for every page other than the homepage.

I'm not understanding all of the details: I don't understand why the $isParent is needed. Removing that check, and instead having

{{ $hasCollapse := and $this.Params.GeekdocCollapseSection (isset . "sub") }}

seems to result in the desired behaviour.

from hugo-geekdoc.

xoxys avatar xoxys commented on June 3, 2024

Can you show me your data/menu.yaml please?

from hugo-geekdoc.

xoxys avatar xoxys commented on June 3, 2024

For me $numberOfPages looks like this (and that's what I would expect):

grafik

from hugo-geekdoc.

xoxys avatar xoxys commented on June 3, 2024

But you are right, the isParent/numberOfPages check doesn't make sense for the menu bundle. In the file-tree menu we use it to verify that a hugo page object has existing child pages/sections what doesn't have to be the case for entries of the menu bundle. So, I removed it. Now it should work, but I would still be interested in an example data/menu.yaml file that you use :)

from hugo-geekdoc.

xoxys avatar xoxys commented on June 3, 2024

Yeah got it. Thats why checking the hugo page object doesnt make sense as external refs can be used as nested elements 👍 thanks for sharing. I'll prepare a release tomorrow.

from hugo-geekdoc.

fcooper8472 avatar fcooper8472 commented on June 3, 2024

Ah, awesome. Thanks so much for your help with this!

from hugo-geekdoc.

xoxys avatar xoxys commented on June 3, 2024

Thank you too, glad to help.

from hugo-geekdoc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.