Skip to content

Commit

Permalink
api
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarbugli committed Jun 6, 2023
1 parent 1757fb6 commit 5081618
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const folderMapping = {
react: 'React',
reactnative: 'React Native',
angular: 'Angular',
platform: 'Platform Capabilities',
api: 'API',
overview: 'Features Overview',
};

Expand All @@ -17,7 +17,7 @@ const platformMapping = {
reactnative: 'react-native',
angular: 'angular',
overview: 'overview',
platform: 'platform',
api: 'api',
};

const languageMapping = {
Expand All @@ -27,6 +27,7 @@ const languageMapping = {
react: 'javascript',
reactnative: 'javascript',
angular: 'javascript',
api: 'javascript',
};

const DOCUSAURUS_INDEX =
Expand All @@ -37,13 +38,13 @@ const IGNORED_DIRECTORIES = ['common-content'];

const SDK_ORDER = [
'Overview',
'Platform',
'react',
'ios',
'android',
'reactnative',
'flutter',
'angular',
'api',
];

module.exports = {
Expand Down

0 comments on commit 5081618

Please sign in to comment.