Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Jul 10, 2023
1 parent 046e921 commit 62956aa
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!-- !!! DO NOT EDIT, THIS FILE IS GENERATED AUTOMATICALLY !!! -->

> :information_source: Please, see the full project documentation here: [https://softvisio-node.github.io/geoip-asn/](https://softvisio-node.github.io/geoip-asn/).
# Introduction

<!-- Tell about the project -->

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

<!-- Tell about how to use the project, give code examples -->
37 changes: 37 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!doctype html>

<!-- !!! DO NOT EDIT, THIS FILE IS GENERATED AUTOMATICALLY !!! -->

<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width,initial-scale=1" />

<link rel="stylesheet" id="lightTheme" href="https://cdn.jsdelivr.net/npm/docsify-themeable/dist/css/theme-simple.css" />
<link rel="stylesheet" id="darkTheme" href="https://cdn.jsdelivr.net/npm/docsify-themeable/dist/css/theme-simple-dark.css" />
<link rel="stylesheet" href="https://softvisio-node.github.io/cli/assets/theme/theme.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/css/all.min.css" />
</head>
<body>
<nav>
<a href="#/changelog">Changelog</a><a href="https://github.com/softvisio-node/geoip-asn/discussions" title="Discussions"><i class="fa-regular fa-comments"></i></a><a href="https://github.com/softvisio-node/geoip-asn/issues" title="Issues"><i class="fa-solid fa-bug"></i></a><a href="https://www.npmjs.com/package/@softvisio/geoip-asn" title="NPM package"><i class="fa-brands fa-npm"></i></a><a href="#toggleTheme"><i class="fa-solid fa-adjust"></i> Theme</a>
</nav>
<div id="app"></div>
<div id="gotoTop"><a href="#gotoTop">🡡 Top</a></div>

<script>
window.$docsify = { alias: { "/changelog": "https://raw.githubusercontent.com/softvisio-node/geoip-asn/master/CHANGELOG.md" }, auto2top: true, externalLinkTarget: "_self", loadSidebar: true, maxLevel: 2, name: "@softvisio/geoip-asn", relativePath: true, repo: "https://github.com/softvisio-node/geoip-asn", search: { depth: 3 }, subMaxLevel: 2, tabs: {} };
</script>

<script src="https://softvisio-node.github.io/cli/assets/theme/theme.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify"></script>
<script src="https://cdn.jsdelivr.net/npm/prismjs/components/prism-bash.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify/lib/plugins/zoom-image.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-tabs"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-copy-code"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-pagination/dist/docsify-pagination.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify/lib/plugins/external-script.min.js"></script>
</body>
</html>

0 comments on commit 62956aa

Please sign in to comment.