What is technical writing?
It is a special type of writing used when you need to explain to another person:
- what are the products or services you provide
- what are the features of this product or service
How to: install, set up and configure, use, maintain, dispose of
Technical writer/communicator
research and create information through a variety of delivery media (electronic, printed, audio-visual, and even touch).
Common Documentation Deliverables
User guide (a manual)
Quick start guide
Checklist
Instructional Video, etc.
Functional Documentation
Suitable for just getting started with a new product in the software world
Explains what you see in front of you
Helps find your way through the product
Often used for physical products (think ikea instructions for furniture)
Strategy for writing functional documentation
Task-oriented Documentation
Suitable fir advanced usage of a product
Barely explains what you see in front of you, instead focuses on how to achieve a certain result
Helps you find your way through the product or across multiple related products
Often used for software products
Guides you through the steps of a process
Strategy for Writing Task-Oriented Documentation
What is software documentation?
Written text that accompanies computer software
Technical Writing Process
What is GitHub?
web-based Git version control repository hosting service.
General principles for style of writing
Keep things simple
Don’t use long series of nouns or a long series of prepositional phrases
Verb Choice
Other verbs to consider
Must = requirement
Must not = absolute prohibition
May = options
Should = recommended
Shout not = not recommended
Why do we need Structured Writing?
Structured Writing
Definition = structured writing is a form of technical writing that uses and creates structured documents
Common information types
concept
procedure
process
principle
fact
structure
classification
DITA XML
Darwin Information Typing Architecture (DITA) XML topic types:
- concept
- task
- reference
DITA topics are assembled into documents using DITA maps
Structure of a concept
Summary
Detailed Overview
Example
Task
Structure of a task
Summary
Prerequisites
Steps
Result
Structure of Reference
Most freely designed sections
Typically begin with “summary” and then whatever else is needed
Principles of Technical Writing
What is DITA?
OASIS Darwin Information Typing Architecture
defines a set of document types for authoring and organizing topic-oriented information, as well as a set of mechanisms for combining, extending, and constraining document types.