Skip to content

Commit

Permalink
docs: regenerate (w/ new example meta)
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Nov 28, 2019
1 parent b5f5bc2 commit c72eee4
Show file tree
Hide file tree
Showing 15 changed files with 54 additions and 40 deletions.
7 changes: 6 additions & 1 deletion examples/commit-table-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@
"process": false
},
"thi.ng": {
"readme": true,
"readme": [
"cache",
"hiccup",
"resolve-map",
"transducers"
],
"screenshot": "examples/commit-table-ssr.png"
}
}
12 changes: 11 additions & 1 deletion examples/crypto-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,17 @@
"process": false
},
"thi.ng": {
"readme": true,
"readme": [
"hdom-components",
"hiccup-svg",
"math",
"resolve-map",
"rstream",
"strings",
"transducers",
"transducers-hdom",
"transducers-stats"
],
"screenshot": "examples/crypto-chart.png"
}
}
8 changes: 7 additions & 1 deletion examples/hdom-benchmark2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@
"process": false
},
"thi.ng": {
"readme": true,
"readme": [
"binary",
"hdom",
"hdom-components",
"hiccup-css",
"transducers"
],
"screenshot": "examples/hdom-benchmark2.png"
}
}
17 changes: 0 additions & 17 deletions packages/associative/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ This project is part of the
- [Status](#status)
- [Installation](#installation)
- [Dependencies](#dependencies)
- [Usage examples](#usage-examples)
- [API](#api)
- [IEquivSet](#iequivset)
- [ArraySet](#arrayset)
Expand Down Expand Up @@ -176,22 +175,6 @@ yarn add @thi.ng/associative
- [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/master/packages/errors)
- [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/master/packages/transducers)

## Usage examples

Several demos in this repo's
[/examples](https://github.com/thi-ng/umbrella/tree/master/examples)
directory are using this package.

A selection:

### commit-table-ssr <!-- NOTOC -->

![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/examples/commit-table-ssr.png)

Filterable commit log UI w/ minimal server to provide commit history

[Live demo](https://demo.thi.ng/umbrella/commit-table-ssr/) | [Source](https://github.com/thi-ng/umbrella/tree/master/examples/commit-table-ssr)

## API

[Generated API docs](https://docs.thi.ng/umbrella/associative/)
Expand Down
2 changes: 2 additions & 0 deletions packages/hdom-canvas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ Interactive @thi.ng/hdom-canvas pattern drawing demo using transducers

### hdom-canvas-shapes <!-- NOTOC -->

![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/hdom-canvas/hdom-canvas-shapes-results.png)

[Live demo](https://demo.thi.ng/umbrella/hdom-canvas-shapes/) | [Source](https://github.com/thi-ng/umbrella/tree/master/examples/hdom-canvas-shapes)

### imgui <!-- NOTOC -->
Expand Down
2 changes: 2 additions & 0 deletions packages/hdom-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ Basic crypto-currency candle chart with multiple moving averages plots

### hdom-canvas-shapes <!-- NOTOC -->

![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/hdom-canvas/hdom-canvas-shapes-results.png)

[Live demo](https://demo.thi.ng/umbrella/hdom-canvas-shapes/) | [Source](https://github.com/thi-ng/umbrella/tree/master/examples/hdom-canvas-shapes)

### hdom-dropdown-fuzzy <!-- NOTOC -->
Expand Down
2 changes: 2 additions & 0 deletions packages/hdom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ Realtime clock demo for @thi.ng/hdom-canvas

### hdom-canvas-shapes <!-- NOTOC -->

![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/hdom-canvas/hdom-canvas-shapes-results.png)

[Live demo](https://demo.thi.ng/umbrella/hdom-canvas-shapes/) | [Source](https://github.com/thi-ng/umbrella/tree/master/examples/hdom-canvas-shapes)

### hdom-dropdown-fuzzy <!-- NOTOC -->
Expand Down
2 changes: 2 additions & 0 deletions packages/hiccup-svg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ Basic crypto-currency candle chart with multiple moving averages plots

### hdom-canvas-shapes <!-- NOTOC -->

![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/hdom-canvas/hdom-canvas-shapes-results.png)

[Live demo](https://demo.thi.ng/umbrella/hdom-canvas-shapes/) | [Source](https://github.com/thi-ng/umbrella/tree/master/examples/hdom-canvas-shapes)

### pointfree-svg <!-- NOTOC -->
Expand Down
2 changes: 2 additions & 0 deletions packages/hiccup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ Filterable commit log UI w/ minimal server to provide commit history

### hdom-canvas-shapes <!-- NOTOC -->

![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/hdom-canvas/hdom-canvas-shapes-results.png)

[Live demo](https://demo.thi.ng/umbrella/hdom-canvas-shapes/) | [Source](https://github.com/thi-ng/umbrella/tree/master/examples/hdom-canvas-shapes)

### hydrate-basics <!-- NOTOC -->
Expand Down
14 changes: 14 additions & 0 deletions packages/math/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,20 @@ directory are using this package.

A selection:

### crypto-chart <!-- NOTOC -->

![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/examples/crypto-chart.png)

Basic crypto-currency candle chart with multiple moving averages plots

[Live demo](https://demo.thi.ng/umbrella/crypto-chart/) | [Source](https://github.com/thi-ng/umbrella/tree/master/examples/crypto-chart)

### hdom-canvas-draw <!-- NOTOC -->

Interactive @thi.ng/hdom-canvas pattern drawing demo using transducers

[Live demo](https://demo.thi.ng/umbrella/hdom-canvas-draw/) | [Source](https://github.com/thi-ng/umbrella/tree/master/examples/hdom-canvas-draw)

### iso-plasma <!-- NOTOC -->

![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/geom/geom-isoline.png)
Expand Down
6 changes: 0 additions & 6 deletions packages/strings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ Basic crypto-currency candle chart with multiple moving averages plots

[Live demo](https://demo.thi.ng/umbrella/crypto-chart/) | [Source](https://github.com/thi-ng/umbrella/tree/master/examples/crypto-chart)

### hdom-benchmark2 <!-- NOTOC -->

![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/examples/hdom-benchmark2.png)

[Live demo](https://demo.thi.ng/umbrella/hdom-benchmark2/) | [Source](https://github.com/thi-ng/umbrella/tree/master/examples/hdom-benchmark2)

### rstream-spreadsheet <!-- NOTOC -->

[Live demo](https://demo.thi.ng/umbrella/rstream-spreadsheet/) | [Source](https://github.com/thi-ng/umbrella/tree/master/examples/rstream-spreadsheet)
Expand Down
10 changes: 2 additions & 8 deletions packages/transducers-hdom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,6 @@ Figlet-style bitmap font creation with transducers

[Live demo](https://demo.thi.ng/umbrella/bitmap-font/) | [Source](https://github.com/thi-ng/umbrella/tree/master/examples/bitmap-font)

### commit-table-ssr <!-- NOTOC -->

![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/examples/commit-table-ssr.png)

Filterable commit log UI w/ minimal server to provide commit history

[Live demo](https://demo.thi.ng/umbrella/commit-table-ssr/) | [Source](https://github.com/thi-ng/umbrella/tree/master/examples/commit-table-ssr)

### crypto-chart <!-- NOTOC -->

![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/examples/crypto-chart.png)
Expand All @@ -121,6 +113,8 @@ Interactive @thi.ng/hdom-canvas pattern drawing demo using transducers

### hdom-canvas-shapes <!-- NOTOC -->

![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/hdom-canvas/hdom-canvas-shapes-results.png)

[Live demo](https://demo.thi.ng/umbrella/hdom-canvas-shapes/) | [Source](https://github.com/thi-ng/umbrella/tree/master/examples/hdom-canvas-shapes)

### imgui <!-- NOTOC -->
Expand Down
6 changes: 0 additions & 6 deletions packages/transducers-stats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,6 @@ Basic crypto-currency candle chart with multiple moving averages plots

[Live demo](https://demo.thi.ng/umbrella/crypto-chart/) | [Source](https://github.com/thi-ng/umbrella/tree/master/examples/crypto-chart)

### hdom-benchmark2 <!-- NOTOC -->

![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/examples/hdom-benchmark2.png)

[Live demo](https://demo.thi.ng/umbrella/hdom-benchmark2/) | [Source](https://github.com/thi-ng/umbrella/tree/master/examples/hdom-benchmark2)

## API

[Generated API docs](https://docs.thi.ng/umbrella/transducers-stats/)
Expand Down
2 changes: 2 additions & 0 deletions packages/transducers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ Interactive @thi.ng/hdom-canvas pattern drawing demo using transducers

### hdom-canvas-shapes <!-- NOTOC -->

![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/hdom-canvas/hdom-canvas-shapes-results.png)

[Live demo](https://demo.thi.ng/umbrella/hdom-canvas-shapes/) | [Source](https://github.com/thi-ng/umbrella/tree/master/examples/hdom-canvas-shapes)

### hdom-dropdown-fuzzy <!-- NOTOC -->
Expand Down
2 changes: 2 additions & 0 deletions packages/vectors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ Interactive @thi.ng/hdom-canvas pattern drawing demo using transducers

### hdom-canvas-shapes <!-- NOTOC -->

![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/master/assets/hdom-canvas/hdom-canvas-shapes-results.png)

[Live demo](https://demo.thi.ng/umbrella/hdom-canvas-shapes/) | [Source](https://github.com/thi-ng/umbrella/tree/master/examples/hdom-canvas-shapes)

### iso-plasma <!-- NOTOC -->
Expand Down

0 comments on commit c72eee4

Please sign in to comment.