-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `docs` and `api` folders where moved into the `docs` folder so only one preset could be used. Also had to rename a removed docusaurus options and fix broken links. I deleted a `docs/README.mdx` file that seemed no longer in used and contained a broken link. * Merge docusaurus website presets * Renamed removed docusaurus option * Fixed broken links * Removed README.mdx as it seems to be a unused leftover Co-authored-by: Guy Carmeli <guyca@users.noreply.github.com>
- Loading branch information
1 parent
12a615b
commit 5dfbcfe
Showing
75 changed files
with
75 additions
and
121 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,74 @@ | ||
module.exports = { | ||
api: { | ||
Navigation: ['api/component', 'api/root', 'api/stack', 'api/modal', 'api/overlay'], | ||
Layouts: [ | ||
'api/layout-layout', | ||
'api/layout-component', | ||
'api/layout-stack', | ||
'api/layout-bottomTabs', | ||
'api/layout-sideMenu', | ||
'api/layout-splitView', | ||
], | ||
Options: [ | ||
'api/options-api', | ||
'api/options-root', | ||
'api/options-bottomTabs', | ||
'api/options-bottomTab', | ||
{ | ||
Stack: [ | ||
'api/options-stack', | ||
'api/options-title', | ||
'api/options-subtitle', | ||
'api/options-background', | ||
'api/options-backButton', | ||
'api/options-button', | ||
'api/options-iconInsets', | ||
'api/options-largeTitle', | ||
], | ||
}, | ||
'api/options-statusBar', | ||
'api/options-layout', | ||
'api/options-modal', | ||
'api/options-navigationBar', | ||
'api/options-overlay', | ||
'api/options-sideMenu', | ||
'api/options-sideMenuSide', | ||
'api/options-splitView', | ||
], | ||
Events: ['api/events'], | ||
}, | ||
docs: { | ||
'Getting Started': ['before-you-start', 'installing', 'playground-app', 'showcases'], | ||
'Getting Started': [ | ||
'docs/before-you-start', | ||
'docs/installing', | ||
'docs/playground-app', | ||
'docs/showcases', | ||
], | ||
'Using the app': [ | ||
'app-launch', | ||
'basic-navigation', | ||
'advanced-navigation', | ||
'screen-lifecycle', | ||
'passing-data-to-components', | ||
'functionalComponents', | ||
'docs/app-launch', | ||
'docs/basic-navigation', | ||
'docs/advanced-navigation', | ||
'docs/screen-lifecycle', | ||
'docs/passing-data-to-components', | ||
'docs/functionalComponents', | ||
], | ||
Layouts: ['stack', 'bottomTabs', 'sideMenu', 'externalComponent'], | ||
Hierarchy: ['root', 'modal', 'overlay'], | ||
Layouts: ['docs/stack', 'docs/bottomTabs', 'docs/sideMenu', 'docs/externalComponent'], | ||
Hierarchy: ['docs/root', 'docs/modal', 'docs/overlay'], | ||
Styling: [ | ||
'style-options', | ||
'style-theme', | ||
'style-statusBar', | ||
'style-orientation', | ||
'style-animations', | ||
'style-fonts', | ||
'style-constants', | ||
'docs/style-options', | ||
'docs/style-theme', | ||
'docs/style-statusBar', | ||
'docs/style-orientation', | ||
'docs/style-animations', | ||
'docs/style-fonts', | ||
'docs/style-constants', | ||
], | ||
'Third party integration': [ | ||
'community-libraries', | ||
'third-party-typescript', | ||
'third-party-mobx', | ||
'third-party-react-context', | ||
'docs/community-libraries', | ||
'docs/third-party-typescript', | ||
'docs/third-party-mobx', | ||
'docs/third-party-react-context', | ||
], | ||
Meta: ['meta-contributing'], | ||
Meta: ['docs/meta-contributing'], | ||
}, | ||
}; |
This file was deleted.
Oops, something went wrong.