Skip to content

Commit

Permalink
Merge pull request #161 from ahmed-deriv/ahmed/DAPI-782/feat-change-d…
Browse files Browse the repository at this point in the history
…ocumentation-url

ahmed/DAPI-782/feat-change-documentation-url
  • Loading branch information
shafin-deriv authored Oct 30, 2024
2 parents d37f215 + cdf3cf2 commit c38bc77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ const config = {
},
items: [
{
type: 'doc',
docId: 'intro',
to: 'api-explorer',
position: 'left',
label: 'Documentation',
label: 'API explorer',
},
{
to: 'api-explorer',
to: 'https://developers.deriv.com',
label: 'Documentation',
position: 'left',
label: 'API explorer',
className: 'external-nav-link',
},
{
to: 'https://tech.deriv.com/',
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ const Footer = () => {
root: get_url(''),
who_we_are: get_url('who-we-are'),
contact_us: get_url('contact-us'),
documentation: get_url('docs/intro', false),
dashboard: get_url('dashboard', false),
api_explorer: get_url('api-explorer', false),
documentation: 'https://developers.deriv.com',
};
}, [currentLocale]);

Expand Down

0 comments on commit c38bc77

Please sign in to comment.