about summary refs log tree commit diff
path: root/doc/languages-frameworks
diff options
context:
space:
mode:
authorhacker1024 <hacker1024@users.sourceforge.net>2023-10-26 15:51:37 +1100
committerFlafyDev <flafyarazi@gmail.com>2023-12-26 17:06:18 +0200
commitdbc05b2c8097ab94af390d3e475a3caf44e4149f (patch)
treed22af7840b043d0adada614eb65a5d7d66744f6c /doc/languages-frameworks
parent7c9b7547846189255b2f37eb604be2d2fd2000f8 (diff)
downloadnixlib-dbc05b2c8097ab94af390d3e475a3caf44e4149f.tar
nixlib-dbc05b2c8097ab94af390d3e475a3caf44e4149f.tar.gz
nixlib-dbc05b2c8097ab94af390d3e475a3caf44e4149f.tar.bz2
nixlib-dbc05b2c8097ab94af390d3e475a3caf44e4149f.tar.lz
nixlib-dbc05b2c8097ab94af390d3e475a3caf44e4149f.tar.xz
nixlib-dbc05b2c8097ab94af390d3e475a3caf44e4149f.tar.zst
nixlib-dbc05b2c8097ab94af390d3e475a3caf44e4149f.zip
dart: Add headings to nix-shell documentation sections
Diffstat (limited to 'doc/languages-frameworks')
-rw-r--r--doc/languages-frameworks/dart.section.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/languages-frameworks/dart.section.md b/doc/languages-frameworks/dart.section.md
index 5c279a14170e..572ea75781fc 100644
--- a/doc/languages-frameworks/dart.section.md
+++ b/doc/languages-frameworks/dart.section.md
@@ -38,7 +38,7 @@ buildDartApplication rec {
 }
 ```
 
-### Usage with nix-shell
+### Usage with nix-shell {#ssec-dart-applications-nix-shell}
 
 As `buildDartApplication` provides dependencies instead of `pub get`, Dart needs to be explicitly told where to find them.
 
@@ -75,7 +75,7 @@ flutter.buildFlutterApplication {
   depsListFile = ./deps.json;
 }
 
-### Usage with nix-shell
+### Usage with nix-shell {#ssec-dart-flutter-nix-shell}
 
-See the [Dart documentation](#ssec-dart-applications) nix-shell instructions.
+See the [Dart documentation](#ssec-dart-applications-nix-shell) nix-shell instructions.
 ```