Skip to content

Commit

Permalink
Updated github name for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paustint committed Jun 17, 2023
1 parent 2c8bc19 commit 15475d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
const config = {
title: 'Soql Parser JS',
tagline: 'Parse and generate SOQL queries',
url: 'https://paustint.github.io',
url: 'https://jetstreamapp.github.io',
baseUrl: '/soql-parser-js/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'paustint',
organizationName: 'jetstreamapp',
projectName: 'soql-parser-js',
deploymentBranch: 'gh-pages',
trailingSlash: false,
Expand All @@ -38,7 +38,7 @@ const config = {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: 'https://github.com/paustint/soql-parser-js/docs/docs/',
editUrl: 'https://github.com/jetstreamapp/soql-parser-js/docs/docs/',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down Expand Up @@ -69,7 +69,7 @@ const config = {
},
{ to: '/playground', label: 'Playground', position: 'left' },
{
href: 'https://github.com/paustint/soql-parser-js',
href: 'https://github.com/jetstreamapp/soql-parser-js',
label: 'GitHub',
position: 'right',
},
Expand All @@ -87,7 +87,7 @@ const config = {
},
{
label: 'GitHub',
href: 'https://github.com/paustint/soql-parser-js',
href: 'https://github.com/jetstreamapp/soql-parser-js',
},
],
},
Expand Down

0 comments on commit 15475d1

Please sign in to comment.