<?xml version='1.0' encoding='UTF-8'?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <id>https://www.writethedocs.org/</id>
  <title>Blog</title>
  <updated>2026-07-06T16:33:31.574789+00:00</updated>
  <link href="https://www.writethedocs.org/"/>
  <link href="https://www.writethedocs.org/blog/archive/atom.xml" rel="self"/>
  <generator uri="https://ablog.readthedocs.io/" version="0.11.13">ABlog</generator>
  <entry>
    <id>https://www.writethedocs.org/blog/newsletter-july-2026/</id>
    <title>Write the Docs Newsletter – July 2026</title>
    <updated>2026-07-01T00:00:00+00:00</updated>
    <author>
      <name>Write the Docs Team</name>
    </author>
    <content type="html">&lt;section id="write-the-docs-newsletter-july-2026"&gt;

&lt;p&gt;Hello again, documentarians. Aaron here with the rest of the newsletter team to deliver insights from the community before taking a month off to refresh ourselves. In my case, it means finding somewhere to cool off for at least a little while.&lt;/p&gt;
&lt;p&gt;In community news, see what the community board has been up to recently in the &lt;a class="reference external" href="/blog/2026-Q2-community-board/"&gt;Q2 quarterly update&lt;/a&gt;. Looking forward, the &lt;a class="reference external" href="/conf/australia/2026/news/welcome/"&gt;Australia conference had its official launch&lt;/a&gt;. Tickets and the Call for Proposals both open in July, so start your planning now. And the &lt;a class="reference external" href="/conf/berlin/2026/news/announcing-speakers/"&gt;Berlin conference announced its speakers&lt;/a&gt; so you have a better idea of what insight to expect. And the &lt;a class="reference external" href="https://www.meetup.com/wtd-kenya/events/314376384/"&gt;Kenya conference&lt;/a&gt; is coming up in August if you can make that.&lt;/p&gt;
&lt;p&gt;This month we have articles on how to go about reusing content, what to consider when consolidating from many sources to docs-as-code, how to make your workload visible as a lone documentarian, and how far to go to meet customer requests for their AI needs. We’ll be back with more articles in September, so stay safe until then!&lt;/p&gt;
&lt;section id="developing-a-content-reuse-strategy"&gt;
&lt;h2&gt;Developing a content reuse strategy&lt;/h2&gt;
&lt;p&gt;Content reuse, the practice of using the same content in multiple places, has been an ongoing topic for documentarians. For some, the reused content may be just product names. But many documentarians use boilerplate content (such as admonitions, paragraphs, or standard procedures) that must be consistent throughout documentation locations. Many teams use documentation platforms/tools (such as &lt;a class="reference external" href="https://paligo.net/content-reuse/"&gt;Paligo&lt;/a&gt;, &lt;a class="reference external" href="https://docusaurus.io/docs/markdown-features/react#importing-markdown"&gt;Docusaurus&lt;/a&gt;, and &lt;a class="reference external" href="https://www.madcapsoftware.com/articles/the-elusive-promise-of-content-reuse/"&gt;Flare&lt;/a&gt;) to support content reuse.&lt;/p&gt;
&lt;p&gt;Successful content reuse requires a clear strategy — not just maximizing reuse. Minimally, writers must evaluate whether a piece of content is likely to require updates in the future.&lt;/p&gt;
&lt;p&gt;Sentence-level or phrase-level reuse can lead to unexpected results. It may introduce unnecessary complexity that makes documentation difficult to understand and complicates maintenance. Highly granular reuse can remove context needed by translators, which makes localization more difficult. (Some systems can combine reusable components with localization frameworks using variables, JSON files, and conditional content.)&lt;/p&gt;
&lt;p&gt;It’s possible to use AI tools, such as &lt;a class="reference external" href="https://www.anthropic.com/product/claude-code"&gt;Claude Code&lt;/a&gt;, to analyze documentation, identify reuse opportunities, generate snippet libraries, and assist with documentation restructuring. There are automated documentation systems where product metadata feeds directly into the documentation through variables and generated references.&lt;/p&gt;
&lt;p&gt;If you’re considering content reuse:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Determine whether your existing documentation tool or platform has reuse features. (If not, then you have to decide how to implement reuse.)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Review existing documentation for possible content reuse. (This could be done by an AI agent or through a script.)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Favor significant quantities of information over sentence fragments.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Design reuse with future updates in mind, rather than just current convenience.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Consider the effect on localization, readability, and maintenance.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Develop a documented content reuse strategy before any implementation.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Remember that a reuse strategy must be applied by ALL content contributors. Therefore, you may need to designate a “content reuse” expert or train contributors.&lt;/p&gt;
&lt;p&gt;Well-implemented content reuse is a balance between efficiency and complexity. Content reuse can improve consistency, efficiency, and maintainability when applied properly, but it can create maintenance challenges if overused or poorly designed.&lt;/p&gt;
&lt;p&gt;See more Write the Docs resources about &lt;a class="reference external" href="/topics/#writing-doc-sets"&gt;writing doc sets&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;section id="migrating-from-many-sources-to-docs-as-code"&gt;
&lt;h2&gt;Migrating from many sources to docs-as-code&lt;/h2&gt;
&lt;p&gt;Raised recently in the &lt;a class="reference external" href="https://writethedocs.slack.com/archives/CAL5Y0NB1"&gt;#lone-writer channel&lt;/a&gt;, but relevant to teams as well, is the question of how to migrate from multiple sources to docs-as-code. Your content might be spread across platforms such as Confluence, SharePoint, Zendesk, and help authoring tools such as MadCap Flare. Moving to docs-as-code can feel daunting because it’s both a change in methodology &lt;em&gt;and&lt;/em&gt; a new set of tools (see &lt;a class="reference external" href="/guide/tools/"&gt;some tools you might move to&lt;/a&gt;, which may influence the migration process). Add in juggling the migration of content from multiple sources and it’s hard to know where to begin. The community discussion centered on having a plan, working in chunks, and supporting people through the cultural shift. One community member stressed not to overlook the socialization and skills side: people resist change, so explain the big picture and benefits and offer education.&lt;/p&gt;
&lt;p&gt;As with any large documentation migration project, start with a plan (or diagram) mapping the sources and how each will be migrated. Use a spreadsheet to manage everything: give each piece of content its own row, with columns to track its migration status. This makes it easy to report progress to management and to know what done looks like.&lt;/p&gt;
&lt;p&gt;Most people end up converting content to some flavor of Markdown because so many people and tools use it, though &lt;a class="reference external" href="https://asciidoc.org/"&gt;AsciiDoc&lt;/a&gt; and &lt;a class="reference external" href="https://docutils.sourceforge.io/rst.html"&gt;reStructuredText&lt;/a&gt; are also common, depending on how much structure you need, who is contributing, and what tools you use.&lt;/p&gt;
&lt;p&gt;For the conversion process, automate what you can. Community members recommended using &lt;a class="reference external" href="https://pandoc.org/"&gt;Pandoc&lt;/a&gt; for the conversion, which can process docs in batches, though some preferred converting one at a time for greater control. Write scripts to remap internal links and relocate images. You may want to use AI tools to help with the mechanics, particularly writing conversion scripts and extracting content from PDFs. Keep a human in the loop because automated conversions across multiple sources are never straightforward.&lt;/p&gt;
&lt;p&gt;The consensus in the thread was to work in chunks: migrate one source, tool, or product at a time. Treat the first as a pilot, running the entire process end to end: script the automation, migrate content, train staff, turn on the new source, and archive the old. Learn what didn’t go smoothly, then refine before the next chunk.&lt;/p&gt;
&lt;p&gt;Once a source is migrated, get the affected people onboard immediately. Move to the new repo straight away, and archive or lock the old location so nobody keeps working there out of habit. Then stay available for questions as people settle in.&lt;/p&gt;
&lt;p&gt;See more Write the Docs resources about &lt;a class="reference external" href="/topics/#docs-as-code"&gt;docs-as-code&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;section id="making-your-workload-visible-to-others"&gt;
&lt;h2&gt;Making your workload visible to others&lt;/h2&gt;
&lt;p&gt;If you work alone on documentation within your organization, you may find it challenging to demonstrate all of the many things you are working on and so you may get requests you aren’t able to handle. To get help with this, a question was posed in the &lt;a class="reference external" href="https://writethedocs.slack.com/archives/CAL5Y0NB1"&gt;#lone-writer channel&lt;/a&gt; regarding how to make your workload more visible to others.&lt;/p&gt;
&lt;p&gt;When co-workers tag documentarians in various Slack threads without context, it can be difficult to communicate where a request sits within overall prioritization. Several respondents shared their experience applying project management strategies to raise awareness of what they are working on and the stage it is in. One uses weekly company-wide syncs to brief everyone on their work’s status and follows up with posts in relevant Slack channels. For them, this replaced the need for a project tracking system that is public within the company.&lt;/p&gt;
&lt;p&gt;Other people preferred such a visible system in tools such as Trello or Linear. They also found that having a defined process for docs requests through their board made it more likely that others would see what else they were working on and also easier to gather the context they needed. This provided more helpful structure than a bunch of random asks in a Slack thread.&lt;/p&gt;
&lt;p&gt;Others were less able to get time at company meetings and found their tracking boards weren’t really visited. Someone noted that sharing daily goals, accomplishments, and work that’s in progress can help at times. Another person focused on finding the right Slack channel to celebrate a release, in this way thanking the people who helped and also announcing the change. This can help involve the right stakeholders.&lt;/p&gt;
&lt;p&gt;Another lone documentarian described their success in giving a presentation on documentation at a company all-hands event. By explaining how quality docs support the business and rely on the experience and knowledge of everyone in company, they were able to move a little closer to others seeing that one person alone can’t do all the docs and that they all can contribute.&lt;/p&gt;
&lt;p&gt;See more Write the Docs resources on &lt;a class="reference external" href="/topics/#working-with-other-roles"&gt;working with other roles&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;section id="exporting-markdown-documentation-for-llms"&gt;
&lt;h2&gt;Exporting Markdown documentation for LLMs&lt;/h2&gt;
&lt;p&gt;Is it a good idea to provide customers with an offline Markdown export of product documentation? One documentarian was asked to do so to support a customer using it with an offline LLM, and so they turned to the WTD community for guidance. The response was that beyond just how to generate the files, it’s important to also consider the practical challenges of maintaining the copies.&lt;/p&gt;
&lt;p&gt;Keeping exported documentation up to date is not a trivial task. Large documentation sets can change frequently, making offline copies outdated almost immediately. Depending on the documentation platform, generating clean Markdown may also require additional tooling rather than being a built-in export option.&lt;/p&gt;
&lt;p&gt;Copies might create the added responsibility of distributing updated exports. If you offer Markdown files, customers may expect ongoing maintenance. On the other hand, refusing the request doesn’t necessarily stop customers from creating their own copies. They might do so by scraping your documentation with results that might be a worse version of what you can offer.&lt;/p&gt;
&lt;p&gt;Can AI help? AI isn’t the best tool for converting documentation. While AI can help generate scripts or automate parts of the workflow, deterministic tools such as &lt;a class="reference external" href="https://pandoc.org/"&gt;Pandoc&lt;/a&gt; or HTML-to-Markdown converters are generally more reliable, faster, and less expensive for large-scale conversions.&lt;/p&gt;
&lt;p&gt;Some practical suggestions included:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Treating Markdown exports as a premium offering with paid updates.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Providing a one-time zipped Markdown package and making customers responsible for future updates.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Packaging the documentation as a local Model Context Protocol (MCP) server for offline AI use.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Preparing documentation for AI consumption by publishing Markdown versions of pages, providing an &lt;cite&gt;llms.txt&lt;/cite&gt; file, or offering a “Copy as Markdown” option.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In many ways, the real challenge isn’t generating Markdown, it’s deciding who owns the ongoing maintenance and choosing a sustainable way to deliver it.&lt;/p&gt;
&lt;p&gt;See more Write the Docs resources on &lt;a class="reference external" href="/topics/#ai-and-llms"&gt;AI and LLMs&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;section id="from-our-sponsor"&gt;
&lt;h2&gt;From our sponsor&lt;/h2&gt;
&lt;p&gt;This month’s newsletter is sponsored by &lt;a class="reference external" href="https://biel.ai/?utm_source=writethedocs"&gt;Biel&lt;/a&gt;.&lt;/p&gt;
&lt;a class="reference external image-reference" href="https://biel.ai/?utm_source=writethedocs"&gt;&lt;img alt="Biel logo" class="align-center" src="https://www.writethedocs.org/_images/biel.png" style="width: 50%;" /&gt;
&lt;/a&gt;
&lt;p&gt;Your docs already have the answers, but your users just can’t find them.&lt;/p&gt;
&lt;p&gt;Biel.ai adds an “Ask AI” button to your documentation, so users get the actual answer with the source cited instead of ten blue links. Every unanswered question lands in your dashboard, so the team sees what to write next.&lt;/p&gt;
&lt;p&gt;Works with Docusaurus, Sphinx, MkDocs, and 20+ others, plus one-click apps for Slack, Teams, and Discord, and an MCP server so your docs show up inside Claude, Cursor, and Copilot.&lt;/p&gt;
&lt;p&gt;&lt;a class="reference external" href="https://biel.ai/?utm_source=writethedocs"&gt;Sign up&lt;/a&gt; in June to try Biel.ai for free for 30 days!&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Interested in sponsoring the newsletter? Take a look at our&lt;/em&gt; &lt;a class="reference external" href="/sponsorship/newsletter/"&gt;sponsorship prospectus&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;section id="write-the-docs-resources"&gt;
&lt;h2&gt;Write the Docs resources&lt;/h2&gt;
&lt;p&gt;Write the Docs offers lots of valuable resources related to documentation. See all of the Write the Docs &lt;a class="reference external" href="/about/learning-resources/"&gt;learning resources&lt;/a&gt;. To discuss any of these ideas or others related to documentation, join the conversation in the &lt;a class="reference external" href="/slack/"&gt;Write the Docs Slack community&lt;/a&gt; in one of the many &lt;a class="reference external" href="/slack/#channel-guide"&gt;channels&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;section id="events-coming-up"&gt;
&lt;h2&gt;Events coming up&lt;/h2&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;10 Jul, 08:30 EDT (US East Coast Virtual): &lt;a class="reference external" href="https://www.meetup.com/write-the-docs-east-coast/events/313625241/"&gt;Write the Docs East Coast Virtual Meetup&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;16 Jul, 18:00 BST (London, United Kingdom): &lt;a class="reference external" href="https://www.meetup.com/write-the-docs-london/events/313761448/"&gt;Beyond Documentation: Building Immersive Learning with Docs-as-Code&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;24 Jul, 08:30 EDT (US East Coast Virtual): &lt;a class="reference external" href="https://www.meetup.com/write-the-docs-east-coast/events/311760892/"&gt;Write the Docs East Coast Virtual Meetup&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;30 Jul, 18:00 PDT (San Francisco, USA): &lt;a class="reference external" href="https://www.meetup.com/write-the-docs-bay-area/events/315397626/"&gt;Write the Docs Bay Area Meetup — Sponsored by Twilio&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;7 Aug, 08:30 EDT (US East Coast Virtual): &lt;a class="reference external" href="https://www.meetup.com/write-the-docs-east-coast/events/313625243/"&gt;Write the Docs East Coast Virtual Meetup&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;8 Aug, 08:00 EAT (Nairobi, Kenya): &lt;a class="reference external" href="https://www.meetup.com/wtd-kenya/events/314376384/"&gt;Write the Docs Kenya Conference&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;8 Aug, 13:00 PDT (San Francisco, USA): &lt;a class="reference external" href="https://www.meetup.com/write-the-docs-bay-area/events/315397820/"&gt;Write the Docs Bay Area Unconference!&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;20 Aug, 18:00 BST (London, United Kingdom): &lt;a class="reference external" href="https://www.meetup.com/write-the-docs-london/events/313761542/"&gt;Write the Docs London Summer Social 2026&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;21 Aug, 08:30 EDT (US East Coast Virtual): &lt;a class="reference external" href="https://www.meetup.com/write-the-docs-east-coast/events/311760894/"&gt;Write the Docs East Coast Virtual Meetup&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;4 Sep, 08:30 EDT (US East Coast Virtual): &lt;a class="reference external" href="https://www.meetup.com/write-the-docs-east-coast/events/313625244/"&gt;Write the Docs East Coast Virtual Meetup&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
&lt;/section&gt;
</content>
    <link href="https://www.writethedocs.org/blog/newsletter-july-2026/"/>
    <summary>Hello again, documentarians. Aaron here with the rest of the newsletter team to deliver insights from the community before taking a month off to refresh ourselves. In my case, it means finding somewhere to cool off for at least a little while.</summary>
    <category term="newsletter" label="newsletter"/>
    <published>2026-07-01T00:00:00+00:00</published>
  </entry>
</feed>
