Skip to content

Commit

Permalink
Merge pull request #43 from cscetbon/algolia
Browse files Browse the repository at this point in the history
Algolia
  • Loading branch information
cscetbon authored Apr 12, 2022
2 parents 18333c0 + d3de175 commit d9dc511
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ module.exports = {
baseUrl: '/casskop/',
onBrokenLinks: 'throw',
favicon: 'img/casskop.ico',
organizationName: 'cscetbon', // Usually your GitHub org/user name.
projectName: 'casskop', // Usually your repo name.
organizationName: 'cscetbon',
projectName: 'casskop',
themeConfig: {
navbar: {
title: 'CassKop',
Expand Down Expand Up @@ -56,10 +56,6 @@ module.exports = {
{
title: 'Contact',
items: [
{
label: 'Email',
href: 'mailto:[email protected]',
},
{
label: 'Feature request',
href: 'https://github.com/cscetbon/casskop/issues',
Expand All @@ -83,13 +79,11 @@ module.exports = {
{
docs: {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
editUrl:
'https://github.com/cscetbon/casskop/edit/master/website/',
},
blog: {
showReadingTime: true,
// Please change this to your repo.
editUrl:
'https://github.com/cscetbon/casskop/edit/master/website/blog',
},
Expand Down

0 comments on commit d9dc511

Please sign in to comment.