!avYyleMexqjFHoqrME:nixos.org

Nix Documentation

438 Members
Discussion about documentation improvements around the Nix ecosystem91 Servers

Load older messages


SenderMessageTime
30 Oct 2023
@anthonyrsl:matrix.orgAnthony Rsl joined the room.17:04:19
@toonn:matrix.orgtoonn changed their profile picture.19:51:24
31 Oct 2023
@zmitchell:matrix.org@zmitchell:matrix.org Someone else will need to do the This Month in Nix Docs from now on since I’m not as tuned in. It’s pretty easy with the script that I wrote.  00:29:44
@mightyiam:matrix.org@mightyiam:matrix.orghttps://github.com/NixOS/nixos-homepage/pull/114113:50:49
@mightyiam:matrix.org@mightyiam:matrix.orgI said I'd do this so I did but I didn't bother explaining much in the PR body.13:51:33
1 Nov 2023
@chococandy:matrix.orgtrinity changed their profile picture.11:04:33
@infinisil:matrix.orginfinisil asymmetric: Could you make a new nixdoc release? 20:51:32
2 Nov 2023
@asymmetric:matrix.dapp.org.ukasymmetric
In reply to @infinisil:matrix.org
asymmetric: Could you make a new nixdoc release?
yep, will do, later today
08:12:33
@wamirez:matrix.orgwamirezI'm gonna have to skip today's meeting. Compulsory meeting in meat-space. Cheers!11:55:03
@adtya:adtya.xyzAdithya changed their profile picture.13:28:40
@adtya:adtya.xyzAdithya changed their profile picture.13:29:18
@asymmetric:matrix.dapp.org.ukasymmetric
In reply to @infinisil:matrix.org
asymmetric: Could you make a new nixdoc release?
https://github.com/nix-community/nixdoc/releases/tag/v2.5.1
14:38:55
@delroth:delroth.net@delroth:delroth.net joined the room.16:56:32
@janik0:matrix.org@janik0:matrix.org A co worker of mine recently installed NixOS for the first time and when looking for something like how to install nixos the wiki shows up first and has a more fitting name since it shows up as "NixOS Installation Guide" and the offical manual guide shows up as "NixOS 23.05 manual | Nix & NixOS" which confused him since if it's the first time you doing anything nix related you don't know that the wiki is user maintained and unoffical and that many articals are chronically outdated. And I'm unsure what to do about it since clearly some people think that a article like that should exist in the wiki. 17:10:09
@toonn:matrix.orgtoonn I've noticed this shift of people's assumption about what a wiki is too. Its origin is definitely communally edited articles. Nixos.org does point to the manual. Not sure how to influence search results. 17:14:05
@janik0:matrix.org@janik0:matrix.org * A coworker of mine recently installed NixOS for the first time and when looking for something like how to install nixos the wiki shows up first and has a more fitting name since it shows up as "NixOS Installation Guide" and the offical manual guide shows up as "NixOS 23.05 manual | Nix & NixOS" which confused him since if it's the first time you doing anything nix related you don't know that the wiki is user maintained and unoffical and that many articals are chronically outdated. And I'm unsure what to do about it since clearly some people think that a article like that should exist in the wiki. 17:17:18
@fricklerhandwerk:matrix.orgfricklerhandwerk

We'll improve search results by breaking down the manuals into smaller pages so they are more likely to get fully indexed by search engines, and by adding more relevant metadata.

The first step is probably not super hard to do, just needs some concentration. It has something to do with theinto-file directive: https://github.com/search?q=repo%3ANixOS%2Fnixpkgs%20into-file&type=code

19:26:55
@fricklerhandwerk:matrix.orgfricklerhandwerk *

We'll improve search results by breaking down the manuals into smaller pages so they are more likely to get fully indexed by search engines, and by adding more relevant metadata.

The first step is probably not super hard to do with a Python background, just needs some concentration. It has something to do with theinto-file directive: https://github.com/search?q=repo%3ANixOS%2Fnixpkgs%20into-file&type=code

19:27:31
@fricklerhandwerk:matrix.orgfricklerhandwerkAnd well, the rest requires Someone™ to take time and curate the NixOS manuals. The docs team is currently fully busy with the Nix manual, nix.dev, and tiny slices of the Nixpkgs manual.19:29:03
@delroth:delroth.net@delroth:delroth.netugh FYI: nix.dev is currently semi-borked because we're moving the DNS provider from cloudflare to netlify, and that's causing issues with provisioning the TLS certificate for the website. I'm monitoring, hoping it fixes itself in the next few minutes.19:48:05
@delroth:delroth.net@delroth:delroth.netah great, it's resolved already, afaict19:48:29
@delroth:delroth.net@delroth:delroth.netso let it be known there were possibly errors for ~5-10min19:48:49
3 Nov 2023
@aos1:matrix.orgaos joined the room.04:33:25
@asymmetric:matrix.dapp.org.ukasymmetric infinisil: can you mark https://github.com/NixOS/nix.dev/pull/645 as ready to review? 08:55:21
@asymmetric:matrix.dapp.org.ukasymmetricit seems i don't have perms to do it myself, which would be handy. i can edit the content of the first post, for example.08:56:46
@johannes.kirschbauer:scs.ems.host@johannes.kirschbauer:scs.ems.host

It might be personal thing... I don't like those achor tags in our nix code because strictly bind our lib documentation to the current manual rendering, with those exact achor tags. Changing something in rendering (e.g. splitting in multiple pages) now means also breaking the documentation.

See [`lib.lists.foldl'`](#function-library-lib.lists.foldl-prime) but for attribute sets.

Has this been discussed in the documentation team? I'd prefer to keep the actual content un-opinionated from our rendering framework, and place neutral references, that are autoresolved instead of hard links, which break when touching the thing.

09:03:24
@johannes.kirschbauer:scs.ems.host@johannes.kirschbauer:scs.ems.host *

I don't like those achor tags in our nix code because strictly bind our lib documentation to the current manual rendering, with those exact achor tags. Changing something in rendering (e.g. splitting in multiple pages) now means also breaking the documentation.

See [`lib.lists.foldl'`](#function-library-lib.lists.foldl-prime) but for attribute sets.

Has this been discussed in the documentation team? I'd prefer to keep the actual content un-opinionated from our rendering framework, and place neutral references, that are autoresolved instead of hard links, which break when touching the thing.

09:03:34
@johannes.kirschbauer:scs.ems.host@johannes.kirschbauer:scs.ems.host *

I don't like those achor tags in our nix code because strictly bind our lib documentation to the current manual rendering, with those exact achor tags. Changing something in rendering (e.g. splitting in multiple pages) now means also breaking the documentation.

See [`lib.lists.foldl'`](#function-library-lib.lists.foldl-prime) but for attribute sets.

Has this been discussed in the documentation team? I'd prefer to keep the actual content un-opinionated from our rendering framework, and place neutral references, that are autoresolved instead of hard links, which break when touching the thing.
Is there some (un)/official guide for placing references?

09:04:55
@johannes.kirschbauer:scs.ems.host@johannes.kirschbauer:scs.ems.hostThe only thing i found is https://github.com/NixOS/nixpkgs/blob/master/doc/README.md But it doesn't explain how to use references09:08:07
@johannes.kirschbauer:scs.ems.host@johannes.kirschbauer:scs.ems.host * The only thing i found is https://github.com/NixOS/nixpkgs/blob/master/doc/README.md But it doesn't explain how to use references to other lib functions09:08:17

Show newer messages


Back to Room ListRoom Version: 6