Diátaxis

(diataxis.fr)

102 points | by ryanseys 2 hours ago

10 comments

  • DanieleProcida 6 minutes ago
    I'd like to take advantage of the attention it's getting to point out that I am working on translating Diátaxis into other languages https://diataxis.fr/translation/, and you can see an in-progress version with some partially completed translations at https://diataxis-translated.readthedocs.io/translation/.
  • rkangel 49 minutes ago
    I and my team did a full set of documentation for handing over a codebase to the client. A large complex codebase with accumulated history and subtle reasons why things were done.

    Diataxis was fantastic. It took a bit of effort to work out what the page titles were to cover everything we needed, but then when you were writing a page it was glorious.

    It was so clear what you were saying and what "voice" you were writing in. If it's a Reference page you're all descriptive, with diagrams and bullet points. When it's a guide you're more discursive, but you know you're just imparting information not trying to teach. It made it so much easier to be coherent and clear about everything.

  • Hnrobert42 2 hours ago
    I urge people to not read this. Once you do, you will see all documentation will as the flawed and confusing mess it is. Ignorance is bliss!
    • swyx 1 hour ago
      truly. its the kind of thing that makes docs people justify their jobs rather than coming from a founder or user centric pov
  • jamilbk 21 minutes ago
    We just invested a good amount of time restructuring our docs for Diátaxis. It was helpful, but I wouldn't take it as gospel. The important thing to remember is that each piece of content should be one of the four types.

    If you're embarking upon a refactoring / rewriting journey for your docs, the only advice I'd share is to actually read the website beginning to end before starting. Especially this page: https://diataxis.fr/complex-hierarchies/. The guide is (unsurprisingly) very well written, and it's easy to internalize the concepts because they're repeated often.

    • DanieleProcida 13 minutes ago
      Ugh, I don't like that page and I have actually deleted it. It'll be gone soon.

      There is a real problem there, and that page doesn't do a good enough job of dealing with it. I have something cooking that is much, much better.

  • wonger_ 6 minutes ago
    Another documentation model: Fabrizio's seven actions [0]. People read docs to appraise, understand, explore, practice, remember, develop, and troubleshoot, usually in that order.

    It feels so natural and obvious compared to Diataxis' forced abstractions, where I'm still left wondering "what's the difference between a tutorial and a how-to guide?"

    But! I'm glad for anything that helps people organize and maintain docs.

    [0] https://passo.uno/seven-action-model/

  • conradludgate 2 hours ago
    I never saw the point in Diataxis, but honestly while vibe coding it's pretty convenient to tell an LLM "do diataxis" and get decent first pass documentation out of it.
    • nchmy 12 minutes ago
      Ive been aware of diataxis for a while, but i hadnt considered such an approach. Will definitely keep it in mind for when im ready to generate some sort of docs. Thanks!
    • radicalriddler 1 hour ago
      Agreed, a couple months back, I got cf to crawl the site and created a block of skills around it for personal use.
    • c0rruptbytes 2 hours ago
      same, it’s great for first pass LLM docs
  • tedd4u 2 hours ago
    Posted many times. Here's the most recent time from 2024 (also has most discussion).

    https://news.ycombinator.com/item?id=42325011

  • somewhatrandom9 35 minutes ago
    How is this different from Divio's documentation system?: https://docs.divio.com/documentation-system/

    Update: https://diataxis.fr/colophon/#origins-and-development (Divio came first).

    • DanieleProcida 10 minutes ago
      Same fundamental ideas, but I got a lot of things wrong in that earlier version (which is several years old now).
  • smokel 2 hours ago
    Perhaps add "A systematic approach to technical documentation authoring" to the title?
  • lijok 50 minutes ago
    Diataxis + ADRs + C4 = The holy trinity of docs
    • Cynddl 8 minutes ago
      I had to search these terms, does ADR mean ‘Architecture decision record’ and C4 the ‘C4 model’? How do you combine them in documentation?