roadmap to growth · roadmap to growth | agenda different types for different purposes priority...

17
Roadmap to Growth How great docs turn users into evangelists

Upload: others

Post on 12-Oct-2020

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Roadmap to Growth · Roadmap to Growth | Agenda Different types for different purposes Priority Organization Types of Docs Integrating docs into the development lifecycle Documenting

Roadmap to Growth How great docs turn users into evangelists

Page 2: Roadmap to Growth · Roadmap to Growth | Agenda Different types for different purposes Priority Organization Types of Docs Integrating docs into the development lifecycle Documenting

Any carrier

Any marketplace James Messinger

Developer Experience Director

@James_Messinger JamesMessinger

Page 3: Roadmap to Growth · Roadmap to Growth | Agenda Different types for different purposes Priority Organization Types of Docs Integrating docs into the development lifecycle Documenting

Roadmap to Growth | Agenda

● Different types for

different purposes

● Priority

● Organization

Types of Docs

● Integrating docs into

the development

lifecycle

● Documenting SDKs

Developer Experience

● Docs as part of your

content strategy

● SEO & social media

● Analytics

Discoverability

how great docs turn users into evangelists

Page 4: Roadmap to Growth · Roadmap to Growth | Agenda Different types for different purposes Priority Organization Types of Docs Integrating docs into the development lifecycle Documenting

Types of Documentation Roadmap to Growth

Page 5: Roadmap to Growth · Roadmap to Growth | Agenda Different types for different purposes Priority Organization Types of Docs Integrating docs into the development lifecycle Documenting

Types of Documentation

Tutorial ● is learning oriented

● is a lesson

● allows newcomers to get started

How-To Guide ● is goal oriented

● is a series of steps

● shows how to solve a problem

Explanation ● is understanding oriented

● explains

● provides background and context

Reference ● is information oriented

● Is accurate and complete

● describes the machinery

Source: https://www.divio.com/blog/documentation

Page 6: Roadmap to Growth · Roadmap to Growth | Agenda Different types for different purposes Priority Organization Types of Docs Integrating docs into the development lifecycle Documenting

Types of Documentation | Priority

● Table stakes

● Auto-generatable

● Sufficient for internal

APIs

1 Reference

● Solutions for common

use cases

● Reduces onboarding

time

● Hand-written

2 How-To Guide

● Makes your API more

approachable

● Long-form

● Hand-written

3 Tutorial & Explanation

Page 7: Roadmap to Growth · Roadmap to Growth | Agenda Different types for different purposes Priority Organization Types of Docs Integrating docs into the development lifecycle Documenting

Types of Documentation | Organization

Organize your docs by feature or use case, not by type.

Give users one place to go, not four.

Tutori

al

● Fea

ture 1

● Fea

ture 2

● Fea

ture 3

How-

To

Refer

ence

Expla

nation

Tutori

al

● Fea

ture 1

● Fea

ture 2

● Fea

ture 3

How-

To

Refer

ence

Expla

nation

Tutori

al

● Fea

ture 1

● Fea

ture 2

● Fea

ture 3

How-

To

Refer

ence

Expla

nation

Tutori

al

● Fea

ture 1

● Fea

ture 2

● Fea

ture 3

How-

To

Refer

ence

Expla

nation

●Feature 1

●Feature 2

●Feature 3

Tutorial

How-To

Reference

Explanation

Tutorial

How-To

Reference

Explanation

Tutorial

How-To

Reference

Explanation

Page 8: Roadmap to Growth · Roadmap to Growth | Agenda Different types for different purposes Priority Organization Types of Docs Integrating docs into the development lifecycle Documenting

Developer Experience Roadmap to Growth

Page 9: Roadmap to Growth · Roadmap to Growth | Agenda Different types for different purposes Priority Organization Types of Docs Integrating docs into the development lifecycle Documenting

Postman Collection OpenAPI Definition

JSON Schemas Run in Postman Button

Developer Experience | Beyond Documentation Integrate with the tools developers are already using

Page 10: Roadmap to Growth · Roadmap to Growth | Agenda Different types for different purposes Priority Organization Types of Docs Integrating docs into the development lifecycle Documenting

Developer Experience | Native SDKs ● Familiar

● Beginner friendly

● Reduced onboarding time

● Improved productivity

● Keep focus on functionality, not

implementation

● Promotes community

● Not just an API client

● Ensure best practices

● The primary method of using your API

Page 11: Roadmap to Growth · Roadmap to Growth | Agenda Different types for different purposes Priority Organization Types of Docs Integrating docs into the development lifecycle Documenting

not endpoints & verbs

Developer Experience | Native SDKs

The primary method of using your API

Provide first-class SDK docs Complete code samples

Code samples should use SDKs Installation instructions

Separate docs for each language IDE & editor screenshots

Project templates Classes & methods

Page 12: Roadmap to Growth · Roadmap to Growth | Agenda Different types for different purposes Priority Organization Types of Docs Integrating docs into the development lifecycle Documenting

Discoverability Roadmap to Growth

Page 13: Roadmap to Growth · Roadmap to Growth | Agenda Different types for different purposes Priority Organization Types of Docs Integrating docs into the development lifecycle Documenting

Discoverability

Search engine optimization Increased product awareness

Shareability Growth & Engagement

Analytics Spot popular topics, trends, flows

Your documentation is part of your content strategy

Page 14: Roadmap to Growth · Roadmap to Growth | Agenda Different types for different purposes Priority Organization Types of Docs Integrating docs into the development lifecycle Documenting

Discoverability | Metadata

WebAPI & APIReference

JSON-LD

used by more than just Twitter

requires a server used by more than just Facebook

Twitter cards

OpenGraph oEmbed

embed cards, content preview

Shareable

enrich search results with context

Customize search engine results

Page 15: Roadmap to Growth · Roadmap to Growth | Agenda Different types for different purposes Priority Organization Types of Docs Integrating docs into the development lifecycle Documenting

Discoverability | Page Per Topic

popular topics, related topics, flow

smaller pages, less memory bookmark individual topics

separate embed cards for each topic better user experience + seo

Analytics

Shareable Faster load times

Bookmarkable Mobile optimized

separate index entries for each topic

Search engine optimization

Page 16: Roadmap to Growth · Roadmap to Growth | Agenda Different types for different purposes Priority Organization Types of Docs Integrating docs into the development lifecycle Documenting

Discoverability | Progressive Enhancement

pages should be usable while JS loads

even if JavaScript fails or errors

previews only includes static content

crawlers don’t always run JS

progressive features are optional

Faster load times Search engine optimization

Mobile optimized Unfurl friendly

Content still loads

for loading content or navigation

Don’t rely on JavaScript

Page 17: Roadmap to Growth · Roadmap to Growth | Agenda Different types for different purposes Priority Organization Types of Docs Integrating docs into the development lifecycle Documenting

API Documentation | Tools

The API ecosystem is rich with documentation tooling