gridsome.org icon indicating copy to clipboard operation
gridsome.org copied to clipboard

[Enhancement] Extend Gridsome.org Appearance

Open R9980 opened this issue 5 years ago • 3 comments

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 avatar Jun 11 '19 09:06 R9980

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

image

R9980 avatar Aug 02 '19 17:08 R9980

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:

  • Templates ▼ (link to page with folding arrow) -- Setup templates (anchor on page) -- Add data to a template (anchor on page) -- Node fields as meta info (anchor on page)

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

If that sound good I could fix it.

samuelhorn avatar Oct 14 '19 19:10 samuelhorn

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

TerabyteTiger avatar Sep 22 '21 19:09 TerabyteTiger