Skip to content

Commit

Permalink
docs(api): link to other Yargs documentation (yargs#1642)
Browse files Browse the repository at this point in the history
  • Loading branch information
roryokane committed May 21, 2020
1 parent ca59758 commit 77fcc2b
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions docs/api.md
@@ -1,5 +1,17 @@
API
=======
Additional documentation
===

This document is the Yargs API reference. There are more documentation files in
[`docs` in the Yargs source tree](https://github.com/yargs/yargs/tree/master/docs):

- [Examples](https://github.com/yargs/yargs/blob/master/docs/examples.md)
- [Advanced Topics](https://github.com/yargs/yargs/blob/master/docs/advanced.md)
- [TypeScript usage examples](https://github.com/yargs/yargs/blob/master/docs/typescript.md)
- [Webpack usage examples](https://github.com/yargs/yargs/blob/master/docs/webpack.md)
- [Parsing Tricks](https://github.com/yargs/yargs/blob/master/docs/tricks.md)

API reference
===

You can run Yargs without any configuration, and it will do its
best to parse `process.argv`:
Expand Down

0 comments on commit 77fcc2b

Please sign in to comment.