book.creating.html.twig

Same filename and directory in other branches
  1. 9 core/modules/help_topics/help_topics/book.creating.html.twig
  2. 8.9.x core/modules/help_topics/help_topics/book.creating.html.twig
  3. 10 core/modules/book/help_topics/book.creating.html.twig
---
label: 'Creating a book'
related:
  - book.about
  - book.adding
  - book.organizing
  - book.configuring
---
<h2>{% trans %}Goal{% endtrans %}</h2>
<p>{% trans %}Create a new book.{% endtrans %}</p>
<h2>{% trans %}Steps{% endtrans %}</h2>
<ol>
  <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Content</em> &gt; <em>Add content</em> &gt; <em>Book page</em>. If you have configured additional content types that can be added to books, you can substitute a different content type for <em>Book page</em>.{% endtrans %}</li>
  <li>{% trans %}Enter a title for the book, and if desired, some text for the body of the book's title page.{% endtrans %}</li>
  <li>{% trans %}In the vertical tabs area, click <em>Book Outline</em>. Select <em>- Create a new book -</em> from the <em>Book</em> select list.{% endtrans %}</li>
  <li>{% trans %}Click <em>Save</em> to create the book.{% endtrans %}</li>
</ol>

File

core/modules/book/help_topics/book.creating.html.twig

View source
  1. ---
  2. label: 'Creating a book'
  3. related:
  4. - book.about
  5. - book.adding
  6. - book.organizing
  7. - book.configuring
  8. ---
  9. <h2>{% trans %}Goal{% endtrans %}</h2>
  10. <p>{% trans %}Create a new book.{% endtrans %}</p>
  11. <h2>{% trans %}Steps{% endtrans %}</h2>
  12. <ol>
  13. <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Content</em> &gt; <em>Add content</em> &gt; <em>Book page</em>. If you have configured additional content types that can be added to books, you can substitute a different content type for <em>Book page</em>.{% endtrans %}</li>
  14. <li>{% trans %}Enter a title for the book, and if desired, some text for the body of the book's title page.{% endtrans %}</li>
  15. <li>{% trans %}In the vertical tabs area, click <em>Book Outline</em>. Select <em>- Create a new book -</em> from the <em>Book</em> select list.{% endtrans %}</li>
  16. <li>{% trans %}Click <em>Save</em> to create the book.{% endtrans %}</li>
  17. </ol>

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.