1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00
Commit graph

1246 commits

Author SHA1 Message Date
Lorenzo Manacorda 2af240ada0 final flake update after 23.05 release 2023-06-01 10:48:51 +02:00
Henrik c051a2d29f
added nix pills chapter 6. (#581)
* added nix pills chapter 6.
2023-05-31 20:10:08 +02:00
Valentin Gagarin 0bd24f7408
update contribution guide concerning the wiki 2023-05-31 02:18:55 +02:00
Henrik ee56af52ea
Add instructions and example for survey metadata (#560)
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2023-05-31 02:07:20 +02:00
Valentin Gagarin dec25a814e
Merge pull request #332 from roberth/patch-2 2023-05-30 17:57:06 +02:00
Valentin Gagarin 53a71b0666 same statement for both laziness notes 2023-05-30 15:11:20 +02:00
Valentin Gagarin 8009e92f82 do not leave pointers to the WHNF rabbit hole
these details are for the reference manual
2023-05-30 15:11:20 +02:00
Robert Hensing 1106e43cc1 nix-language: Don't imply strict eval is a thing (nix-instantiate) 2023-05-30 15:11:20 +02:00
Robert Hensing 6518e7cd6b nix-language: Don't imply strict eval is a thing 2023-05-30 15:11:20 +02:00
Lorenzo Manacorda 0d860e87c5 sponsors: Add link to OpenCollective 2023-05-30 13:24:33 +02:00
Lorenzo Manacorda 65f7ca6387 sponsors: Add context before sponsors 2023-05-30 13:24:33 +02:00
Lorenzo Manacorda 687c1037d2 Fix config error
Newer Sphinx doesn't accept None, so leaving default of 'en'.
2023-05-29 11:58:25 +02:00
Lorenzo Manacorda 5ef714faec Bump Sphinx and theme
Requires bumping nixpkgs, poetry2nix and associated overrides.

This is all so that our footer can stick to the bottom of the page.
2023-05-29 11:57:53 +02:00
Lorenzo Manacorda 52b6f2d22e Fix cachix link 2023-05-29 10:05:17 +02:00
Lorenzo Manacorda 49249e53a4 Remove sponsors from sidebar 2023-05-29 10:03:59 +02:00
Raphael Das Gupta 41ab7e1ee0
write "GitHub" with a uppercase "H" (#574) 2023-05-29 07:31:14 +01:00
Lorenzo Manacorda d65308e6bd Remove sponsors from footer 2023-05-28 19:44:52 +02:00
Valentin Gagarin a8d640e6c6
Merge pull request #548 from fricklerhandwerk/language-pitfalls
turn anti-patterns into best practices
2023-05-25 16:52:10 +02:00
Lorenzo Manacorda 226cbfcfd5 link sponsors in footer 2023-05-25 13:03:23 +02:00
Lorenzo Manacorda 789897562d add sponsors page 2023-05-25 13:02:47 +02:00
Lorenzo Manacorda 544a3de332 Sponsors -> Acknowledgments 2023-05-25 13:02:22 +02:00
Lorenzo Manacorda d993a7f59c Revert "Remove mention of corporate sponsors"
This reverts commit bbad27ea9fa8aba79151704bd73438d78eba4ea5.

We're going to mention past sponsors.
2023-05-25 13:02:22 +02:00
Lorenzo Manacorda 9a16562f0a Remove mention of corporate sponsors
Now that the site is owned by the foundation.
2023-05-25 13:02:22 +02:00
dependabot[bot] 9692eb7287
chore(deps): bump cachix/install-nix-action from 20 to 21
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 20 to 21.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v20...v21)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-25 01:01:16 +00:00
Valentin Gagarin 5c3c1000b0
Merge pull request #563 from NixOS/team-page
Team page improvements
2023-05-19 14:11:30 +02:00
Lorenzo Manacorda 505fc16752 Mark lucperkins as former lead 2023-05-19 11:25:01 +02:00
Lorenzo Manacorda 88d392fe21 Remove stale calendar entry 2023-05-19 11:25:01 +02:00
Lorenzo Manacorda 95e2f27570 add myself to team 2023-05-19 11:24:44 +02:00
nikstur 19f59af2d8
contributing: fix link (#568) 2023-05-19 09:41:51 +02:00
JacklineYim 509421ebe4
documentation-project-2023.md: fix Diataxis link (#567)
* documentation-project-2023.md: fix Diataxis link

from "diataxis.fr/" to "diataxis.fr"

* documentation-project-2023.md: fix for Diataxis link
2023-05-18 17:11:28 +01:00
Valentin Gagarin 39e98b0857
fix indentation yet again (#565) 2023-05-18 16:17:31 +02:00
Valentin Gagarin e1d44dcc55
fix indentation again (#564) 2023-05-18 16:14:15 +02:00
Valentin Gagarin 4324b4322a
update documentation project outline, add details (#561)
* update documentation project outline, add details

as discussed with the documentation team, in order to brief project
participants.
2023-05-18 16:10:09 +02:00
Valentin Gagarin 41a8e0aefa
add NixOS testing to vision diagram (#557) 2023-05-17 09:34:53 +01:00
Valentin Gagarin dd3deb5008
Update source/recipes/faq.md 2023-05-16 01:33:10 +02:00
Valentin Gagarin 3c857b4589
improve wording in contribution guide (#549)
* improve wording in contribution guide
2023-05-16 00:41:00 +02:00
Valentin Gagarin 3d23d36bc6
Merge pull request #556 from eunsukimme/docs/from_python2_to_python3 2023-05-14 13:47:10 +02:00
eunsukimme 27cdc89c18 docs: edit tutorial command line at Nested shell sessions on Ad hoc shell environment page 2023-05-14 18:55:57 +09:00
Valentin Gagarin 7f3c6e1596
Merge pull request #551 from fricklerhandwerk/keywords 2023-05-14 10:39:27 +02:00
Domen Kožar 9f13d653fb
Merge pull request #262 from fricklerhandwerk/cla
assign copyright to NixOS Foundation
2023-05-12 13:04:00 +01:00
Valentin Gagarin 790309d6a6
Merge pull request #552 from fricklerhandwerk/tutorials-overview
reword introduction to first steps tutorials
2023-05-12 07:42:08 +02:00
Valentin Gagarin 43b2887c3e reword introduction to first steps tutorials
this more closely matches the current contents
2023-05-12 07:38:06 +02:00
Valentin Gagarin 034b6485c6 update keywords and language
most importantly Nixpkgs was missing.

the documentation team decided to use European English some time ago.
2023-05-12 07:25:46 +02:00
Valentin Gagarin e47b082d22 turn anti-patterns into best practices
make generous use of admonitions
2023-05-12 05:49:48 +02:00
Valentin Gagarin c6cbc22211 FAQ: should I enable flakes 2023-05-12 04:07:58 +02:00
Valentin Gagarin 744eeafbda assign copyright to NixOS Foundation
based on Nix documentation team discussion on 2022-07-07
https://discourse.nixos.org/t/2022-07-07-documentation-team-meeting-notes-4/20198

"the author" are now nix.dev contributors, as this is the most accurate
way we can currently represent it. eventually we should provide a way to
credit authorship more precisely.
2023-05-11 20:48:39 +02:00
Valentin Gagarin ac5b6c2a41
clarify notes on reading files
placeholders were referred to before showing the example, this is probably confusing
2023-05-11 18:49:29 +02:00
Valentin Gagarin 2bc7e57227
reword note on default.nix 2023-05-11 18:40:27 +02:00
Valentin Gagarin 964b3cf2e1
update Nix version in tutorial
this is the one currently in nixpkgs-unstable
2023-05-11 18:39:50 +02:00
Valentin Gagarin 2223724db5
Merge pull request #541 from JeremiahSecrist/master
add Jeremiah to the documentation team
2023-05-11 17:49:37 +02:00