gridsome / gridsome.org

The website for Gridsome.org
https://gridsome.org
MIT License
296 stars 314 forks source link

[Enhancement] Extend Gridsome.org Appearance #205

Open R9980 opened 5 years ago

R9980 commented 5 years ago

This's a suggestion for enhance gridsome.org sidebar. It'll definitely helpful for others who want to be Gridsome Users

Sidebar

Current No menu levels. just single topic list under each category.

Expect Multiple menu levels(groups)/nested children https://vuepress.vuejs.org/default-theme-config/#sidebar https://github.com/vuejs/vuepress/issues/1497 https://github.com/timaschew/vuepress-nested-sidebar-demo (source) https://hungry-yonath-bfd0a1.netlify.com

(Keep exist gridsome sidebar ui and effects. just like it and better than vuepress)


If no consideration for extend default gridsome documentation as mentioned above, atleast prefer request for add proper guide, tutorial for necessary users to follow.

R9980 commented 5 years ago

https://docdock.netlify.com (That's better than above resources) https://github.com/vjeantet/hugo-theme-docdock

image

samuelhorn commented 4 years ago

I think the current structure works good as is. But maybe we could scan trough the MD files, adding h2s as new foldable sub anchors under existing first level links. By doing that, templates (https://gridsome.org/docs/templates/) for example becomes:

I don't think deeper level than that is needed?

If that sound good I could fix it.

TerabyteTiger commented 3 years ago

Is this similar to #514 (and associated PR #532)?