jaapio, to markdown Dutch
@jaapio@phpc.social avatar

I'm investigating options that are available to create a table of contents in #markdown, really wondering what people are using to create that when writing markdown based docs.

Please boost for reach.

#documentation

tikhonov_a, to random
@tikhonov_a@mastodon.social avatar

Why didn't anyone tell me about https://devdocs.io? You convert the site into a web application, enable the packages you need, download for offline access and enjoy fuzzy search, speed and smooth operation for free.

#devdocs #documentation

phpdoc, to php
@phpdoc@phpc.social avatar

phpDocumentor 3.5 is here! With better Guides support and now fully functional RST! Automatic generated class diagrams by querying your code base and much more!

Let us know what you like in this new release!

https://github.com/phpDocumentor/phpDocumentor/releases/tag/v3.5.0

msquebanh, to Cambodia
@msquebanh@mastodon.sdf.org avatar

The Center of in collaboration with the in Program at , has announced the release of the final edition of the “Cambodia’s Hidden Scars” series.

The series provides an of the idea that human rights violations, armed conflict & cause & outcomes, using the Kingdom’s tragic past to explore themes.

https://asianews.network/cambodias-hidden-scars-final-book-highlights-healing-after-atrocities

amoroso, to VintageOSes
@amoroso@fosstodon.org avatar

A young developer who never used Windows 98 back in the day stumbled upon an introductory book on the operating system and posted his impressions on skimming it, which brought him joy. He wrote:

"I was also left with the impression that perhaps I would like more software to come with a physical manual."

https://jamesg.blog/2024/05/19/windows-98-manual

#windows98 #documentation #retrocomputing

fedora, to random

Next Fedora Docs workshop will be on May 23 at 3pm EDT (7pm UTC). Great opportunity to plug into contributing documentation for Fedora!

➡️ https://discussion.fedoraproject.org/t/writing-workshop-schedule/101813/13

#Fedora #FedoraDocs #Linux #OpenSource #documentation

vdaron, to ShareYourMusic
@vdaron@mastodon.social avatar

Help Mastodon, I'm lost !

I'm looking for a alternative to Confluence to store my team documentation.

My short list today is
@dokuwiki
@xwikiorg
@ngpixel (Wiki.js) and
@MkDocs

What are you using ? What would you recommend ?

Boost would be appreciated. Thanks ! 🙂

jupiter, to dotnet
@jupiter@mastodon.gamedev.place avatar

(smol) JOB OFFER:

Fellow federated Technical Writers and Documentation Connoisseurs:

Where would I go to get someone to review my documentation for:

  • structure (didactic and otherwise)
  • accessibility
  • modernity
  • oversights

(also, if you have a friend or yourself to put forward for a consultation - I can likely spare adequate coin for your time, just send me your rate)

Topic is C# documentation for a game and simulation development library.

#TechnicalWriters #Documentation #dotNet

lclarke522, to random
@lclarke522@gardenstate.social avatar

The results of the WriteTheDocs salary survey are in: https://www.writethedocs.org/surveys/salary-survey/2023/

#writethedocs #documentation

buherator, to golang
@buherator@infosec.place avatar

This latest writeup by @joern mentions the #documentation of Go’s filepath.Clean is “not really obvious” when dealing with relative paths.

I think this is something all #golang devs should be aware of to avoid similar vulnerabilities.

The language is kind of amazing:

  • Step 3. only applies if there is a parent path to be eliminated together with the subsequent “..” (“/foo/..” -> “/“)
  • Step 4. only applies to “rooted” (absolute) paths, so “/../foo” would become “/foo”, but “../“ is left untouched (as there is no relative parent path to eliminate either).

This makes the docs technically correct (“the best kind of correct!”), but even with the solution at hand it took some head scratching to figure out the true meaning.

bluespice, to opensource
@bluespice@fosstodon.org avatar
danielsiepmann, to php

I'll share this with #php and #documentation in order to allow other members of the communities to find this post :)
phpc.social/

hankuoffroad, to foss
@hankuoffroad@floss.social avatar

To (software) documentation writers,

I put together screencast (video) and step by step guide (text).

<First-Time Git Setup for Fedora Docs repositories>

  1. Video (link to PeerTube):

https://peertube.linuxrocks.online/w/w3PACWYG3xffJ9EpPXKXib?start=1s

  1. Source text (GitLab)

https://gitlab.com/-/snippets/3686378

@fedora #foss #documentation

mxk, to movies German
@mxk@hachyderm.io avatar

Ich hab beschlossen, am Freitag in Disko Fox zu gehen, ein Film über die Expedition des DAV Frauen Expedkaders.
Bei dem Dokfest Filmfestival gibt's aber auch noch ein paar andere spannende Dinge.
https://www.dokfest-muenchen.de/Filme

SoenkeSchwenk, to random
@SoenkeSchwenk@mastodon.online avatar

Everyone wants software architecture documentation until they realize it means constant updates and carefully crafted content and diagrams.

Edent, to Catroventos
@Edent@mastodon.social avatar

🆕 blog! “Do That After This”

I was building some flatpack furniture the other day (my life is so glamorous) when I came across an interesting example of how not to write technical documentation. Drill a hole in part A and insert part B once you have ensured part C has been aligned after its connection to A. Most people can […]

👀 Read more: https://shkspr.mobi/blog/2024/04/do-that-after-this/

#documentation #English #language

blog, to Catroventos
@blog@shkspr.mobi avatar

Do That After This
https://shkspr.mobi/blog/2024/04/do-that-after-this/

I was building some flatpack furniture the other day (my life is so glamorous) when I came across an interesting example of how not to write technical documentation.

Drill a hole in part A and insert part B once you have ensured part C has been aligned after its connection to A.

Most people can handle reading a whole sentence to figure out what's going on. But, after a tiring day of building, it is somewhat annoying having to juggle instructions into actions.

Most readers will assume that instructions are written in linear time. Do this, then that. But that example is non-linear. What it is trying to say is:

Connect part C with part A. Then align part C and part A. Then drill the hole in part A. Then insert part B into part A.

It is slightly less interesting writing. But it presents all the actions in the order they need to be taken.

I see this temporally-mixed anti-pattern all the time. A typical example of this in technical documentation is:

Select Print from the File menu.

A simpler, clearer, and less ambiguous way of writing that is:

Open the File menu. Select Print.

Another similar example of confusing writing is:

Go to File → Print → Settings if you need to change the paper size.

Again, this places cognitive burden on the reader. If they want to understand if the instruction is relevant to them, they have to read the entire sentence. When faced with dozens of sentences, this can become confusing. The solution is:

If you want to do X, then do Y...

Immediately the reader knows that they can skip this sentence because they don't want to do X.

As technical writers, we sometimes want to craft eloquent prose. We long for glorious and intricate sentences. We tire of the monotony of linear writing.

Tough. We need to get over ourselves. Go write that epic fantasy novel you've been thinking about. The job of a technical writer isn't to entertain, enliven, or delight the reader. The job is to give them instructions in an easy to follow format, reducing the amount of cognitive burden they have, and making it quick to find the information they need.

https://shkspr.mobi/blog/2024/04/do-that-after-this/

#documentation #English #language

plaindocs, to random
@plaindocs@chaos.social avatar

This is your reminder that we're just over two weeks out from the talk proposal deadline for Write the Docs Atlantic, an online conference about documentation.

All the details are here https://www.writethedocs.org/conf/atlantic/2024/cfp/

#techcomm #writethedocs #documentation #cfp #conference

Retweets appreciated.

sarah11918, to random
@sarah11918@mastodon.social avatar

Thanks to the @astro dev team for including me in the minor release blog post!

We have a "the feature isn't done until the docs are done" policy, and I'm so proud to be contributing to Astro's releases.

#documentation

helligbird, to Portugal
@helligbird@gamepad.club avatar

Today, #Portugal is celebrating 50 years since the #revolution against dictatorship and fascism. This #article tells the stories about what kind of information the state #police (PIDE) collected about its citizens. It tells the stories of 6 people with #documentation from the #archives
Given the troubling times we're living through and the far right growing in Portugal itself, is it still possible to hold the values our parents and grandparents fought for in 1974?

https://www.publico.pt/multimedia/interactivo/meio-seculo-depois-souberam-enfim-o-que-a-pide-sabia-deles

tetrislife, to random

I was wondering if comments alongside source code are not read for reasons other than them being likely to be out of date. Maybe its because ... syntax highlighting makes them less readable?

#SoftwareDevelopment #Documentation #LiterateProgramming

jaapio, to delhi Dutch
@jaapio@phpc.social avatar

On May 30, I will talk about dead , and how to bring your docs alive. Are you joining me and become Dr Frankenstein?

,

https://www.meetup.com/brabantphp/events/300465423/

ben, to fediverse
@ben@mastodon.bentasker.co.uk avatar

New : Adding a Fediverse Comments Box to a Site

This documentation details adding mastodon-post (by @DavidDarnes) into a static site generated by the Nikola in order to link back to discussion in the

https://www.bentasker.co.uk/posts/documentation/general/embedding-a-mastodon-comments-box-in-a-nikola-site-template.html

guyjantic, to random
@guyjantic@c.im avatar

LOL. I can feel the developer's frustration oozing through my screen.

#rstats #documentation #passiveaggressive #ftw

asmodai, to Amd
@asmodai@mastodon.social avatar

AMD Working To Release MES Documentation & Source Code

"[..], AMD now says they will be releasing documentation followed by the source code for their Micro-Engine Scheduler (MES) IP block found within Radeon GPUs."

Note: towards the end of May

https://www.phoronix.com/news/AMD-MES-Docs-And-Source-Code

#AMD #MES #Firmware #Documentation #ROCm

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • provamag3
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • anitta
  • Leos
  • tester
  • JUstTest
  • All magazines