File Structure

A guide to understanding how Guidebook is structured.

Package

Once downloaded, unzip the compressed folder and you'll see something like this:

  • Guidebook
    • app
      • assets assets referenced in html pages
        • css
        • fonts
        • images
        • js
        • scss
      • documentation
      • html is the source for html pages
        • docs documentation html pages
          • layout-1.html
          • layout-2.html
          • layout-3.html
          • layout-4.html
        • help help center html pages
          • article-1.html
          • article-2.html
          • category-inner.html
          • category.html
          • homepage-1.html
          • homepage-2.html
          • homepage-3.html
          • tutorial.html
        • pages inner html pages
          • 404.html
          • changelog.html
          • contact.html
          • faq.html
          • pricing.html
          • terms.html
      • index.html
    • gulpfile.js
    • package.json