Skip to content

Commit 977e487

Browse files
committed
made edits to mkdocs.yml
Signed-off-by: barstoolbluz <steve@flox.dev>
1 parent 3110555 commit 977e487

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/tutorials/vendoring-dependencies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: How to build packages when dependencies aren't available in the Flo
55

66
# Vendoring unavailable dependencies
77

8-
When building with Flox,
8+
When [building with Flox][build-concept],
99
your dependencies come from different sources depending on which build type
1010
you use:
1111

@@ -14,8 +14,8 @@ you use:
1414
- **[Nix expression builds][nix-expression-builds-concept]** draw packages from
1515
[nixpkgs][base-catalog-concept]
1616

17-
There are two distinct vendoring problems you may encounter,
18-
and these call for different solutions.
17+
There are two distinct vendoring problems you may encounter;
18+
each calls for a different solution.
1919

2020
## Sandbox vendoring vs. missing dependencies
2121

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ nav:
5151
- Designing cross-platform environments: tutorials/multi-arch-environments.md
5252
- Reusing and combining developer environments: tutorials/composition.md
5353
- Selecting package outputs: tutorials/package-outputs.md
54+
- Vendoring unavailable dependencies: tutorials/vendoring-dependencies.md
5455
- Flox + CUDA: tutorials/cuda.md
5556
- Migration guides:
5657
- ... | flat | tutorials/migrations/*

0 commit comments

Comments
 (0)