Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 3f8c35f

Browse files
naomiblackchirayuk
authored andcommitted
chore(docs): Fix left nav menu and restore di to nav
Closes #1093
1 parent ef8a1d1 commit 3f8c35f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

lib/di/module.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
library di;
2+
3+
export 'package:di/di.dart' hide lastKeyId;

scripts/generate-documentation.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ cat README-orig.md | sed "1s/^AngularDart.*/AngularDart/" > README.md
1717
--start-page=angular \
1818
--exclude-lib=js,metadata,meta,mirrors,intl,number_symbols,number_symbol_data,intl_helpers,date_format_internal,date_symbols,angular.util \
1919
--no-include-sdk \
20+
--include-dependent-packages \
2021
--package-root=packages \
21-
lib/angular.dart \
2222
lib/application_factory.dart \
2323
lib/application_factory_static.dart \
2424
lib/application.dart lib/introspection.dart \
@@ -30,6 +30,7 @@ cat README-orig.md | sed "1s/^AngularDart.*/AngularDart/" > README.md
3030
lib/routing/module.dart \
3131
lib/mock/module.dart \
3232
lib/perf/module.dart \
33+
lib/di/module.dart
3334
)
3435

3536
# Revert the temp copy of the README.md file

0 commit comments

Comments
 (0)