feat: update example files

This commit is contained in:
junchi.zhang
2025-04-26 12:24:06 +08:00
parent 39df138a76
commit 08646a8157
57 changed files with 4700 additions and 5 deletions
View File
+12
View File
@@ -0,0 +1,12 @@
# PinMe
[PinMe](https://pinme.eth.limo/) is a simple and easy-to-use command-line tool for uploading files and directories to the [IPFS](https://ipfs.tech/) network.
Website[https://pinme.eth.limo/](https://pinme.eth.limo/)
# PinMe Deploy Docs
```bash
pinme upload ./
```
+2
View File
@@ -0,0 +1,2 @@
* [Home](/)
* [Contact](./contact/index.md)
+5
View File
@@ -0,0 +1,5 @@
* [Home](./)
* [Quick Start](./quickstart)
* Guide
* [Install](./guide/installation)
* [Config](./guide/config)
+3
View File
@@ -0,0 +1,3 @@
* [Contact](./contact/index)
* [test](./contact/test)
+3
View File
@@ -0,0 +1,3 @@
# Contact
[Glitter](https://glitterprotocol.io/)
+3
View File
@@ -0,0 +1,3 @@
# test
test page
+2
View File
@@ -0,0 +1,2 @@
# config
pinme -help
+5
View File
@@ -0,0 +1,5 @@
# install
```bash
npm -g install pinme
```
+28
View File
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'PINME',
repo: 'https://github.com/glitternetwork/pinme',
themeColor: '#2ecc71',
loadNavbar: '_navbar.md',
loadSidebar: '_sidebar.md',
}
</script>
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
</body>
</html>
+2
View File
@@ -0,0 +1,2 @@
# Quick Start
quick start