website/sidebars.js (22 lines of code) (raw):

/** * Copyright (c) 2017-present, Facebook, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @emails oncall+i18n_fbt_js * @flow strict */ module.exports = { docs: { "Getting started": [ "getting_started_on_web", "getting_started_react_native" ], API: [ "api_intro", "params", "implicit_params", "plurals", "enums", "pronouns", "autoparam", "common", "utilities" ], "JS Transforms": ["transform"], Collection: ["collection"], Translating: ["translating", "standards"] } };