Our guidelines for crafting clear and compelling technical content
At Literally, we’re passionate about turning complex ideas into clear, accessible, and useful content. As a technical communication company, we know that great writing isn’t just about accuracy, but creating content that resonates with readers and meets the unique needs of our clients.
In this post, we’ll walk you through how our style guide works, why it matters, and what it says about our approach to technical writing.
Every piece of technical content we create has a purpose. It might teach a developer how to use an API, explain best practices for deployment pipelines, or guide teams through troubleshooting complex systems. But without a style guide, even the most informative content can seem sloppy and daunting to consume.
Here’s why a style guide is critical for technical writing:
At Literally, we understand that every client has unique preferences. To accommodate this, we use a style hierarchy that prioritizes flexibility while maintaining high standards:
This hierarchy ensures we can adapt to client needs without sacrificing quality or consistency.
Our writing process starts with understanding our client’s goals and audience. From there, we develop content that balances technical depth with accessibility, ensuring it speaks to developers without alienating less-technical readers.
Here’s how we apply our style guide in practice:
This process guarantees that every article, tutorial, or guide isn’t just accurate but enjoyable to read.
Our style guide reflects our approach to technical content: clear, consistent, and user-focused.
Aim for a tone that’s professional yet conversational—think “business casual.” Active voice, plain English, and brevity are essential. Contractions and occasional sentence fragments are acceptable if they make the content more approachable.
All posts should be written in Markdown, a lightweight markup language that’s perfect for technical content. If you’re new to Markdown, you can learn more from resources like Daring Fireball.
Keep each source line under 120 characters, except when including long URLs. This makes reviewing and commenting on Pull Requests easier.
Title
Header Formatting
Introduction
The opening paragraph should set the stage for the post. Include the goals, tools, and methods, and give readers a preview of what they’ll learn. Make it engaging to encourage them to read on.
H2 Sections and Subheadings
Technical content often revolves around code, so we have clear guidelines for presenting it:
Code Formatting
Use code formatting for:
Each code block must have an explanation that describes its purpose. For example:
npm install axios --save
Install the axios npm package.
When appropriate, include the file name as a comment in the first line of a code block. This is particularly helpful in frameworks with specific conventions.
Code Snippets
bash
, ruby
, python
) for syntax highlighting.Inline Code and Commands
Inline code is useful for referring to:
mkdir
)app/main.js)
filename
)http://example.com
)app/hello_world.js
latr
ENTER
:8080
Avoid using inline code for commands the reader needs to execute. Use full code blocks instead, with explanations for options and flags.
Links
Images
.png
format and keep images at least 1320px wide.Avoid using images of console output. Commands and output should be included as code-style text so they can be copied.
Bold
Use sparingly for:
Italics
Use italics to introduce technical terms or emphasize important concepts. Example:
Lists
No technical content piece should end abruptly. Wrap up with a brief conclusion summarizing what readers accomplished and suggest logical next steps they can take.
By following these guidelines, we ensure every piece of content reflects Literally’s commitment to quality and consistency. Whether it’s a blog post or detailed documentation, our goal is to make the content intuitive, engaging, and easy to follow.
At Literally, our style guide is more than a set of rules — it’s the foundation of our approach to technical writing. It ensures clarity, consistency, and quality, while remaining flexible enough to meet our clients’ needs.
Whether you’re looking for engaging blog posts, user-friendly documentation, or clear tutorials, you can trust us to deliver content that’s accurate, polished, and enjoyable to read.
Would you like to learn more about how we approach technical writing? Get in touch! We’d love to help elevate your content!
Let’s discuss how we can turn your technical expertise into clear, effective documentation. Book a call and start leveling up today.