Skip to content

Commit 4f422b1

Browse files
committed
Remove "Resources" page
It now lives in https://wiki.lix.systems/books/lix-users/page/nix-resources instead
1 parent 0d30dc9 commit 4f422b1

File tree

5 files changed

+4
-68
lines changed

5 files changed

+4
-68
lines changed

config.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@ menus:
103103
url: "/community"
104104
weight: 2
105105

106-
- name: "Nix Resources"
107-
url: "/resources"
108-
weight: 2
109-
110106
- name: "Source Repositories"
111107
url: "https://git.lix.systems/lix-project"
112108
weight: 4

content/community.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,3 @@ The easiest way to connect with us is to join our [Matrix space](https://matrix.
4040
which will allow you to see previews of and join the most relevant community rooms.
4141

4242
Note that all community venues --- including our Matrix rooms --- are subject to our [community standards](/community-standards).
43-
44-
### Community Resources
45-
46-
In order to help folks who are getting started or who want to learn more about Lix, we've created a curated
47-
list of [community resources](/resources) that you may find helpful. If you have suggestions, feel free to
48-
drop them in our Matrix chat!

content/install.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ such as [home-manager](https://github.com/nix-community/home-manager) and
2020
[nix-darwin](https://github.com/nix-darwin/nix-darwin) --- but, like any Nix-based system, some Nix
2121
background knowledge is recommended before installation.
2222

23-
If you're new to the Nix ecosystem, you may want to check out some [community resources](/resources)
24-
first, to get familiar with how Nix works.
25-
2623

2724
## On NixOS
2825

@@ -62,8 +59,7 @@ curl -sSf -L https://install.lix.systems/lix | sh -s -- install
6259
```
6360

6461
The installer will guide you through installing Lix --- and once it's finished,
65-
you'll have a full, working installation. If you're not sure what to do, now is a
66-
great time to check out some of the [community's resources on Nix](/resources).
62+
you'll have a full, working installation.
6763

6864
[^1]: a customized variant of the [Determinate Nix Installer](https://github.com/DeterminateSystems/nix-installer).
6965

@@ -91,8 +87,7 @@ $ nix --version
9187
nix (Lix, like Nix) 2.93.3
9288
```
9389

94-
As long as you see `Lix` in the output, you're good! If you're not sure what to do now, it's a
95-
great time to check out some of the [community's resources on Nix](/resources).
90+
As long as you see `Lix` in the output, you're good!
9691

9792
## Having Trouble?
9893

content/install.md.in

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ such as [home-manager](https://github.com/nix-community/home-manager) and
2020
[nix-darwin](https://github.com/nix-darwin/nix-darwin) --- but, like any Nix-based system, some Nix
2121
background knowledge is recommended before installation.
2222

23-
If you're new to the Nix ecosystem, you may want to check out some [community resources](/resources)
24-
first, to get familiar with how Nix works.
25-
2623

2724
## On NixOS
2825

@@ -62,8 +59,7 @@ curl -sSf -L https://install.lix.systems/lix | sh -s -- install
6259
```
6360

6461
The installer will guide you through installing Lix --- and once it's finished,
65-
you'll have a full, working installation. If you're not sure what to do, now is a
66-
great time to check out some of the [community's resources on Nix](/resources).
62+
you'll have a full, working installation.
6763

6864
[^1]: a customized variant of the [Determinate Nix Installer](https://github.com/DeterminateSystems/nix-installer).
6965

@@ -91,8 +87,7 @@ $ nix --version
9187
nix (Lix, like Nix) @VERSION_NOTRAIL@
9288
```
9389

94-
As long as you see `Lix` in the output, you're good! If you're not sure what to do now, it's a
95-
great time to check out some of the [community's resources on Nix](/resources).
90+
As long as you see `Lix` in the output, you're good!
9691

9792
## Having Trouble?
9893

content/resources.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)