Skip to content

Commit

Permalink
Re-sync with internal repository (#900)
Browse files Browse the repository at this point in the history
The internal and external repositories are out of sync. This Pull Request attempts to brings them back in sync by patching the GitHub repository. Please carefully review this patch. You must disable ShipIt for your project in order to merge this pull request. DO NOT IMPORT this pull request. Instead, merge it directly on GitHub using the MERGE BUTTON. Re-enable ShipIt after merging.
  • Loading branch information
facebook-github-bot authored Dec 18, 2024
1 parent f7dd724 commit 89aa89e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 291 deletions.
61 changes: 0 additions & 61 deletions website/sidebars-oss.js

This file was deleted.

230 changes: 0 additions & 230 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,236 +56,6 @@ module.exports = {
'help/faq',
]
}
],
internal: [
{
type: 'category',
label: 'Redex Documentation',
link: {
type: 'generated-index',
title: 'Redex Documentation (Meta-Internal)',
slug: '/',
},
items: [
{
type: 'category',
label: 'Redex Optimizations',
items: [
'getting_started/passes',
]
},
{
type: 'category',
label: 'Configuring Redex',
link: { type: 'doc', id: 'fb/configuring_redex/redex_configuration' },
items: [
{
type: 'doc',
id: 'fb/configuring_redex/redex_configuration',
},
{
type: 'doc',
id: 'fb/configuring_redex/refig',
}
]
},
{
type: 'category',
label: 'FAQ',
link: { type: 'doc', id: 'fb/faq/index' },
items: [
{
type: 'doc',
id: 'fb/faq/CNF',
},
{
type: 'doc',
id: 'fb/faq/NSME',
},
{
type: 'doc',
id: 'fb/faq/donotstrip',
},
{
type: 'doc',
id: 'fb/faq/resources',
},
{
type: 'doc',
id: 'fb/faq/build',
},
{
type: 'doc',
id: 'fb/faq/symbolication',
},
{
type: 'doc',
id: 'fb/faq/betteroptimizing',
},
]
},
{
type: 'category',
label: 'Android APK Size Topics',
link: { type: 'doc', id: 'fb/apk_size_topics/index' },
items: [
]
},
{
type: 'category',
label: 'Useful Tooling',
items: [
{
type: 'doc',
id: 'fb/useful_tooling/symbolication',
},
{
type: 'doc',
id: 'fb/useful_tooling/bytecode_analysis_tool',
},
{
type: 'doc',
id: 'fb/useful_tooling/reachability_tool',
},
{
type: 'doc',
id: 'fb/useful_tooling/query_tool',
},
{
type: 'doc',
id: 'fb/useful_tooling/bisection_tool',
},
{
type: 'doc',
id: 'fb/useful_tooling/e2e_test_tool',
},
{
type: 'doc',
id: 'fb/useful_tooling/interactive_debugging_tool',
},
{
type: 'doc',
id: 'fb/useful_tooling/profiling_tool',
},
]
},
{
type: 'category',
label: 'Contributing to Redex',
link: { type: 'doc', id: 'fb/contributing/index' },
items: [
]
},
{
type: 'category',
label: 'Redex Team Internal',
items: [
{
type: 'category',
label: 'Redex Introduction',
items: [
{
type: 'doc',
id: 'fb/redex_team_internal/redex_introduction/what_is_redex',
label: 'What is Redex?',
},
{
type: 'doc',
id: 'fb/redex_team_internal/redex_introduction/communication_channels',
label: 'Communication Channels',
},
{
type: 'doc',
id: 'fb/redex_team_internal/redex_introduction/developer_environment',
label: 'Developer Environment',
},
{
type: 'doc',
id: 'fb/redex_team_internal/redex_introduction/architecture',
label: 'Architecture',
},
{
type: 'doc',
id: 'fb/redex_team_internal/redex_introduction/running_redex',
label: 'Running Redex',
},
{
type: 'doc',
id: 'fb/redex_team_internal/redex_introduction/tracing',
label: 'Tracing',
},
{
type: 'doc',
id: 'fb/redex_team_internal/redex_introduction/debugging',
label: 'Debugging',
},
{
type: 'doc',
id: 'fb/redex_team_internal/redex_introduction/writing_tests',
label: 'Writing Tests',
},
{
type: 'doc',
id: 'fb/redex_team_internal/redex_introduction/shipping_a_diff',
label: 'Shipping a Diff',
},
]
}
]
},
{
type: 'category',
label: 'Related Teams',
items: [
{
type: 'link',
label: 'Pogo Stick',
href: 'https://www.internalfb.com/intern/staticdocs/pogo/',
},
]
},
{
type: 'category',
label: 'External Docs',
items: [
{
type: 'category',
label: 'Getting Started',
link: { type: 'doc', id: 'getting_started/getting_started' },
items: [
'getting_started/installation',
'getting_started/configuring',
{ type: 'ref', id: 'getting_started/passes' },
'getting_started/usage',
]
},
{
type: 'category',
label: 'Examples',
items: [
'examples/proguard',
'examples/synth',
]
},
{
type: 'category',
label: 'Technical Details',
items: [
'technical_details/docker',
'technical_details/interdex',
]
},
{
type: 'category',
label: 'Help',
items: [
'help/faq',
]
}
]
}
]
}
]
}),
};

0 comments on commit 89aa89e

Please sign in to comment.