Rachael Stavchansky
Lead Technical Writer at Salesforce. I delight in explaining complex things simply.
Current role
Documentation Team Manager, Netlify
First role
The chorus of Katz!
Skills are in-demand
Helps enterprise users
Deepens product understanding
It's satisfying
API reference documentation
Processes, not tools
Draft guideline for each
Draft guideline for each
Compare against others
Iterate
Get feedback
Document with clear examples
module Api
module V1
# @resource Accounts
# @tag_group User Accounts
# Endpoints for managing accounts.
class AccountsController < ApiController
...
# Returns a list of accounts for a user.
#
# @summary Return accounts
# @path [GET] /api/v1/accounts
# @response [Account] 200
def index
...
end
Draft guideline for each
Compare against others
Iterate
Get feedback
Document with clear examples
Socialize
Encourage & enforce
By Rachael Stavchansky
Learn how to tap into your audacious self to improve API documentation at your organization. In this talk, I’ll compare processes across a few different companies and teams for authoring, editing, and maintaining various types of API reference documentation.
Lead Technical Writer at Salesforce. I delight in explaining complex things simply.