Skip to content

Commit

Permalink
docs: clarify documentation is more an API Reference
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Apr 8, 2024
1 parent 5510185 commit c96c8e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The following features are currently in scope and implemented in this software:

`oauth4webapi` has no dependencies and it exports tree-shakeable ESM.

## [Documentation](docs/README.md)
## [API Reference](docs/README.md)

`oauth4webapi` is distributed via [npmjs.com](https://www.npmjs.com/package/oauth4webapi), [deno.land/x](https://deno.land/x/oauth4webapi), [cdnjs.com](https://cdnjs.com/libraries/oauth4webapi), [jsdelivr.com](https://www.jsdelivr.com/package/npm/oauth4webapi), and [github.com](https://github.com/panva/oauth4webapi).

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# oauth4webapi
# oauth4webapi API Reference

[💗 Help the project](https://github.com/sponsors/panva)

Expand Down
1 change: 1 addition & 0 deletions typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"excludeProtected": true,
"gitRevision": "main",
"hideGenerator": true,
"indexTitle": "oauth4webapi API Reference",
"out": "docs",
"plugin": ["typedoc-plugin-markdown", "typedoc-plugin-mdn-links"],
"readme": "none",
Expand Down

0 comments on commit c96c8e0

Please sign in to comment.