Documentation

Blog posts tagged with Documentation
Google's Season of Docs - Fostering open source collaboration with technical writers

Google's Season of Docs - Fostering open source collaboration with technical writers

23/04/2019
Kauri is passionate about improving developer documentation and experience. At the moment we are working to do this in the Ethereum and Web3 space, in the longer term future we hope to do the same with other open source technologies. We do this with our content platform and helping fund and mentor project documentation improvements. For example, until April 30th we are helping fund documentation improvements to ENS and Plasma Group (components) as part of the Ethereal hackathon.
Language and understandable writing

Language and understandable writing

18/11/2019
I appreciate that not everyone who writes documentation is a native English speaker, or even if they are, may not understand the best way to write clearly and concisely. Many native English speakers had our last grammar lesson more than 20 years ago, and have learnt the tips and tricks we now use as professional writers recently. There are three important things to remember to justify the time and effort of making your writing more understandable:
Developer Experience - How to Define Good Documentation?

Developer Experience - How to Define Good Documentation?

10/02/2021
When comparing products, you want to decide on their usefulness. Yet, we often forget to evaluate the project's documentation. A project might offer an excellent set of features but might lack easy-to-use documentation. This can have a detrimental effect on the developer experience and your team's efficiency. So, how do you evaluate the developer experience of documentation?
Reducing negative and biased language in documentation

Reducing negative and biased language in documentation

20/01/2022
The discussions on what represents negative, biased, and diverse language continue in many open source communities, often sparking heated and strongly opinionated debate. Setting those discussions aside, say you have decided what language you want to increase, decrease, or change in your community. How do you enforce and track those changes?
Turning AI Into an API Documentation Assistant

Turning AI Into an API Documentation Assistant

22/05/2025
API documentation is generally predictable, follows common patterns, and is one of the least interesting tasks in a documentation project. It's also a task with a degree of pre-existing automatic generation tools and practices. It sounds like a perfect use case for AI-assistive tools! In this post, I look at general and specialized tools for generating API documentation from code and text-based prompts. I also cover potential problems and pitfalls in generated docs and how to test the generated output to ensure its accuracy.