feat(aio): add footer links with GoogleFeedbackService (#15605)
This commit is contained in:

committed by
Alex Rickabaugh

parent
9e883f5873
commit
28bf222a6a
21
aio/content/license.md
Normal file
21
aio/content/license.md
Normal file
@ -0,0 +1,21 @@
|
||||
The MIT License
|
||||
|
||||
Copyright (c) 2014-2017 Google, Inc.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
@ -4,6 +4,15 @@
|
||||
"url": "features",
|
||||
"title": "Features"
|
||||
},
|
||||
{
|
||||
"url": "docs",
|
||||
"title": "Docs",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"url": "resources",
|
||||
"title": "Resources"
|
||||
},
|
||||
{
|
||||
"url": "events",
|
||||
"title": "Events"
|
||||
@ -12,8 +21,9 @@
|
||||
|
||||
"SideNav": [
|
||||
{
|
||||
"url": "overview",
|
||||
"url": "docs",
|
||||
"title": "Docs",
|
||||
"tooltip": "Angular Documentation",
|
||||
"hidden": true
|
||||
},
|
||||
|
||||
@ -359,8 +369,7 @@
|
||||
},
|
||||
|
||||
{
|
||||
"url": "resources",
|
||||
"title": "Resources",
|
||||
"title": "References",
|
||||
"children": [
|
||||
{
|
||||
"url": "guide/change-log",
|
||||
@ -386,8 +395,30 @@
|
||||
"tooltip": "Write Angular with style."
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
],
|
||||
|
||||
"Footer": [
|
||||
{
|
||||
"title": "Resources",
|
||||
"children": [
|
||||
{
|
||||
"url": "about",
|
||||
"title": "About",
|
||||
"tooltip": "Angular contributors."
|
||||
},
|
||||
{
|
||||
"url": "resources",
|
||||
"title": "Resource Listing",
|
||||
"tooltip": "Angular tools, training, and blogs from around the web."
|
||||
},
|
||||
{
|
||||
"url": "presskit",
|
||||
"title": "Press Kit",
|
||||
"tooltip": "Press contacts, logos, and branding."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Help",
|
||||
"children": [
|
||||
@ -400,6 +431,54 @@
|
||||
"url": "https://gitter.im/angular/angular",
|
||||
"title": "Gitter",
|
||||
"tooltip": "Chat about Angular with other birds of a feather."
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/angular/angular/issues",
|
||||
"title": "Report Issues",
|
||||
"tooltip": "Post issues and suggestions on github."
|
||||
},
|
||||
{
|
||||
"title": "Site Feedback",
|
||||
"tooltip": "Submit feedback on this page."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Community",
|
||||
"children": [
|
||||
{
|
||||
"url": "events",
|
||||
"title": "Events",
|
||||
"tooltip": "Post issues and suggestions on github."
|
||||
},
|
||||
{
|
||||
"url": "http://www.meetup.com/topics/angularjs/",
|
||||
"title": "Meetups",
|
||||
"tooltip": "Attend a meetup and learn from fellow developers."
|
||||
},
|
||||
{
|
||||
"url": "https://twitter.com/angular",
|
||||
"title": "Twitter",
|
||||
"tooltip": "Twitter"
|
||||
},
|
||||
{
|
||||
"url": "hhttps://github.com/angular/angular",
|
||||
"title": "GitHub",
|
||||
"tooltip": "GitHub"
|
||||
},
|
||||
{
|
||||
"url": "contribute",
|
||||
"title": "Contribute",
|
||||
"tooltip": "Contribute to Angular"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Languages",
|
||||
"children": [
|
||||
{
|
||||
"title": "中文版",
|
||||
"url": "https://angular.cn/"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user