Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
fix(docs): add links and fix sidebar not expading
Browse files Browse the repository at this point in the history
  • Loading branch information
einaralex committed Oct 18, 2023
1 parent 3c60cef commit c8eab4a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@
Everything you need to interact with the [Monerium API](https://monerium.dev/api-docs) - an electronic money issuer.

_This package is in development. Please make sure to check if any future updates contain commits
that may change the behavior of your application before you upgrade._
that may change the behavior of your application before you upgrade. If you find any issues please report them [here](https://github.com/monerium/sdk/issues)._

[NPM package](https://www.npmjs.com/package/@monerium/sdk)

[Source code](https://github.com/monerium/sdk)

[SDK Documentation](https://monerium.github.io/sdk/)

[SDK JS-Docs](https://monerium.github.io/sdk/)

[Code coverage](https://monerium.github.io/sdk/coverage)

## Installing
Expand Down
5 changes: 4 additions & 1 deletion configs/typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@
"kindSortOrder": ["Class", "Interface", "Enum"],
"excludePrivate": true,
"navigationLinks": {
"Source code": "https://github.com/monerium/sdk",
"Issues": "https://github.com/monerium/sdk/issues",
"NPM": "https://www.npmjs.com/package/@monerium/sdk",
"E-money": "https://monerium.com/",
"App": "https://monerium.app/"
},
"sidebarLinks": {
"Developer portal": "https://monerium.dev/",
"API docs": "https://monerium.dev/api-docs"
},
"entryPointStrategy": "Expand",
"entryPointStrategy": "expand",
"plugin": ["typedoc-theme-hierarchy"],
"theme": "hierarchy"
}

0 comments on commit c8eab4a

Please sign in to comment.