Commit ef4165b2 authored by Cheng Lou's avatar Cheng Lou

[React-Backbone] Fix sidebar description

parent f7627310
...@@ -1762,8 +1762,11 @@ ...@@ -1762,8 +1762,11 @@
"description": "React is a JavaScript library for creating user interfaces. Its core principles are declarative code, efficiency, and flexibility. Simply specify what your component looks like and React will keep it up-to-date when the underlying data changes.", "description": "React is a JavaScript library for creating user interfaces. Its core principles are declarative code, efficiency, and flexibility. Simply specify what your component looks like and React will keep it up-to-date when the underlying data changes.",
"homepage": "facebook.github.io/react", "homepage": "facebook.github.io/react",
"examples": [{ "examples": [{
"name": "Architecture Examples", "name": "Architecture Example",
"url": "architecture-examples/react" "url": "architecture-examples/react"
}, {
"name": "React & Backbone.js",
"url": "labs/architecture-examples/react-backbone"
}], }],
"link_groups": [{ "link_groups": [{
"heading": "Official Resources", "heading": "Official Resources",
...@@ -1857,7 +1860,7 @@ ...@@ -1857,7 +1860,7 @@
"name": "Twitter Search", "name": "Twitter Search",
"url": "https://twitter.com/search?q=%23sapui5" "url": "https://twitter.com/search?q=%23sapui5"
}, { }, {
"name": "OpenUI5 Twitter", "name": "OpenUI5 Twitter",
"url": "https://twitter.com/OpenUI5" "url": "https://twitter.com/OpenUI5"
}] }]
}] }]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment