Initial Bitbucket→GitHub migration commit, based on release v2.0.0.

This commit is contained in:
Thomas M. Edwards 2019-12-23 13:45:15 -06:00
commit 57e1aa52ff
36 changed files with 5026 additions and 0 deletions

48
docs/table-of-contents.md Normal file
View file

@ -0,0 +1,48 @@
<!-- ***********************************************************************************************
Table of Contents
************************************************************************************************ -->
<nav role="navigation">
<header role="banner">
<h1>Tweego Documentation</h1>
<div><tt>{{.VERSION}}</tt> (<time datetime="{{.ISO_DATE}}">{{.DATE}}</time>)</div>
</header>
## [Introduction](#introduction)
## [Getting Started](#getting-started)
* [Overview](#getting-started-overview)
* [Program Defaults](#getting-started-program-defaults)
* [Environment Variables](#getting-started-environment-variables)
* [Story Formats](#getting-started-story-formats)
## [Usage](#usage)
* [Overview](#usage-overview)
* [Options](#usage-options)
* [Basic Examples](#usage-basic-examples)
* [File &amp; Directory Handling](#usage-file-and-directory-handling)
## [Twee Notation](#twee-notation)
* [Twee&nbsp;v3](#twee-notation-tweev3)
* [Twee&nbsp;v1](#twee-notation-tweev1)
* [Twee2](#twee-notation-twee2)
## [Special Passages &amp; Tags](#special)
* [Special Passages](#special-passages)
* [`Start`](#special-passages-start)
* [`StoryData`](#special-passages-storydata)
* [`StoryTitle`](#special-passages-storytitle)
* [Special Tags](#special-tags)
* [`script`](#special-tags-script)
* [`stylesheet`](#special-tags-stylesheet)
## [FAQ &amp; Tips](#faq-and-tips)
* [Avoid processing files](#faq-and-tips-how-to-avoid-processing-files)
* [Convert Twee2 files to Twee&nbsp;v3](#faq-and-tips-how-to-convert-twee2-files-to-tweev3)
<div>&nbsp;</div>
</nav>