Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I use book as folder name and expect it acting like course or others? #2704

Closed
ikingye opened this issue May 5, 2022 · 0 comments
Closed

Comments

@ikingye
Copy link

ikingye commented May 5, 2022

When I set folder name course, everything is as expected.

course
├── _index.md (type=docs)
├── course1
│   ├── _index.md (type=book)
│   └── example1.md (type=book)
└── course2
    ├── _index.md (type=docs)
    └── example1.md (type=book)

http://localhost:1313/course/
image

http://localhost:1313/course/course1/
image

http://localhost:1313/course/course2/
image


But, When just change folder name from course to book, things goes wrong.
How can I use book as folder name, and expect it acting like course?

ps: I find that, setting the folder name as books or others, it act just like course. Why book acts like that?

book
├── _index.md (type=docs)
├── course1
│   ├── _index.md (type=book)
│   └── example1.md (type=book)
└── course2
    ├── _index.md (type=docs)
    └── example1.md (type=book)

http://localhost:1313/book/
image

http://localhost:1313/book/course1/
image

@HugoBlox HugoBlox locked and limited conversation to collaborators May 12, 2022
@gcushen gcushen converted this issue into discussion #2710 May 12, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant