Skip to content

Commit

Permalink
website(config): fix styling.
Browse files Browse the repository at this point in the history
Indentations and commas.
  • Loading branch information
moutro committed Oct 27, 2022
1 parent f808bd2 commit 42b2ac6
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,35 +31,29 @@ const config = {
editLocalizedFiles: false,
authorsMapPath: 'authors.yml',
feedOptions: {
type: null,
type: null
},
blogTitle: 'Blog',
blogDescription: 'All the important updates and announcements from Detox crew, tips and tricks and everything else that you don\'t want to miss.',
blogDescription:
"All the important updates and announcements from Detox crew, tips and tricks and everything else that you don't want to miss.",
blogSidebarCount: 5,
blogSidebarTitle: 'All our posts',
routeBasePath: 'blog',
include: ['**/*.{md,mdx}'],
exclude: [
'**/_*.*',
'**/_*/**',
],
exclude: ['**/_*.*', '**/_*/**'],
postsPerPage: 10,
truncateMarker: /<!--\s*(truncate)\s*-->/,
showReadingTime: true,
showReadingTime: true
},
docs: {
path: '../docs',
sidebarPath: require.resolve('./sidebars.js'),
editUrl: 'https://github.com/wix/Detox/edit/next/docs/',
docLayoutComponent: '@site/src/components/CustomLayout',
remarkPlugins: [
[require('@docusaurus/remark-plugin-npm2yarn'), { sync: true }],
],
remarkPlugins: [[require('@docusaurus/remark-plugin-npm2yarn'), { sync: true }]]
},
pages: {
remarkPlugins: [
[require('@docusaurus/remark-plugin-npm2yarn'), { sync: true }],
],
remarkPlugins: [[require('@docusaurus/remark-plugin-npm2yarn'), { sync: true }]]
},
theme: {
customCss: require.resolve('./src/css/custom.css')
Expand Down Expand Up @@ -99,14 +93,14 @@ const config = {
{
type: 'docsVersionDropdown',
position: 'right',
dropdownActiveClassDisabled: true,
dropdownActiveClassDisabled: true
},
{
href: 'https://github.com/wix/Detox',
position: 'right',
className: 'header-github-link',
'aria-label': 'GitHub repository',
},
'aria-label': 'GitHub repository'
}
]
},
algolia: {
Expand Down Expand Up @@ -173,8 +167,8 @@ const config = {
},
docs: {
sidebar: {
autoCollapseCategories: true,
},
autoCollapseCategories: true
}
},
prism: {
additionalLanguages: ['gradle', 'ini', 'java'],
Expand Down

0 comments on commit 42b2ac6

Please sign in to comment.