Skip to content

Commit

Permalink
client docs url
Browse files Browse the repository at this point in the history
  • Loading branch information
oceans404 committed Feb 8, 2024
1 parent 36e293d commit 54aace5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const config = {
favicon: 'img/favicon.ico',

// Set the production url of your site here
url: 'https://your-docusaurus-site.example.com',
url: 'https://docusaurus-eta-inky.vercel.app',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
Expand Down Expand Up @@ -46,8 +46,8 @@ const config = {
sidebarPath: './sidebars.js',
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
// editUrl:
// 'https://github.com/nillion-oss/docusaurus/',
},
blog: false,
theme: {
Expand All @@ -70,7 +70,7 @@ const config = {
},
items: [
{
href: 'http://localhost:3000/pydocs/client.html',
href: 'https://docusaurus-eta-inky.vercel.app/client.html',
label: 'Python Client Reference',
position: 'left',
},
Expand Down

0 comments on commit 54aace5

Please sign in to comment.