diff --git a/apify-docs-theme/src/config.js b/apify-docs-theme/src/config.js index e87cd9bdc..dab3750ee 100644 --- a/apify-docs-theme/src/config.js +++ b/apify-docs-theme/src/config.js @@ -150,7 +150,7 @@ const themeConfig = ({ defaultLanguage: 'typescript', theme: require('prism-react-renderer').themes.github, darkTheme: require('prism-react-renderer').themes.dracula, - additionalLanguages: ['docker', 'log', 'php'], + additionalLanguages: ['docker', 'log', 'php', 'json5'], }, // this needs to be absolute link otherwise it gets resolved wrongly in project docs image: 'https://apify.com/og-image/docs-article',