Conference Speakers

Conference Speakers

Matt Reiner

Show Me the Money: How to Get Your Docs the Love and Support They Deserve

The docs are a valuable part of your product, so how do you prove to leadership that they deserve even more time and attention? This is the conversation no one wants to be part of, but everyone needs to have. We'll talk about using technical writing skills and metrics to educate our internal company leadership audience and generate business support for our work. We'll look at:

  • Why we need to sell the docs internally
    • It's a business, after all
    • Trust must be built
    • People are recreating the same content!
    • Psychological effects on us from underappreciation
  • How to align writing the docs with business goals (or the other way around ;)
    • Understand product, division, and company goals
    • Prepare an elevator pitch aligning doc work to company goals
    • Pitch documentation as a solution
  • What teams to connect with, what to share with them, and how
    • Build camaraderie with Support
    • Share information with Sales
    • Build information experiences with Marketing
  • How to translate doc metrics into business justification
    • The 5 doc metrics that matter
    • Correlate doc metrics with Support burden
    • Attach to Sales wins
    • Follow Marketing campaigns
  • Where to start
    • Start collecting metrics
    • Be helpful, and practical
    • Start selling to your direct leader
  • How to share the journey
    • Connect with a few folks from other teams
    • Share successes and failures with your team
    • Turn to the WTD community

This talk not only gives you arguments to build a documentation trusting culture internally, but also to garner the resources to make your docs better for everyone.

Meghan Mahar

Tutorials, Tooltips, and Popups…oh MY! How to ease yourself and your users into in-app messaging.

It can be subtle, like the gift icon in Slack that tells you there's a new feature or the walkthrough Gmail tried to get you to do when they switched you over to their new look.

It's in-app messaging, and it can be a great way to supplement your help articles, release notes, and instructional docs. It's a way to have a conversation with your users, help them out when they need it first, and tell them what you want them to know.

I'll talk about how to introduce in-app messaging to your product in a way that's methodical for your sake and enjoyable for your users.

That includes:

  1. What research to do beforehand.

    • What to look for in an in-app messaging tool.
    • What questions to have answered before you talk to your boss.
  2. How to plan for its debut.

    • What types of in-app messaging are there and when to use them.
    • What kind of things to include in your messaging style guide.
  3. And finally, how to be considerate of your user's attention while still being impactful.

    • How many messages are too many.
    • When is it ok to interrupt the user.
      • How do you prioritize and triage the flood of requests that will inevitably come in from other teams in your company once they see how great in-app messaging can be.

Chris Bush

SDK Reference Manuals: A flow-based approach

SDK docs written by developers tend to be implementer oriented, not user oriented. That makes sense, since it's the implementers writing them. Unfortunately, this approach leads to some frustrating SDK reference manual experiences for users. The implementer-oriented doc writer tends to answer, "What is this built on?" As a user, I need docs that tell me, "What can I build with this?"

I provide examples of common SDK docs pitfalls, then present the approach that I used updating the SDK documentation that our developers had created. My goal was to give users of those docs a quick, enjoyable, user-oriented experience. To do so, I identified the likely use cases, or flows, of our product. I then grouped all entities (classes, functions, etc.) of the docs into these flows. For each flow, I arranged the entities in "flow order".

Having mapped out our codebase in this way, I was ready to begin adding content by following these principles:

1) In the leading lines, answer: what is this for? 2) Always link to the previous and next items in all flows and add "See Also" links. 3) Add a code example that demonstrates this entity's role in the flow. 4) Call out gotchas that are likely to get in the user's way when trying to use a flow.

This process involved editing the actual code comments and committing to git, which required buy-in and trust from the SDK team. I will touch on some of the interpersonal challenges that can arise when docs team members want to edit the devs' code, and how documentarians can feel empowered to get their hands dirty in the repo. I will discuss analytics and feedback data. And, of course, I'll show some docs makeover results.

Ingrid Towey

How to edit other people’s content without pissing them off

As an editor and a writing coach, I’ve seen people react badly to changes in their writing. I’ve learned to be as gentle with writers at work as I used to be with my kids when we were homeschooling. Adults don’t usually run out of the room crying when you edit their text, but some of them have looked like they wanted to.

Homeschooling depends on a good relationship with the kids. Forging a healthy relationship with my coworkers is just as necessary. Harsh and rigid editing annihilates the essential communication that needs to take place between us. Writers need to understand why I make edits and how those edits will improve the final content.

In this session, I will discuss ways that you can hone your diplomatic skills to match your editorial skills, whether you work as an editor full-time or only occasionally do peer reviews. This talk outlines the principles I use when editing and gives concrete examples of how I apply them at work and at home.

EDITING PRINCIPLE 1. WE’RE ALL ON THE SAME SIDE. As an editor, I’m not criticizing the person whose work I’m editing. No, I’m helping that writer achieve a goal: creating content that helps a customer get a job done. If the writer and I agree on the purpose of the edits, we can agree on a lot more.

EDITING PRINCIPLE 2. FOCUS ON WHAT THE CUSTOMER IS TRYING TO DO. Red Hat’s customers are frequently systems administrators and developers. When we write for them, content needs to match their needs, not our own. Usability testing and talking to support engineers both enable that kind of focus. Just like writing a novel is all about making the story flow, technical communication is all about making the User Story flow.

EDITING PRINCIPLE 3. EDITING IS A CONVERSATION, NOT AN EDICT. Some of my co-workers have had bad experiences with editors who changed content without understanding why the writers wrote it a particular way. I treat edits as a back-and-forth conversation, and I’ll show examples of these dialogs in my talk.

EDITING PRINCIPLE 4. EXPLAIN WHY. If I’m editing someone’s content, I take time to explain why I’ve made a particular edit. Granted, I can’t do this every time, but I sprinkle this kind of information throughout the document. Authors don’t care if I think it “sounds right” this way. Readability indexes, usability research, style guides, minimalism, and other objective tools are more persuasive than telling them to make a change “because I said so.” That approach didn’t work with my kids either.

EDITING PRINCIPLE 5. SEEK OTHER PEOPLE'S OPINIONS. You are not the only person who can fine-tune a piece of content. Seeking out other experienced writers to review a doc can give you insights that you would never have on your own. At Red Hat we do crowdsourced peer review sessions, and they have made me a better editor. This talk includes tips for leading an effective group peer review. If there are multiple possibilities for improving a piece of content, several people working together can sort out the optimal approach.

Being a good editor is a lot like being a good leader:

  • You need to edit people’s content so that they WANT to make the changes that you want them to make.

Shannon Crabill

Documenting for Open Source

In 2017, I opened up a project of mine—a JavaScript-based countdown clock to Halloween—to the open source community as part of Hacktoberfest. Within a few days, my project had generated a surprising amount of traction. Enough traction, that I had difficulty managing the request for changes in a timely fashion. Realizing that I was one person, maintaining a codebase in my spare time, I knew I needed to find a way to streamline the project so that I was working smarter, instead of harder.

Enter documentation!

While researching best practices and guides on maintaining an open source project, I learned that the #1 problem encountered in open source is incomplete or outdated documentation. This was huge! Knowing this, I could use documentation as a way to:

  • Be upfront about Code of Conduct expectations, licensing, goals, etc
  • Provide an overview of the project, including technologies used, how to contribute and frequently asked questions
  • Create fill-in-the-blank templates for common for pull request & issues to ensure all necessary information is provided upfront
  • Provide a log of changes made, bugs features added over the life of the project

While I am far from a documentation expert I believe that open source projects—and their supporting documentation—can and should be inviting to people of all skill levels. Documenting items like how to get started, where to find key files, expectations, etc are easy wins that positively impact how people interact or contribute to your project.

Source: https://opensourcesurvey.org/2017/

Mike Jang

How I Learned to Stop Worrying and Love the Command Line

The command line evokes fear from many. But the command line can be your friend. Command line mastery can create a sense of authority with software documentation. With a little practice, you too can learn to stop worrying and love the command line.

In this talk, I'll provide a live demonstration of how you can:

  1. Navigate through directories, find files, and isolate code excerpts
  2. Connect securely to remote systems (ssh)
  3. Open files in a text editor
  4. Manage packages from binaries to installation
  5. Create and manage a git branch
  6. Combine commands in a script

At the end of this talk, you'll have a list of "essential" command line skills. You'll also know why these skills are important. With these skills, as software documentarians you'll be able to:

  1. Set up software that’s currently in development
  2. Contribute to most software repositories
  3. Learn how to configure software, from a deployer point of view
  4. Provide a checklist for newer documentarians (and the people who train them)

Alicja Raszkowska

Draw the Docs

Drawings and diagrams are so useful to include in the docs, but they’re often time-consuming to create, difficult to update, and incompatible with standard development workflows. In this talk, we’ll introduce a system for integrating drawings and diagrams into the docs using a Markdown-based visual editing tool, which allows developers and technical writers to enhance their team’s docs with enticing visuals, in a manner that’s familiar to existing developer workflows.

This talk will discuss the experience of integrating drawings, images and diagrams into the docs of Mobify Inc., from the perspective of a developer and a technical writer. From the developer’s perspective, we’ll discuss how the process is effective for contributing to docs and keeping them up to date, sharing knowledge between teams, and even diagramming to assist in debugging. From the technical writer’s perspective, we’ll share how this process has contributed to making the docs more engaging and moved the needle closer to our goal of having a friendly, approachable writing voice.

Jessica Parsons

Lessons Learned in a Year of Docs-Driven Development

Though the concept of docs-driven development has been around for more than ten years (and was even featured in a WTD newsletter back in August 2017), few teams seem to practice it, and many have never even heard of it.

About one year ago, our company decided to move our product development process from “docs or it didn’t happen” to “docs or it won’t happen.” What has followed has been a journey of habit-breaking and poking through unfamiliar territory, while finding real rewards in increased efficiency and transparency across teams.

I’ll describe aspects of our experience as both guide and cautionary tale for others who might take the journey themselves:

  • How leadership influenced our move to docs-driven dev
  • What the process looks like for us: “Starting slow to go fast”
  • Areas where we stumbled
  • Solutions that helped scaffold areas of weakness
  • Examples where docs changed the direction of development
  • Responses from other teams like marketing and support
  • Challenges we’re still working on
  • How we hope to improve

Paul Wallace

Localize the Docs!

Perhaps you're interested in learning what it would take to deploy your product in foreign markets. Or maybe your team has been voluntold to lead the company's localization effort -- we're the words people, after all, and localization is all about words, isn't it? Well, the Great Pyramid of Giza may be all about stone, but it took a lot more than stone to put it together.

In this talk I will provide a brief, high-level overview of globalization, internationalization, localization, and translation, and explain why these distinctions matter. I will describe the content round-tripping process and the players involved, and I will outline the types of issues that you or your organization will have to address in order to succeed. And I'll also touch a bit on what you can expect regarding costs, timelines, and return value.

By the end of the talk, you probably still won't know how to build a pyramid, but you will know how to localize your docs.

Kathleen Juell

Writer? Editor? Teacher?

Chances are that if you work on documentation, you consider yourself all three of these. But how often do you think about these roles in isolation? What's the payoff of doing so?

This talk will explore each of these perspectives in turn and will make the case that doing so can produce more empathetic, impactful, and relevant documentation. It will draw on my past experiences as an academic researcher and teacher, as well as my current work as a technical writer and editor.

Topics we'll cover:

  • Teaching philosophy: Do you have one? Is it visible to your readers? How does it motivate your writing?
  • Formative/summative exercises, learning from design, and other helpful terms from the teaching profession: What are the desired learning outcomes of your documentation? How are you getting to these outcomes? How do you measure success?
  • Thinking like an editor: What are the most common recommendations that editors make to technical writers? How can you turn these around to improve your work as a writer?
  • Thinking like a writer: What are some challenges specific to writing and how can thinking of yourself as a teacher and editor help you address them?

The goal for attendees will be to leave with some actionable insights that they can apply to their own work in the field. By breaking apart the roles and perspectives that go into producing documentation, we can grow in our understanding of what we do and make our work that much more useful to others.

Heather Stenson

Any friend of the docs is a friend of mine: Cultivating a community of documentation advocates

There are always more docs to write than there are people to write them, no matter the size of your documentation team. To get everything done, you need to call in reinforcements... the Friends of the Docs.

At Mapbox, we have an active and engaged group of people, from engineers to product managers to support team members, who help us with documentation. (Our Friends of the Docs have their own Slack handle and everything!) These people help us by writing, contributing to, reviewing, and advocating for documentation at Mapbox. With their assistance, we’re able to move faster and cover far more ground than our small team would be able to do otherwise. This wasn’t just luck or an organic process - we had to carefully cultivate our FotD community. This support system has worked so well for us that we think every documentation team should have Friends of the Docs too! This talk will cover:

  • Who are the Friends of the Docs?
  • How to identify a potential Friend of the Docs.
  • How do they help documentarians?
  • How do documentarians help them?
  • What are the lines of communication?
  • How the relationship will evolve as your docs team grows.
  • What is the role of fun and friendliness in this working relationship?

Mark F Iverson

Harvest Past Experience to be a Great Tech Writer

Anyone either considering, or already in, a technical writing role, can use past tech experience to either help them enter or enhance their writing career.

The goal of the talk is to demonstrate how experience in non-tech writing roles can help you become, or improve your career as, a tech writer. Be clear that most any role includes some writing, and thinking back to your strengths as a writer in past roles can help you. I will discuss my past roles in tech support, QA, engineering, and as a project manager to help illustrate this. The hope is that this can help attendees who are considering a tech support role, writers who may not have considered how past experience can help them, and attendees who don't want to make a living as a writer but must write a lot in their role.

The talk would be broken down into the sections below. All of this is culled from my background. I would make a concerted effort to ensure this is not an attempt to promote my resume. I would briefly emphasize that it took me a long time to finally find writing, and while the roles were valuable, each could be considered a hurdle to achieve a job I love. I would pitch this optimistically with the intent of showing that, if you're for some reason thinking of a career change, and you're at this conference, then you can open doors with experience you may not have considered. It can also show that if you already are a writer, you can finesse your writing using what you learned in past roles.

  • Tech support:
    • Use your skill at helping frustrated customers to write to your audience. Picture your audience and make it a goal to reduce tech support calls.
    • Remember how you empathized with frustrated customers and incorporate that into your writing.
    • Remember how you corresponded with customers via writing and strive for the same attempt to solve and please customers.
  • QA:
    • Use your skills at writing crisp, clear bug repro steps when writing procedures.
    • Use your skills at writing unambiguous issues, which are required to ensure your engineers understand what you’re trying to convey, when tech writing.
  • Software Engineer:
    • Focus on languages you know (C++, Java, etc.) and become an expert.
    • Remember how you commented code and what good and bad comments are like. When documenting APIs, write what you’d want if you had to code with your API.
  • PM:
    • If you wrote Statements of Work, remember the legal gotchas and keep those in the back of your mind when writing about potential future release and committing to promises. Consider the expectations you set in your writing the way you set expectations for a customer.
    • If you wrote specs or helped with marketing, you have a head start with learning how to not just document a product, but also convey its strengths without sounding too “marketing-like”
    • Manage your writing tasks like projects to help you stay on course, keep your commitments, and prioritize writing.

Conclusion - Wrap up by reminding the audience that writing is an essential skill to be successful in software. If you’re here, then we know you are either already writing or want to write. Don’t discount past experience. Use it to help put the right words into your writing assignments with the goal of ensuring you’re helping your reader the very best you can.

Sarah Moir

Just Add Data: Make it easier to prioritize your documentation

Analyzing documentation metrics is a great way to prioritize documentation work and resources. For example, identifying well-read or under-viewed documentation topics can guide which ones to work on—whether by revising well-read but less-updated documentation, or by doing more work to get helpful documentation more visible to readers by modifying titles or improving links to the topic. In this talk, I’ll cover what kinds of data to collect, how to gather that data, and how to use it to inform your documentation priorities.

Learn what types of data to measure, such as page views, helpfulness ratings, time spent on page, and why to measure that data. In addition, I’ll discuss the value of measuring or gathering other types of data from sources—other websites within the organization, pull request issue tags, support cases, and sales/field requests—to help identify cross-functional needs that could shift your priorities.

You’ll learn about using data to approximate the number of readers and their engagement with your documentation, and how to partner cross-functionally to gather additional contextual data such as total user base. I’ll provide basic guidelines around analyzing data and set expectations around the time it takes to manually interpret and categorize the data and make it useful for analysis.

I’ll reinforce important points such as how and why to use data or measurements to make a decision, the purpose of measuring different types of data, and what types of conclusions you can draw from different sample sizes (e.g., small sample sizes are still valuable). Using data analysis, you’ll be able to identify topics with low engagement, or find popular topics that beg for a rewrite, and prioritize your documentation improvements accordingly.

Jodie Putrino

Defying the Status Quo: How a grassroots effort can transform an organization

When I presented at WTD NA in 2017 (Treating Documentation Like Code: A Practical Account), an audience member asked me afterwards what organizational barriers I'd dealt with and how I got past them. At that point, the answer was "none" -- the road had been pretty easy so far.

Fast-forward two years and my answer is now very different. My little docs-like-code project quickly gained traction across the company. As the adoption rate grew, so did the visibility of the project up the chain of the organization. The more people knew about it, the more they either wanted to join in or to stop it in its tracks.

Through supportive education, thoughtful consideration, and consistency of messaging, I saw the project grow from a stop-gap solution to the basis for a burgeoning company-wide digital transformation effort.

In this talk, I'll use the elements of my journey to reflect on the following topics:

  • Helping others succeed ultimately helps you to succeed.
  • You are the expert on your project. You are its best advocate.
  • Approach roadblocks and pitfalls thoughtfully instead of emotionally.
  • Be consistent in your messaging to bridge political discussions.
  • Be patient. Change takes time.

Kay Miles

Product Documentation Strategy: What Is It and Why Do We Need It?

As a technical writer, I am focused on one major goal: my users’ success. I create clear reference topics, intuitive tasks, and delightful concepts. But what is the other writer at my company doing? How are they delighting their users? And are their users the same as mine?

I write at a company whose products are modular. Customers use a blend of different products to achieve their goals. While I can write the most amazing documentation for product A, if a customer also uses product B, a different writer determined what those deliverables were. Sure, we have a style guide. The documentation looks like it came from the same company, but there’s work the user must do to put those pieces together.

With 30+ years of baggage of creating technical documentation this way, our organization realized we needed a solution to bring order to the chaos. Thus, the Product Documentation Strategy was born. I want to share my story of transforming from a Technical Writer into an Information Architect (IA). As an IA, I now have two goals: my users’ success and the writers’ success.

I will share why my team exists, how this is an upcoming trend in our industry, and some challenges and rewards I’ve seen on this journey.

Riona MacNamara

Sponsored Talk: Documentation for Good: Knowledge as a tool for equity and inclusion

As documentarians, we know that knowledge is critical: accurate and comprehensive documentation drives product awareness and adoption. For engineers and other technologists, detailed documentation is essential for development velocity, code quality, and the reliability of services running in production.

But the stakes are higher and go beyond our own companies and projects. To be successful, and to benefit from the economic advancement offered by the software industry, all developers everywhere need access to the knowledge needed to fully participate in technology. Tribal knowledge is accessible only by the privileged few. Documentation - comprehensive, accessible, and trustworthy documentation - is what puts the means of production in the hands of the developer, whether she's in Palo Alto, Lagos, Quito, or Chengdu. This talk covers how documentarians - especially those working in open source - can, literally, change lives.