Skip to content

Commit d4f5d4d

Browse files
authored
docs: prep and release 1.0.0-beta2 (#13)
Signed-off-by: Sam Gammon <[email protected]>
1 parent 8c52ca1 commit d4f5d4d

File tree

6 files changed

+8
-10
lines changed

6 files changed

+8
-10
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
ALGOLIA_APP_NAME: '6PJZ7B6YKU'
1717
ALGOLIA_INDEX_NAME: 'dev_elide_docs'
1818
CONFIG_JSON_PRODUCT: 'E'
19-
CONFIG_JSON_VERSION: '1.0.0-beta1'
19+
CONFIG_JSON_VERSION: '1.0.0-beta2'
2020

2121
jobs:
2222
build:

Writerside/e.tree

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@
8686
<toc-element topic="Performance.md"/>
8787
</toc-element>
8888
<toc-element toc-title="Release Notes">
89-
<toc-element toc-title="1.0.0-beta1" href="https://github.com/elide-dev/elide/releases/tag/1.0.0-beta1" />
89+
<toc-element toc-title="1.0.0-beta2" href="https://github.com/elide-dev/elide/releases/tag/1.0.0-beta2" />
90+
<toc-element toc-title="1.0.0-beta1" href="https://github.com/elide-dev/elide/releases/tag/1.0.0-beta1" />
9091
<toc-element toc-title="1.0.0-alpha14" href="https://github.com/elide-dev/elide/releases/tag/1.0.0-alpha14" />
9192
<toc-element toc-title="1.0.0-alpha13" href="https://github.com/elide-dev/elide/releases/tag/1.0.0-alpha13" />
9293
<toc-element toc-title="1.0.0-alpha12" href="https://github.com/elide-dev/elide/releases/tag/1.0.0-alpha12" />
@@ -105,8 +106,8 @@
105106
<toc-element topic="CLI-Reference.md"/>
106107
<toc-element topic="Contributors.md"/>
107108
<toc-element topic="humans.md"/>
108-
<toc-element toc-title="Binary Report" href="https://dl.elide.dev/cli/v1/snapshot/linux-amd64/1.0.0-beta1/elide-build-report.html" />
109-
<toc-element toc-title="SBOM" href="https://dl.elide.dev/cli/v1/snapshot/linux-amd64/1.0.0-beta1/elide.sbom.json" />
109+
<toc-element toc-title="Binary Report" href="https://dl.elide.dev/cli/v1/snapshot/linux-amd64/1.0.0-beta2/elide.build-report.html" />
110+
<toc-element toc-title="SBOM" href="https://dl.elide.dev/cli/v1/snapshot/linux-amd64/1.0.0-beta2/elide.sbom.json" />
110111
<toc-element toc-title="API Docs" href="https://docs.elide.dev/apidocs/index.html" />
111112
<toc-element toc-title="Elide on Discord" href="https://elide.dev/discord" />
112113
<toc-element toc-title="Elide on GitHub" href="https://elide.dev/github" />

Writerside/topics/101-Filesystem.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,3 @@ We're going to try out %product%'s isolation with regard to **disk I/O**
4949

5050
Neat! We can read the file.
5151

52-
> Node's `fs` and `fs/promises` modules do not yet support I/O isolation. This feature is under construction and is
53-
> expected to land in `1.0.0-alpha10` or `1.0.0-beta1`.
54-
> {style="warning"}

Writerside/topics/Installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ docker run --rm -it ghcr.io/elide-dev/bash
8686
with:
8787
# any tag from the `elide-dev/releases` repo.
8888
# omit a version to use the latest version.
89-
version: 1.0.0-beta1
89+
version: 1.0.0-beta2
9090
```
9191
9292
## Troubleshooting

Writerside/v.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<vars>
44
<var name="product" value="Elide"/>
55
<var name="cli" value="elide"/>
6-
<var name="version" value="1.0.0-beta1"/>
6+
<var name="version" value="1.0.0-beta2"/>
77
<var name="elideDocsSite" value="https://docs.elide.dev"/>
88
<var name="elideSite" value="https://elide.dev"/>
99
<var name="elideGitHubOrg" value="https://github.com/elide-dev"/>

Writerside/writerside.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
<images dir="images" web-path="docs"/>
88
<categories src="c.list"/>
99
<vars src="v.list"/>
10-
<instance src="e.tree" version="1.0.0-beta1" web-path="E" />
10+
<instance src="e.tree" version="1.0.0-beta2" web-path="E" />
1111
</ihp>

0 commit comments

Comments
 (0)