|
|
|
@ -6,75 +6,79 @@
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
module.exports = {
|
|
|
|
|
title: "Infer",
|
|
|
|
|
title: 'Infer',
|
|
|
|
|
tagline:
|
|
|
|
|
"A tool to detect bugs in Java and C/C++/Objective-C code before it ships",
|
|
|
|
|
url: "https://fbinfer.com",
|
|
|
|
|
baseUrl: "/",
|
|
|
|
|
favicon: "img/favicon.png",
|
|
|
|
|
organizationName: "facebook",
|
|
|
|
|
projectName: "infer",
|
|
|
|
|
'A tool to detect bugs in Java and C/C++/Objective-C code before it ships',
|
|
|
|
|
url: 'https://fbinfer.com',
|
|
|
|
|
baseUrl: '/',
|
|
|
|
|
favicon: 'img/favicon.png',
|
|
|
|
|
organizationName: 'facebook',
|
|
|
|
|
projectName: 'infer',
|
|
|
|
|
themeConfig: {
|
|
|
|
|
algolia: {
|
|
|
|
|
apiKey: 'aac9e661e851db0d4b6e74802c3df9de',
|
|
|
|
|
indexName: 'infer',
|
|
|
|
|
},
|
|
|
|
|
navbar: {
|
|
|
|
|
title: "Infer",
|
|
|
|
|
logo: { alt: "Infer Logo", src: "img/logo.png" },
|
|
|
|
|
title: 'Infer',
|
|
|
|
|
logo: { alt: 'Infer Logo', src: 'img/logo.png' },
|
|
|
|
|
links: [
|
|
|
|
|
{ label: "Docs", to: "docs/getting-started" },
|
|
|
|
|
{ label: "Support", to: "docs/support" },
|
|
|
|
|
{ label: "Blog", to: "blog" },
|
|
|
|
|
{ label: 'Docs', to: 'docs/getting-started' },
|
|
|
|
|
{ label: 'Support', to: 'docs/support' },
|
|
|
|
|
{ label: 'Blog', to: 'blog' },
|
|
|
|
|
{
|
|
|
|
|
href: "https://twitter.com/fbinfer",
|
|
|
|
|
label: "Twitter",
|
|
|
|
|
position: "right"
|
|
|
|
|
href: 'https://twitter.com/fbinfer',
|
|
|
|
|
label: 'Twitter',
|
|
|
|
|
position: 'right',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: "https://www.facebook.com/inferstaticanalyzer",
|
|
|
|
|
label: "Facebook",
|
|
|
|
|
position: "right"
|
|
|
|
|
href: 'https://www.facebook.com/inferstaticanalyzer',
|
|
|
|
|
label: 'Facebook',
|
|
|
|
|
position: 'right',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
href: "https://github.com/facebook/infer",
|
|
|
|
|
label: "GitHub",
|
|
|
|
|
position: "right"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
href: 'https://github.com/facebook/infer',
|
|
|
|
|
label: 'GitHub',
|
|
|
|
|
position: 'right',
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
footer: {
|
|
|
|
|
style: "light",
|
|
|
|
|
style: 'light',
|
|
|
|
|
links: [
|
|
|
|
|
{
|
|
|
|
|
title: "Docs",
|
|
|
|
|
title: 'Docs',
|
|
|
|
|
items: [
|
|
|
|
|
{ label: "Quick Start", to: "docs/getting-started" },
|
|
|
|
|
{ label: "User Guide", to: "docs/infer-workflow" },
|
|
|
|
|
{ label: "Foundations", to: "docs/about-Infer" },
|
|
|
|
|
{ label: "Bug Types Reference", to: "docs/checkers-bug-types" },
|
|
|
|
|
{ label: "Contribute", to: "docs/absint-framework" }
|
|
|
|
|
]
|
|
|
|
|
{ label: 'Quick Start', to: 'docs/getting-started' },
|
|
|
|
|
{ label: 'User Guide', to: 'docs/infer-workflow' },
|
|
|
|
|
{ label: 'Foundations', to: 'docs/about-Infer' },
|
|
|
|
|
{ label: 'Bug Types Reference', to: 'docs/checkers-bug-types' },
|
|
|
|
|
{ label: 'Contribute', to: 'docs/absint-framework' },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Community",
|
|
|
|
|
items: [{ label: "Support", to: "docs/support" }]
|
|
|
|
|
title: 'Community',
|
|
|
|
|
items: [{ label: 'Support', to: 'docs/support' }],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Social",
|
|
|
|
|
title: 'Social',
|
|
|
|
|
items: [
|
|
|
|
|
{ label: "Blog", to: "blog" },
|
|
|
|
|
{ label: "GitHub", href: "https://github.com/facebook/infer" },
|
|
|
|
|
{ label: "Twitter", href: "https://twitter.com/fbinfer" }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
{ label: 'Blog', to: 'blog' },
|
|
|
|
|
{ label: 'GitHub', href: 'https://github.com/facebook/infer' },
|
|
|
|
|
{ label: 'Twitter', href: 'https://twitter.com/fbinfer' },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
copyright: `Copyright © ${new Date().getFullYear()} Facebook, Inc. Built with Docusaurus.`
|
|
|
|
|
}
|
|
|
|
|
copyright: `Copyright © ${new Date().getFullYear()} Facebook, Inc. Built with Docusaurus.`,
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
presets: [
|
|
|
|
|
[
|
|
|
|
|
"@docusaurus/preset-classic",
|
|
|
|
|
'@docusaurus/preset-classic',
|
|
|
|
|
{
|
|
|
|
|
docs: { sidebarPath: require.resolve("./sidebars.js") },
|
|
|
|
|
theme: { customCss: require.resolve("./src/css/custom.css") }
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
]
|
|
|
|
|
docs: { sidebarPath: require.resolve('./sidebars.js') },
|
|
|
|
|
theme: { customCss: require.resolve('./src/css/custom.css') },
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
],
|
|
|
|
|
};
|
|
|
|
|