Skip to content

Commit

Permalink
docs(examples): move examples to hasundue/lophus-by-example
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Sep 29, 2023
1 parent 1b48508 commit 2a2b48e
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 211 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ the [Web Streams API][streams-api] integrates with the protocol.
## Documentation

- [API Reference](https://deno.land/x/lophus) (WIP)
- [Examples](https://github.com/hasundue/lophus/tree/main/docs/EXAMPLES.md)
- [Lophus by Examples](https://github.com/hasundue/lophus-by-example)

## Supported NIPs

Expand Down
28 changes: 0 additions & 28 deletions bin/docgen.ts

This file was deleted.

20 changes: 0 additions & 20 deletions bin/run_example.ts

This file was deleted.

7 changes: 2 additions & 5 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"tasks": {
"cache": "deno cache ./**/*.ts",
"cache": "deno cache --lock=deno.lock --lock-write ./**/*.ts"
"check": "deno check ./**/*.ts",
"test": "deno test -A --no-check",
"build": "mkdir -p ./dist && deno run -A ./bin/bundle.ts",
"docgen": "deno run -A ./bin/docgen.ts && deno fmt ./docs/EXAMPLES.md",
"ci": "deno task docgen && deno fmt && deno task check && deno task test",
"run": "deno run -A ./bin/run_example.ts"
"dev": "deno fmt && deno task -q check && deno task -q test",
},
"exclude": ["dist/"],
"lock": false
}
73 changes: 0 additions & 73 deletions docs/EXAMPLES.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/src/examples/echo.ts

This file was deleted.

8 changes: 0 additions & 8 deletions docs/src/examples/global.ts

This file was deleted.

8 changes: 0 additions & 8 deletions docs/src/examples/pool.ts

This file was deleted.

18 changes: 0 additions & 18 deletions docs/src/examples/profile.ts

This file was deleted.

14 changes: 0 additions & 14 deletions docs/src/examples/publish.ts

This file was deleted.

14 changes: 0 additions & 14 deletions docs/src/examples/recommend_relay.ts

This file was deleted.

11 changes: 0 additions & 11 deletions docs/src/examples/transfer.ts

This file was deleted.

0 comments on commit 2a2b48e

Please sign in to comment.