diff --git a/public/_includes/_footer.jade b/public/_includes/_footer.jade
index b8f1cde62c..7c371180c8 100644
--- a/public/_includes/_footer.jade
+++ b/public/_includes/_footer.jade
@@ -23,7 +23,7 @@ div(class="main-footer" data-swiftype-index="false")
li About
li 关于
li Books & Training
- li 书籍与培训
+ li 书籍与培训
li Tools & Libraries
li 工具与库
li Community
diff --git a/public/docs/_examples/_boilerplate/styles.css b/public/docs/_examples/_boilerplate/styles.css
index d7b83f9e81..515c8a6f21 100644
--- a/public/docs/_examples/_boilerplate/styles.css
+++ b/public/docs/_examples/_boilerplate/styles.css
@@ -83,40 +83,10 @@ nav a.active {
background-color: #DDD;
left: .1em;
}
-.items li.selected:hover {
- background-color: #BBD8DC;
- color: white;
-}
-.items .text {
- position: relative;
- top: -3px;
-}
-.items {
- margin: 0 0 2em 0;
- list-style-type: none;
- padding: 0;
- width: 24em;
-}
-.items li {
- cursor: pointer;
- position: relative;
- left: 0;
- background-color: #EEE;
- margin: .5em;
- padding: .3em 0;
- height: 1.6em;
- border-radius: 4px;
-}
-.items li:hover {
- color: #607D8B;
- background-color: #DDD;
- left: .1em;
-}
.items li.selected {
background-color: #CFD8DC;
color: white;
}
-
.items li.selected:hover {
background-color: #BBD8DC;
}
diff --git a/public/docs/ts/latest/guide/_data.json b/public/docs/ts/latest/guide/_data.json
index 403dfab2af..d76a7a42ae 100644
--- a/public/docs/ts/latest/guide/_data.json
+++ b/public/docs/ts/latest/guide/_data.json
@@ -34,6 +34,15 @@
},
+ "appmodule": {
+ "title": "AppModule: the root module",
+ "navTitle": "The Root Module",
+ "intro": "Tell Angular how to construct and bootstrap the app in the root \"AppModule\".",
+ "nextable": true,
+ "basics": true
+ },
+
+
"appmodule": {
"title": "AppModule: the root module",
"navTitle": "The Root Module",
@@ -168,6 +177,11 @@
"intro": "Inside the local development environment for SystemJS"
},
+ "setup-systemjs-anatomy": {
+ "title": "Setup Anatomy",
+ "intro": "Inside the local development environment for SystemJS"
+ },
+
"structural-directives": {
"title": "结构型指令",
"intro": "Angular有一个强力的模板引擎,它能让你轻松维护元素的DOM树结构。"