mirror of
https://github.com/tmedwards/tweego.git
synced 2025-07-05 06:00:26 -04:00
Initial Bitbucket→GitHub migration commit, based on release v2.0.0.
This commit is contained in:
commit
57e1aa52ff
36 changed files with 5026 additions and 0 deletions
48
docs/table-of-contents.md
Normal file
48
docs/table-of-contents.md
Normal 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 & Directory Handling](#usage-file-and-directory-handling)
|
||||
|
||||
## [Twee Notation](#twee-notation)
|
||||
|
||||
* [Twee v3](#twee-notation-tweev3)
|
||||
* [Twee v1](#twee-notation-tweev1)
|
||||
* [Twee2](#twee-notation-twee2)
|
||||
|
||||
## [Special Passages & 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 & Tips](#faq-and-tips)
|
||||
|
||||
* [Avoid processing files](#faq-and-tips-how-to-avoid-processing-files)
|
||||
* [Convert Twee2 files to Twee v3](#faq-and-tips-how-to-convert-twee2-files-to-tweev3)
|
||||
|
||||
<div> </div>
|
||||
</nav>
|
Loading…
Add table
Add a link
Reference in a new issue