-
Notifications
You must be signed in to change notification settings - Fork 0
Documentation Architecture
This document has two purposes: 1. To describe the Asciidoctor project’s documentation requirements and objectives 2. To map the workflow tasks and automation routes needed create and maintain the documentation.
The Asciidoctor project serves a wide variety of end users.
To assist new and experienced users, at a minimum, the project needs to maintain:
-
Install and use quick start (Core)
-
Users with technical experience and knowledge of previous Asciidoctor versions and the AsciiDoc syntax
-
Basic instructions showing how to install, run, and produce default output
-
-
Writing quick start (Docs)
-
All users
-
Definitions and examples of the most commonly used syntax
-
-
User manual (All repos)
-
New and experienced users of all technical backgrounds
-
A complete reference guide describing how to use the application
-
Describes each feature of the application, its benefit(s), and how to use it
-
Screenshots and complete code examples are the best way to show the user what to expect and how to do it
-
Troubleshooting tips
-
Excellent, intuitive navigation (table of contents, index, clear next steps
-
Glossary
-
-
-
Technical manual (All repos)
-
Developers, testers, and experienced users
-
A complete reference guide defining the source code and how it operates
-
-
Contributor manual
-
Syntax and Code Dictionary (All repos)
-
All users
-
List of all syntax and commands
-
-
README (All repos)
The Docs Repo will be where all of the compiled documentation relating to the Asciidoctor organization will be stored. It will also be where documentation that is not packaged with individual repositories will be stored.
The Docs repo will consist of files that will be linked to the docs and source code in individual repos. These files will update automatically when changes are made to linked docs and/or code in individual repositories. Publication sources will then pull from the Docs repository for content (ex. the documentation displayed on the project’s main website.
-
/docs folder
-
README
-
Reference Doc that contains definitions and working usage examples of all attributes, options, styles, configurations
-
Quickstart which contains requirements, installation, configuration and basic usage instructions with examples
-
API reference documentation
-
Changelogs
-
branch solely for updating the documentation
-
Code examples are to be pulled directly from the source code or test suite
-
What the project does
-
Whom it’s for
-
Operating systems and/or platforms it runs on
-
Any dependencies and requirements
-
How to install it, or a pointer to in-depth directions
-
Links to help and contact info
-
License
Write it for someone who has never heard of your project. Define terms and acronym. Link to more complete docs, tutorials, how-to materials.
-
Packaged with the gem and presented on repository home page
General Information Configuration instructions Installation instructions A file manifest (list of files included) Operating instructions (or link to docs) Copyright and licensing information AUTHORS Credits THANKS Credits and acknowledgments Contact and Help information Known bugs and instructions on reporting new ones Troubleshooting Credits and acknowledgments Changelog, detailed, intended for programmers News, basic changelog, intended for users
Contains definitions and working usage examples of all attributes, options, styles, configurations
Title page Copyright and license page How to navigate the manual Table of Contents Description of the primary benefits and supporting features of the application. Quick start chapter(s) Chapters concentrating on each benefit of the application including robust examples, and definitions and code snippets of all associated attributes, options, styles, output considerations, troubleshooting steps and solutions. FAQ (Frequently Asked Questions) Additional resources list Glossary Index
Contains requirements, installation, configuration and basic usage instructions with examples
-
Usually targetted at new users
-
Step by step instructions demonstrating how to complete a process, use a feature, etc.
-
Purpose of the process or feature
-
Demonstration (usually with examples and screenshots) divided into brief sections
-
Review/Reiteration of tutorial purpose
-
Next tutorial and/or additional resources
-
-
Introductions
-
Hello! If you’re here…
-
What is Asciidoctor?
-
-
Key features
-
Compare to MarkDown
-
Compare to AsciiDoc
-
-
Quick-start and output guide
-
Installation
-
Requirements
-
Terminal
-
-
Install the Gem
-
Extensions and Options
-
-
Commandline Usage
-
Basic Commands
-
from --help
-
-
API Usage
-
Basic Commands
-
-
Output formats
-
Text Editor
-
Document anatomy
-
Header, Title and Author
-
Text and Paragraphs
-
Preventing Substitutions
-
-
Sections
-
Lists
-
Tables
-
Blocks
-
Admonitions
-
Links and Cross references
-
Images and Videos
-
Document Attributes
-
Sourcecode highlighting
-
Callouts and Icons
-
Footnotes
-
TOC
-
Metadata
-
Default stylesheet and backend
-
Stylesheet factory
-
Custom stylesheets
-
DocBook
-
Slideshows
-
Deck.js
-
-
Custom backends
-
Previewing a document
-
Attributes and Chunks
-
Chunking content and metadata
-
Includes
-
Font Icons
-
Images dir
-
Section links