Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import type * as Preset from '@docusaurus/preset-classic'
import { redirects, createRedirects } from './redirects' // Add this line

const config: Config = {
title: 'Bacalhau',
tagline: 'Distributed Compute Over Data',
title: 'Expanso Documentation',
tagline: 'Deploy and orchestrate intelligent data pipelines at the edge',
favicon: 'img/favicon.png',

url: 'https://bacalhau.org',
url: 'https://docs.expanso.io',
baseUrl: '/',
trailingSlash: false,

Expand Down Expand Up @@ -116,12 +116,12 @@ const config: Config = {
indexName: 'bacalhau',
searchPagePath: 'search',
insights: true,
placeholder: 'Search Bacalhau...'
placeholder: 'Search Expanso...'
},
navbar: {
title: 'Bacalhau',
title: 'Expanso',
logo: {
alt: 'Bacalhau Logo',
alt: 'Expanso Logo',
src: 'img/logos/logo.svg',
srcDark: 'img/logos/logo-dark.svg',
},
Expand Down Expand Up @@ -182,7 +182,7 @@ const config: Config = {
title: 'Learn',
items: [
{
label: 'What is Bacalhau?',
label: 'What is Expanso?',
to: '/docs/',
},
{
Expand Down Expand Up @@ -256,7 +256,7 @@ const config: Config = {
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} Bacalhau Project.`,
copyright: `Copyright © ${new Date().getFullYear()} Expanso.`,
},

prism: {
Expand Down