Skip to content

Commit

Permalink
Improve landing page
Browse files Browse the repository at this point in the history
Closes NixOS#535
  • Loading branch information
yukiisbored committed Jun 4, 2023
1 parent a1d1ce5 commit 9ad5aa7
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 5 deletions.
36 changes: 31 additions & 5 deletions source/index.md
Expand Up @@ -9,7 +9,37 @@ myst:

# Welcome to nix.dev

The Nix ecosystem is a DevOps toolkit to achieve:
nix.dev is the home of official documentation for the Nix ecosystem, it contains:

::::{grid} 2
:::{grid-item-card} Tutorials
:text-align: center
Guided tour to the Nix ecosystem
:::

:::{grid-item-card} Recipes
:text-align: center
Guides to achieve a goal with the Nix ecosystem
:::
::::

::::{grid} 2
:::{grid-item-card} Reference
:text-align: center
Reference materials for details about the Nix ecosystem
:::

:::{grid-item-card} Concepts
:text-align: center
Articles explaining concepts and ideas found in the Nix ecosystem
:::
::::

If you're new to the Nix ecosystem, begin your journey with {ref}`First Steps <first-steps>`!

## What can you do with Nix?

The following illustrate of what can be achieved with the Nix ecosystem:

- {ref}`Reproducible development environments <ad-hoc-envs>`.
- Easy installation of software over URLs.
Expand All @@ -25,10 +55,6 @@ The Nix ecosystem is a DevOps toolkit to achieve:
- Remote deployments.
- Atomic upgrades and rollbacks.

This documentation supplements the official [Nix](http://nixos.org/nix/manual/),
[NixOS](http://nixos.org/nixos/manual/), [Nixpkgs](http://nixos.org/nixpkgs/manual/)
and [NixOps](http://nixos.org/nixops/manual/) manuals.

```{toctree}
:glob:
:caption: Tutorials
Expand Down
2 changes: 2 additions & 0 deletions source/tutorials/first-steps/index.md
@@ -1,3 +1,5 @@
(first-steps)=

# First Steps

This tutorial series is where you should start learning Nix.
Expand Down

0 comments on commit 9ad5aa7

Please sign in to comment.