Skip to content

Commit 7d7fc00

Browse files
committed
Move Managing Dependencies
1 parent 76343ba commit 7d7fc00

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

guides/writing-addons/dependencies.md renamed to guides/legacy/dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,4 +404,4 @@ module.exports = function(defaults) {
404404
};
405405
```
406406

407-
_Note: [broccoli-static-compiler](https://github.com/joliss/broccoli-static-compiler) is deprecated. Use [broccoli-funnel](https://github.com/broccolijs/broccoli-funnel) instead._
407+
_Note: [broccoli-static-compiler](https://github.com/joliss/broccoli-static-compiler) is deprecated. Use [broccoli-funnel](https://github.com/broccolijs/broccoli-funnel) instead._

guides/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737
url: 'deploying'
3838
- title: 'Wrapping existing libraries'
3939
url: 'wrappers'
40-
- title: 'Managing addon dependencies'
41-
url: 'dependencies'
4240

4341
- title: 'Advanced use'
4442
url: 'advanced-use'
@@ -81,3 +79,5 @@
8179
pages:
8280
- title: 'Asset Compilation'
8381
url: 'asset-compilation'
82+
- title: 'Managing Dependencies'
83+
url: 'dependencies'

0 commit comments

Comments
 (0)