Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

How to navigate #58

Open
willin opened this issue Feb 10, 2017 · 0 comments
Open

How to navigate #58

willin opened this issue Feb 10, 2017 · 0 comments

Comments

@willin
Copy link

willin commented Feb 10, 2017

how about 3 level section folders?

like gitbook config:

- [Chapter 1](c1/index.md)
    - [Section 1](c1/s1/index.md)
        - [SubSection 1](c1/s1/ss1.md)

i want to migrate the gitbook project (https://github.com/js-cool/leader.js.cool) to hugo with material ui

c1/index.md:

date: 2016-08-03T21:07:13+01:00
title: c1
type: index
weight: 60

c1/s1/index.md:

date: 2016-08-03T21:07:13+01:00
title: s1
type: index
menu:
  main:
    parent:  c1
    identifier: c1/s1
    weight: 10

c1/s1/ss1.md:

date: 2016-08-03T21:07:13+01:00
title: ss1
menu:   # How to config this???
  main:
    parent:  s1
    identifier: c1/s1/ss1
    weight: 10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant