---
# Master Document HTML conversion: book.adoc
#
title: Documentation Skeleton
tagline: Manage Huge Number Of Chapters
date: 2022-01-01 00:00:00
description: >
A document of type documentation (book) typically consists in a large
number of chapters and sections. To make this manageable, book-type
documents are splitted in multiple files placed in a nested folder
structure. Complex AsciiDoc projects of type documentation can be
easily worked on by multiple authors.
categories: [ Knowledge, Asciidoc ]
tags: [ Skeleton, Documentation, Book ]
robots:
index: false
follow: false
personalization: false
comments: false
exclude_from_search: false
image:
path: /assets/images/modules/attics/sigmund-1920x1280.jpg
width: 1920
height: 1280
alt: Photo by Sigmund on Unsplash
fab_menu_id: page_ctrl
scrollbar: false
toc: true
permalink: /pages/public/skeleton/documentation/
regenerate: true
resources: [ animate, clipboard, lightbox, rouge ]
resource_options:
- toccer:
collapseDepth: 3
- attic:
padding_top: 400
padding_bottom: 50
opacity: 0.5
alignY: 0.3
slides:
- url: /assets/images/modules/attics/sigmund-1920x1280.jpg
alt: Photo by Sigmund on Unsplash
badge:
type: unsplash
author: Sigmund
href: https://unsplash.com/@sigmund
---
// Page Initializer
// =============================================================================
// Enable the Liquid Preprocessor
:page-liquid:
// Set (local) page attributes here
// -----------------------------------------------------------------------------
// :page--attr:
// Load Liquid procedures
// -----------------------------------------------------------------------------
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
// Load page attributes
// -----------------------------------------------------------------------------
{% include {{load_attributes}} scope="all" %}
// Page content
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// Include sub-documents (if any)
// -----------------------------------------------------------------------------
The Asciidoc skeleton *documentation* (book) a helper for setting up a base
file and folder structure for *complex* multi-chapter AsciiDoc projects of
type *book* based on _Jekyll_ and _J1 Theme_.
A document of type documentation typically consists in a large number
of chapters and sections. To make this manageable, book-type documents are
splitted in multiple files placed in a *nested* folder structure. Complex
AsciiDoc projects of type documentation (book) can be easily worked on by
*multiple* authors.
// Include Intro
// -----------------------------------------------------------------------------
include::{documentdir}/000_intro.asciidoc[]
// Include Sublevel Entry Documents
// -----------------------------------------------------------------------------
include::{documentdir}/100_converter.asciidoc[]
include::{documentdir}/200_themes.asciidoc[]