Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-sync with internal repository #900

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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',
]
}
]
}
]
}
]
}),
};
Loading