Skip to content

Commit

Permalink
Website fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Apr 20, 2023
1 parent 41ca158 commit 6710b9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions website/docusaurus.config.js
Expand Up @@ -10,12 +10,12 @@ const {resolve} = require('path');
const config = {
title: 'probe.gl',
tagline: 'JavaScript Console Logging, Instrumentation, Benchmarking and Test Utilities',
url: 'https://probe.gl',
url: 'https://visgl.github.io',
baseUrl: '/probe.gl',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw',
favicon: '/favicon.png',
organizationName: 'uber-web', // Usually your GitHub org/user name.
organizationName: 'visgl', // Usually your GitHub org/user name.
projectName: 'probe.gl', // Usually your repo name.
trailingSlash: false,

Expand All @@ -28,7 +28,7 @@ const config = {
path: '../docs',
sidebarPath: resolve('./src/docs-sidebar.js'),
// Point to to the website directory in your repo.
editUrl: 'https://github.com/uber-web/probe.gl/tree/master/website',
editUrl: 'https://github.com/visgl/probe.gl/tree/master/website',
},
theme: {
customCss: [
Expand Down Expand Up @@ -113,7 +113,7 @@ const config = {
position: 'left'
},
{
href: 'https://github.com/uber-web/probe.gl',
href: 'https://github.com/visgl/probe.gl',
label: 'GitHub',
position: 'right',
},
Expand Down Expand Up @@ -156,7 +156,7 @@ const config = {
},
{
label: 'GitHub',
href: 'https://github.com/uber-web/probe.gl',
href: 'https://github.com/visgl/probe.gl',
},
],
},
Expand Down
1 change: 0 additions & 1 deletion website/static/CNAME

This file was deleted.

0 comments on commit 6710b9c

Please sign in to comment.