|
|
|
@ -22,7 +22,7 @@ module.exports = {
|
|
|
|
|
navbar: {
|
|
|
|
|
title: "Infer",
|
|
|
|
|
logo: { alt: "Infer Logo", src: "img/logo.png" },
|
|
|
|
|
links: [
|
|
|
|
|
items: [
|
|
|
|
|
{ label: "Docs", to: "docs/getting-started", position: "right" },
|
|
|
|
|
{ label: "Support", to: "docs/support", position: "right" },
|
|
|
|
|
{ label: "Blog", to: "blog", position: "right" },
|
|
|
|
@ -66,24 +66,27 @@ module.exports = {
|
|
|
|
|
{ label: "Blog", to: "blog" },
|
|
|
|
|
{ label: "GitHub", href: "https://github.com/facebook/infer" },
|
|
|
|
|
{ label: "Twitter", href: "https://twitter.com/fbinfer" },
|
|
|
|
|
{ label: "Facebook", href: "https://www.facebook.com/inferstaticanalyzer" },
|
|
|
|
|
{
|
|
|
|
|
label: "Facebook",
|
|
|
|
|
href: "https://www.facebook.com/inferstaticanalyzer",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: 'Legal',
|
|
|
|
|
title: "Legal",
|
|
|
|
|
// Please do not remove the privacy and terms, it's a legal requirement.
|
|
|
|
|
items: [
|
|
|
|
|
{
|
|
|
|
|
label: 'Privacy',
|
|
|
|
|
href: 'https://opensource.facebook.com/legal/privacy/',
|
|
|
|
|
target: '_blank',
|
|
|
|
|
rel: 'noreferrer noopener',
|
|
|
|
|
label: "Privacy",
|
|
|
|
|
href: "https://opensource.facebook.com/legal/privacy/",
|
|
|
|
|
target: "_blank",
|
|
|
|
|
rel: "noreferrer noopener",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: 'Terms',
|
|
|
|
|
href: 'https://opensource.facebook.com/legal/terms/',
|
|
|
|
|
target: '_blank',
|
|
|
|
|
rel: 'noreferrer noopener',
|
|
|
|
|
label: "Terms",
|
|
|
|
|
href: "https://opensource.facebook.com/legal/terms/",
|
|
|
|
|
target: "_blank",
|
|
|
|
|
rel: "noreferrer noopener",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
@ -91,7 +94,7 @@ module.exports = {
|
|
|
|
|
copyright: `Copyright © ${new Date().getFullYear()} Facebook, Inc. Built with Docusaurus.`,
|
|
|
|
|
},
|
|
|
|
|
prism: {
|
|
|
|
|
additionalLanguages: ['java'],
|
|
|
|
|
additionalLanguages: ["java"],
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
presets: [
|
|
|
|
|