diff --git a/docs/.docs.config.yaml b/docs/.docs.config.yaml new file mode 100644 index 0000000..5597a0d --- /dev/null +++ b/docs/.docs.config.yaml @@ -0,0 +1,7 @@ +logo: false + +types: {} + +externalTypes: + - https://softvisio-node.github.io/core/ + - https://softvisio-node.github.io/result/ diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..fb10434 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,15 @@ +# Introduction + + + +Link to the resources: [https://github.com/softvisio-node/asn/releases/tag/resources](https://github.com/softvisio-node/asn/releases/tag/resources). + +## Install + +```shell +npm i @softvisio/geoip-asn +``` + +## Usage + + diff --git a/docs/_sidebar.md b/docs/_sidebar.md new file mode 100644 index 0000000..68366a6 --- /dev/null +++ b/docs/_sidebar.md @@ -0,0 +1,5 @@ +- [Introduction](/) + +**Links** + +- [Changelog](/changelog)