Skip to content

Commit

Permalink
Merge pull request #132 from akirak/fix-notes
Browse files Browse the repository at this point in the history
Rewrite the note
  • Loading branch information
akirak authored Jan 18, 2025
2 parents b359ca0 + 02349a5 commit 121c3a3
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 18 deletions.
5 changes: 2 additions & 3 deletions doc/src/content/docs/recipes/elixir/phoenix.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ project.

## Initialize a new project

{% aside type="caution" %}
If you are trying to add `flake.nix` to an existing project, please skip this
section.
{% aside type="note" %}
If you are adding `flake.nix` to an existing project, you can skip this section.
{% /aside %}

{% steps %}
Expand Down
5 changes: 2 additions & 3 deletions doc/src/content/docs/recipes/gleam/app.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ In this tutorial, you will learn how to add `flake.nix` to a Gleam project.

## Initialize a new project

{% aside type="caution" %}
If you are trying to add `flake.nix` to an existing project, please skip this
section.
{% aside type="note" %}
If you are adding `flake.nix` to an existing project, you can skip this section.
{% /aside %}

{% steps %}
Expand Down
5 changes: 2 additions & 3 deletions doc/src/content/docs/recipes/go/executable.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ In this tutorial, you will learn how to add `flake.nix` to a Go project.

## Initialize a new project

{% aside type="caution" %}
If you are trying to add `flake.nix` to an existing project, please skip this
section.
{% aside type="note" %}
If you are adding `flake.nix` to an existing project, you can skip this section.
{% /aside %}

You can start developing a Go project by simply adding `main.go` and `go.mod` to
Expand Down
5 changes: 2 additions & 3 deletions doc/src/content/docs/recipes/ocaml/generic.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ developed using `dune`.

## Initialize a new project

{% aside type="caution" %}
If you are trying to add `flake.nix` to an existing project, please skip this
section.
{% aside type="note" %}
If you are adding `flake.nix` to an existing project, you can skip this section.
{% /aside %}

{% steps %}
Expand Down
5 changes: 2 additions & 3 deletions doc/src/content/docs/recipes/rust/executable.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ manner with Nix. Rust Analyzer works out of the box.

## Initialize a new project

{% aside type="caution" %}
If you are trying to add `flake.nix` to an existing project, please skip this
section.
{% aside type="note" %}
If you are adding `flake.nix` to an existing project, you can skip this section.
{% /aside %}

{% steps %}
Expand Down
5 changes: 2 additions & 3 deletions doc/src/content/docs/recipes/typescript/web-framework.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ application.

## Initialize a new project

{% aside type="caution" %}
If you are trying to add `flake.nix` to an existing project, please skip this
section.
{% aside type="note" %}
If you are adding `flake.nix` to an existing project, you can skip this section.
{% /aside %}

We will be using a framework-specific scaffolder to initialize a project. An
Expand Down

0 comments on commit 121c3a3

Please sign in to comment.