dart: Add headings to nix-shell documentation sections

authored by

hacker1024 and committed by
FlafyDev
dbc05b2c 7c9b7547

+3 -3
+3 -3
doc/languages-frameworks/dart.section.md
··· 38 38 } 39 39 ``` 40 40 41 - ### Usage with nix-shell 41 + ### Usage with nix-shell {#ssec-dart-applications-nix-shell} 42 42 43 43 As `buildDartApplication` provides dependencies instead of `pub get`, Dart needs to be explicitly told where to find them. 44 44 ··· 75 75 depsListFile = ./deps.json; 76 76 } 77 77 78 - ### Usage with nix-shell 78 + ### Usage with nix-shell {#ssec-dart-flutter-nix-shell} 79 79 80 - See the [Dart documentation](#ssec-dart-applications) nix-shell instructions. 80 + See the [Dart documentation](#ssec-dart-applications-nix-shell) nix-shell instructions. 81 81 ```