Due to the limitation of not having another sub-section within sections, I am creating a menu on the Home Page that looks exactly like this:
https://support.canva.com/
However, there is one major issue I cannot figure out. The menu is designed to auto-populate articles into the correct section of the menu based off of it's tag (or label), but the array of articles that I'm given for each section on the Home Page is only like 6 articles.
Is there a way to get an array of ALL articles within a section from the Home Page template? I find it silly that this limitation exists. You can access categories -> sections -> articles from the home page, but no where in the documentation does it say that this array of articles is limited to such a small number. I'm sure this is for a reason, pagination I'm guessing, but it's incredibly limiting and I'm honestly not the best with JavaScript, so I'm not sure how to use APIs or scripts to create an array myself.
Any suggestions would be greatly appreciated!