Reorganise extend sidebar

Summary:
- Layout was in an odd spot. "Other platforms" is still weird, but it's at least next to the JS part now.
- Tutorial is the first thing after the intro.

Reviewed By: danielbuechele

Differential Revision: D15198470

fbshipit-source-id: 263582ee51f228a295be5952f5dc219e53c5e3e6
This commit is contained in:
Pascal Hartig
2019-05-03 10:15:12 -07:00
committed by Facebook Github Bot
parent 531b5e850c
commit b3b75939a8
2 changed files with 12 additions and 9 deletions

View File

@@ -148,8 +148,8 @@
"Plugin Setup": "Plugin Setup",
"Advanced Usage": "Advanced Usage",
"Extending Flipper": "Extending Flipper",
"Plugin Development": "Plugin Development",
"Tutorial": "Tutorial",
"Plugin Development": "Plugin Development",
"Other Platforms": "Other Platforms",
"Internals": "Internals"
}

View File

@@ -29,7 +29,13 @@
"Advanced Usage": ["custom-ports", "stetho"]
},
"extending": {
"Extending Flipper": ["extending/index", "extending/layout-inspector"],
"Extending Flipper": ["extending/index"],
"Tutorial": [
"tutorial/intro",
"tutorial/android",
"tutorial/js-table",
"tutorial/js-custom"
],
"Plugin Development": [
"extending/js-setup",
"extending/js-plugin-api",
@@ -43,17 +49,14 @@
"extending/testing",
"extending/debugging"
],
"Tutorial": [
"tutorial/intro",
"tutorial/android",
"tutorial/js-table",
"tutorial/js-custom"
],
"Other Platforms": [
"extending/new-clients",
"extending/establishing-a-connection",
"extending/supporting-layout"
],
"Internals": ["extending/arch"]
"Internals": [
"extending/arch",
"extending/layout-inspector"
]
}
}