Skip to content

Commit

Permalink
Correct the error
Browse files Browse the repository at this point in the history
  • Loading branch information
aitormurgu committed Mar 1, 2024
1 parent a172f8b commit 650b9bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
To create applications that consume our data we have a Developer API, following <a href="https://[en.wikipedia.org/wiki/Universally_unique_identifier](https://api.test.biotz.io/docs/ui/index.html#/)" target="_self">this link</a> you will be able to consult more information about the endpoints in our documentation.
To create applications that consume our data we have a Developer API, following <a href="./Step 2 - Creating a Message Type" target="_self">this link</a> you will be able to consult more information about the endpoints in our documentation.

## Credentials creation

Expand Down
3 changes: 3 additions & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import type {SidebarsConfig} from '@docusaurus/plugin-content-docs';
Create as many sidebars as you want.
*/
const sidebars: SidebarsConfig = {

// By default, Docusaurus generates a sidebar from the docs folder structure
tutorialSidebar: [{type: 'autogenerated', dirName: '.'}],

Expand All @@ -28,4 +29,6 @@ const sidebars: SidebarsConfig = {
*/
};



export default sidebars;

0 comments on commit 650b9bf

Please sign in to comment.