mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 20:25:33 +08:00
[Docs] Remove Transforms from sidebar, add to Style
This commit is contained in:
@@ -69,7 +69,10 @@ function execute() {
|
||||
try { value = JSON.parse(value); } catch(e) { }
|
||||
metadata[key] = value;
|
||||
}
|
||||
metadatas.files.push(metadata);
|
||||
|
||||
if (metadata.sidebar !== false) {
|
||||
metadatas.files.push(metadata);
|
||||
}
|
||||
|
||||
if (metadata.permalink.match(/^https?:/)) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user