{"id":6773,"date":"2014-04-16T17:48:42","date_gmt":"2014-04-16T14:48:42","guid":{"rendered":"http:\/\/railsware.com\/blog\/?p=6773"},"modified":"2021-08-13T16:19:09","modified_gmt":"2021-08-13T13:19:09","slug":"creating-books-with-gitbook","status":"publish","type":"post","link":"https:\/\/railsware.com\/blog\/creating-books-with-gitbook\/","title":{"rendered":"Creating books with GitBook"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">If you are doing some books\/docs writing or attempting to create your first book, you might get interested in this exceptionally nice tool &#8211; <a title=\"Gitbook\" href=\"http:\/\/gitbook.io\">gitbook<\/a>. It is a technical book building tool that allows you to embed code samples and exercises, and then generate a great online book that can be hosted on GitHub or any other web hosting.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Moreover, from a loosely structured bunch of MarkDown files, you can customize output format to generate not only a static site, but also PDF, eBook, json or single HTML page. No manual markup and styling required. You get a clean and pretty usable interface right out of the box.<\/p>\n\n\n\n<div class=\"wp-block-image wp-image-6816\"><figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"1317\" height=\"902\" src=\"https:\/\/railsware.com\/blog\/wp-content\/uploads\/2014\/04\/preview1.png\" alt=\"Gitbook Interface\" class=\"wp-image-6816\"\/><figcaption>Gitbook Interface<\/figcaption><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Simple setup<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Gitbook is a node.js package. So, in order to use it, you should have **npm** installed.<br><code class=\"\" data-line=\"\"><\/code><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">npm install -g gitbook<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">You can serve a repository as a book by using:<br><code class=\"\" data-line=\"\"><\/code><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">gitbook serve .\/repository<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">To start your first book, you have to create 2 files &#8211; <code class=\"\" data-line=\"\">README.md<\/code> and <code class=\"\" data-line=\"\">SUMMARY.md<\/code>. First one is a preface and second one is the main file which is going to be used to build the book structure. And it looks like this:<br><code class=\"\" data-line=\"\"><\/code><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">* [Configuration](marionette\/configuration\/configuration.md)\n    * [Renderer](marionette\/configuration\/renderer.md)\n    * [TemplateCache](marionette\/configuration\/template_cache.md)\n* [View](marionette\/view\/view.md)\n    * [Item View](marionette\/view\/item_view.md)\n    * [Collection View](marionette\/view\/collection_view.md)\n    * [Composite View](marionette\/view\/composite_view.md)\n<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">You can easily build a static website using:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">gitbook build .\/repository -o .\/outputFolder -f pdf<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Real life example<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To try this tool, I decided to take <a href=\"https:\/\/github.com\/marionettejs\/backbone.marionette\" target=\"_blank\" rel=\"noopener noreferrer\">Marionette.js<\/a> documentation (with official version now available as tree on markdown files on github) and to build it as a static site. Which is pretty comfortable to read and maintain.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Gitbook is currently in active development and it gets updated frequently. It also supports features like theming and translations. Gitbook is extremely easy to use and it could also be used to generate documentation, not only to writes books. I sincerely advice to check it out &#8211; gitbook.io!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you are doing some books\/docs writing or attempting to create your first book, you might get interested in this exceptionally nice tool &#8211; gitbook. It is a technical book building tool that allows you to embed code samples and exercises, and then generate a great online book that can be hosted on GitHub or&#8230;<\/p>\n","protected":false},"author":23,"featured_media":9447,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[3],"tags":[],"coauthors":["Alex Chaplinsky"],"class_list":["post-6773","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-development"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"If you are doing some books\/docs writing or attempting to create your first book, you might get interested in this exceptionally nice tool - gitbook. It is a technical book building tool that allows you to embed code samples and exercises, and then generate a great online book that can be hosted on GitHub or\" \/>\n\t<meta name=\"robots\" content=\"max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n\t<meta name=\"author\" content=\"Alex Chaplinsky\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/railsware.com\/blog\/creating-books-with-gitbook\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"| Blog on Engineering, Product Management, Transparency, Culture and many more...\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Creating books with GitBook | Railsware Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"If you are doing some books\/docs writing or attempting to create your first book, you might get interested in this exceptionally nice tool - gitbook. It is a technical book building tool that allows you to embed code samples and exercises, and then generate a great online book that can be hosted on GitHub or\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/railsware.com\/blog\/creating-books-with-gitbook\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/railsware.com\/blog\/wp-content\/uploads\/2017\/12\/Creating-books-with-GitBook.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/railsware.com\/blog\/wp-content\/uploads\/2017\/12\/Creating-books-with-GitBook.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"360\" \/>\n\t\t<meta property=\"og:image:height\" content=\"360\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2014-04-16T14:48:42+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2021-08-13T13:19:09+00:00\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/creating-books-with-gitbook\\\/#article\",\"name\":\"Creating books with GitBook | Railsware Blog\",\"headline\":\"Creating books with GitBook\",\"author\":{\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/author\\\/alexander-chaplinsky\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/railsware.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/12\\\/Creating-books-with-GitBook.png\",\"width\":360,\"height\":360,\"caption\":\"Creating books with GitBook\"},\"datePublished\":\"2014-04-16T17:48:42+03:00\",\"dateModified\":\"2021-08-13T16:19:09+03:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/creating-books-with-gitbook\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/creating-books-with-gitbook\\\/#webpage\"},\"articleSection\":\"Engineering\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/creating-books-with-gitbook\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/railsware.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/category\\\/development\\\/#listItem\",\"name\":\"Engineering\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/category\\\/development\\\/#listItem\",\"position\":2,\"name\":\"Engineering\",\"item\":\"https:\\\/\\\/railsware.com\\\/blog\\\/category\\\/development\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/creating-books-with-gitbook\\\/#listItem\",\"name\":\"Creating books with GitBook\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/creating-books-with-gitbook\\\/#listItem\",\"position\":3,\"name\":\"Creating books with GitBook\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/category\\\/development\\\/#listItem\",\"name\":\"Engineering\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/#organization\",\"description\":\"Blog on Engineering, Product Management, Transparency, Culture and many more...\",\"url\":\"https:\\\/\\\/railsware.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/railsware.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/Logo-circle.png\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/creating-books-with-gitbook\\\/#organizationLogo\",\"width\":3137,\"height\":1054,\"caption\":\"Railsware logo\"},\"image\":{\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/creating-books-with-gitbook\\\/#organizationLogo\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/author\\\/alexander-chaplinsky\\\/#author\",\"url\":\"https:\\\/\\\/railsware.com\\\/blog\\\/author\\\/alexander-chaplinsky\\\/\",\"name\":\"Alex Chaplinsky\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/creating-books-with-gitbook\\\/#authorImage\",\"url\":\"https:\\\/\\\/railsware.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/alex-chaplinsky-96x96.jpg\",\"width\":96,\"height\":96,\"caption\":\"Alex Chaplinsky\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/creating-books-with-gitbook\\\/#webpage\",\"url\":\"https:\\\/\\\/railsware.com\\\/blog\\\/creating-books-with-gitbook\\\/\",\"name\":\"Creating books with GitBook | Railsware Blog\",\"description\":\"If you are doing some books\\\/docs writing or attempting to create your first book, you might get interested in this exceptionally nice tool - gitbook. It is a technical book building tool that allows you to embed code samples and exercises, and then generate a great online book that can be hosted on GitHub or\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/creating-books-with-gitbook\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/author\\\/alexander-chaplinsky\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/author\\\/alexander-chaplinsky\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/railsware.com\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/12\\\/Creating-books-with-GitBook.png\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/creating-books-with-gitbook\\\/#mainImage\",\"width\":360,\"height\":360,\"caption\":\"Creating books with GitBook\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/creating-books-with-gitbook\\\/#mainImage\"},\"datePublished\":\"2014-04-16T17:48:42+03:00\",\"dateModified\":\"2021-08-13T16:19:09+03:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/railsware.com\\\/blog\\\/\",\"description\":\"Blog on Engineering, Product Management, Transparency, Culture and many more...\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/railsware.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Creating books with GitBook | Railsware Blog","description":"If you are doing some books\/docs writing or attempting to create your first book, you might get interested in this exceptionally nice tool - gitbook. It is a technical book building tool that allows you to embed code samples and exercises, and then generate a great online book that can be hosted on GitHub or","canonical_url":"https:\/\/railsware.com\/blog\/creating-books-with-gitbook\/","robots":"max-snippet:-1, max-image-preview:large, max-video-preview:-1","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/railsware.com\/blog\/creating-books-with-gitbook\/#article","name":"Creating books with GitBook | Railsware Blog","headline":"Creating books with GitBook","author":{"@id":"https:\/\/railsware.com\/blog\/author\/alexander-chaplinsky\/#author"},"publisher":{"@id":"https:\/\/railsware.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/railsware.com\/blog\/wp-content\/uploads\/2017\/12\/Creating-books-with-GitBook.png","width":360,"height":360,"caption":"Creating books with GitBook"},"datePublished":"2014-04-16T17:48:42+03:00","dateModified":"2021-08-13T16:19:09+03:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/railsware.com\/blog\/creating-books-with-gitbook\/#webpage"},"isPartOf":{"@id":"https:\/\/railsware.com\/blog\/creating-books-with-gitbook\/#webpage"},"articleSection":"Engineering"},{"@type":"BreadcrumbList","@id":"https:\/\/railsware.com\/blog\/creating-books-with-gitbook\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/railsware.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/railsware.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/railsware.com\/blog\/category\/development\/#listItem","name":"Engineering"}},{"@type":"ListItem","@id":"https:\/\/railsware.com\/blog\/category\/development\/#listItem","position":2,"name":"Engineering","item":"https:\/\/railsware.com\/blog\/category\/development\/","nextItem":{"@type":"ListItem","@id":"https:\/\/railsware.com\/blog\/creating-books-with-gitbook\/#listItem","name":"Creating books with GitBook"},"previousItem":{"@type":"ListItem","@id":"https:\/\/railsware.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/railsware.com\/blog\/creating-books-with-gitbook\/#listItem","position":3,"name":"Creating books with GitBook","previousItem":{"@type":"ListItem","@id":"https:\/\/railsware.com\/blog\/category\/development\/#listItem","name":"Engineering"}}]},{"@type":"Organization","@id":"https:\/\/railsware.com\/blog\/#organization","description":"Blog on Engineering, Product Management, Transparency, Culture and many more...","url":"https:\/\/railsware.com\/blog\/","logo":{"@type":"ImageObject","url":"https:\/\/railsware.com\/blog\/wp-content\/uploads\/2020\/11\/Logo-circle.png","@id":"https:\/\/railsware.com\/blog\/creating-books-with-gitbook\/#organizationLogo","width":3137,"height":1054,"caption":"Railsware logo"},"image":{"@id":"https:\/\/railsware.com\/blog\/creating-books-with-gitbook\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/railsware.com\/blog\/author\/alexander-chaplinsky\/#author","url":"https:\/\/railsware.com\/blog\/author\/alexander-chaplinsky\/","name":"Alex Chaplinsky","image":{"@type":"ImageObject","@id":"https:\/\/railsware.com\/blog\/creating-books-with-gitbook\/#authorImage","url":"https:\/\/railsware.com\/blog\/wp-content\/uploads\/2021\/06\/alex-chaplinsky-96x96.jpg","width":96,"height":96,"caption":"Alex Chaplinsky"}},{"@type":"WebPage","@id":"https:\/\/railsware.com\/blog\/creating-books-with-gitbook\/#webpage","url":"https:\/\/railsware.com\/blog\/creating-books-with-gitbook\/","name":"Creating books with GitBook | Railsware Blog","description":"If you are doing some books\/docs writing or attempting to create your first book, you might get interested in this exceptionally nice tool - gitbook. It is a technical book building tool that allows you to embed code samples and exercises, and then generate a great online book that can be hosted on GitHub or","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/railsware.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/railsware.com\/blog\/creating-books-with-gitbook\/#breadcrumblist"},"author":{"@id":"https:\/\/railsware.com\/blog\/author\/alexander-chaplinsky\/#author"},"creator":{"@id":"https:\/\/railsware.com\/blog\/author\/alexander-chaplinsky\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/railsware.com\/blog\/wp-content\/uploads\/2017\/12\/Creating-books-with-GitBook.png","@id":"https:\/\/railsware.com\/blog\/creating-books-with-gitbook\/#mainImage","width":360,"height":360,"caption":"Creating books with GitBook"},"primaryImageOfPage":{"@id":"https:\/\/railsware.com\/blog\/creating-books-with-gitbook\/#mainImage"},"datePublished":"2014-04-16T17:48:42+03:00","dateModified":"2021-08-13T16:19:09+03:00"},{"@type":"WebSite","@id":"https:\/\/railsware.com\/blog\/#website","url":"https:\/\/railsware.com\/blog\/","description":"Blog on Engineering, Product Management, Transparency, Culture and many more...","inLanguage":"en-US","publisher":{"@id":"https:\/\/railsware.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"| Blog on Engineering, Product Management, Transparency, Culture and many more...","og:type":"article","og:title":"Creating books with GitBook | Railsware Blog","og:description":"If you are doing some books\/docs writing or attempting to create your first book, you might get interested in this exceptionally nice tool - gitbook. It is a technical book building tool that allows you to embed code samples and exercises, and then generate a great online book that can be hosted on GitHub or","og:url":"https:\/\/railsware.com\/blog\/creating-books-with-gitbook\/","og:image":"https:\/\/railsware.com\/blog\/wp-content\/uploads\/2017\/12\/Creating-books-with-GitBook.png","og:image:secure_url":"https:\/\/railsware.com\/blog\/wp-content\/uploads\/2017\/12\/Creating-books-with-GitBook.png","og:image:width":360,"og:image:height":360,"article:published_time":"2014-04-16T14:48:42+00:00","article:modified_time":"2021-08-13T13:19:09+00:00"},"aioseo_meta_data":{"post_id":"6773","title":null,"description":null,"keywords":[],"keyphrases":{"focus":[],"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"none","schema_type_options":"{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"},\"book\":[],\"event\":[],\"jobPosting\":[],\"music\":[],\"person\":[],\"restaurant\":[],\"service\":[],\"video\":[]}","pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","location":null,"local_seo":{"locations":{"business":{"name":"","businessType":"","image":"","areaServed":"","urls":{"website":"","aboutPage":"","contactPage":""},"address":{"streetLine1":"","streetLine2":"","zipCode":"","city":"","state":"","country":"","addressFormat":"#streetLineOne\\n#streetLineTwo\\n#city, #state #zipCode"},"contact":{"email":"","phone":"","phoneFormatted":"","fax":"","faxFormatted":""},"ids":{"vat":"","tax":"","chamberOfCommerce":""},"payment":{"priceRange":"","currenciesAccepted":"","methods":""}}},"openingHours":{"useDefaults":true,"show":false,"alwaysOpen":false,"use24hFormat":false,"timezone":"","labels":{"closed":"","alwaysOpen":""},"days":{"monday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"tuesday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"wednesday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"thursday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"friday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"saturday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"sunday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"}},"closedLabel":"","open24h":false,"open24hLabel":"","open247":false,"twoSets":false,"hours":[]},"businessInfo":{"name":"","urls":{"website":"","aboutPage":"","contactPage":""},"address":{"line1":"","line2":"","zip":"","city":"","state":"","country":""},"contact":{"email":"","phone":"","fax":""},"ids":{"vatID":"","taxID":"","chamberID":""},"payment":{"priceIndication":"","currenciesAccepted":"","methodsAccepted":""},"areaServed":""}},"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-01-04 12:44:29","updated":"2025-09-26 11:21:39","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/railsware.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/railsware.com\/blog\/category\/development\/\" title=\"Engineering\">Engineering<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tCreating books with GitBook\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/railsware.com\/blog"},{"label":"Engineering","link":"https:\/\/railsware.com\/blog\/category\/development\/"},{"label":"Creating books with GitBook","link":"https:\/\/railsware.com\/blog\/creating-books-with-gitbook\/"}],"categories_data":[{"name":"Engineering","link":"https:\/\/railsware.com\/blog?category=development"}],"post_thumbnails":"https:\/\/railsware.com\/blog\/wp-content\/uploads\/2017\/12\/Creating-books-with-GitBook.png","article_background":"","amp_enabled":true,"_links":{"self":[{"href":"https:\/\/railsware.com\/blog\/wp-json\/wp\/v2\/posts\/6773","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/railsware.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/railsware.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/railsware.com\/blog\/wp-json\/wp\/v2\/users\/23"}],"replies":[{"embeddable":true,"href":"https:\/\/railsware.com\/blog\/wp-json\/wp\/v2\/comments?post=6773"}],"version-history":[{"count":55,"href":"https:\/\/railsware.com\/blog\/wp-json\/wp\/v2\/posts\/6773\/revisions"}],"predecessor-version":[{"id":14055,"href":"https:\/\/railsware.com\/blog\/wp-json\/wp\/v2\/posts\/6773\/revisions\/14055"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/railsware.com\/blog\/wp-json\/wp\/v2\/media\/9447"}],"wp:attachment":[{"href":"https:\/\/railsware.com\/blog\/wp-json\/wp\/v2\/media?parent=6773"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/railsware.com\/blog\/wp-json\/wp\/v2\/categories?post=6773"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/railsware.com\/blog\/wp-json\/wp\/v2\/tags?post=6773"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/railsware.com\/blog\/wp-json\/wp\/v2\/coauthors?post=6773"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}