Loading .gitlab-ci.yml +2 −2 Original line number Original line Diff line number Diff line Loading @@ -18,7 +18,7 @@ build: pages: pages: stage: deploy stage: deploy script: script: - mv website/build/"Minds OSS" public - mv website/build/"Minds Docs" public artifacts: artifacts: paths: paths: - public - public Loading website/siteConfig.js +1 −1 Original line number Original line Diff line number Diff line Loading @@ -23,7 +23,7 @@ const users = [ const siteConfig = { const siteConfig = { title: 'Minds Docs', // Title for your website. title: 'Minds Docs', // Title for your website. tagline: 'The Minds Stack', tagline: 'The Minds Stack', url: 'https://docs.minds.io', // Your website URL url: 'https://developers.minds.com', // Your website URL baseUrl: '/', // Base URL for your project */ baseUrl: '/', // Base URL for your project */ // Used for publishing and more // Used for publishing and more Loading Loading
.gitlab-ci.yml +2 −2 Original line number Original line Diff line number Diff line Loading @@ -18,7 +18,7 @@ build: pages: pages: stage: deploy stage: deploy script: script: - mv website/build/"Minds OSS" public - mv website/build/"Minds Docs" public artifacts: artifacts: paths: paths: - public - public Loading
website/siteConfig.js +1 −1 Original line number Original line Diff line number Diff line Loading @@ -23,7 +23,7 @@ const users = [ const siteConfig = { const siteConfig = { title: 'Minds Docs', // Title for your website. title: 'Minds Docs', // Title for your website. tagline: 'The Minds Stack', tagline: 'The Minds Stack', url: 'https://docs.minds.io', // Your website URL url: 'https://developers.minds.com', // Your website URL baseUrl: '/', // Base URL for your project */ baseUrl: '/', // Base URL for your project */ // Used for publishing and more // Used for publishing and more Loading