I see this about book pages in the docs:

Book Page
Book pages are designed to be part of a collaborative book. An example of a collaborative book is the Drupal developer documentation. Originally only book pages could be a part of a book but these days all node types can be part of a book. Really the only special part about book pages these days is that like static pages they can contain PHP code.

But I'm not seeing how to implement this. Probably simple, but it's escaping me.

Comments

drizzle-1’s picture

Check out this site:
http://support.bryght.com/supported-modules/book

There is a ton of info on drupal configuration on the bryght.com site. Hope this helps...

cel4145’s picture

If you turn on the book module and grant the appropriate permissions, you should be able to create book pages. Note that only someone with maintain book permissions can create new books. Once you have created books, you can access them all at the books link: see Drupal's book page.

See the Drupal handbook section on books for more information.