Skip to content

Commit e911481

Browse files
JakeChampionGuy Bedford
andauthored
documentation website updates (#837)
Co-authored-by: Guy Bedford <[email protected]>
1 parent 25293df commit e911481

File tree

68 files changed

+21376
-6591
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+21376
-6591
lines changed

.github/workflows/dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
steps:
1212
- uses: actions/[email protected]
1313
with:
14-
allow-licenses: Apache-2.0, MIT, BSD-3-Clause, ISC, BSD-2-Clause, MIT OR (CC0-1.0 AND MIT), CC0-1.0 OR MIT OR (CC0-1.0 AND MIT), CC-BY-3.0, CC0-1.0, MIT OR Apache-2.0, MIT AND Apache-2.0, MIT OR WTFPL, BSD-2-Clause OR (MIT OR Apache-2.0), Python-2.0, ISC AND MIT, Apache-2.0 AND MIT, MIT/Apache-2.0, Apache-2.0 OR MIT, (Apache-2.0 OR MIT) AND BSD-3-Clause, Zlib OR Apache-2.0 OR MIT, MIT OR Apache-2.0 OR Zlib, MIT OR (Apache-2.0 OR Zlib), (Apache-2.0 WITH LLVM-exception)
14+
allow-licenses: Apache-2.0, MIT, BSD-3-Clause, ISC, BSD-2-Clause, MIT OR (CC0-1.0 AND MIT), CC0-1.0 OR MIT OR (CC0-1.0 AND MIT), CC-BY-3.0, CC0-1.0, MIT OR Apache-2.0, MIT AND Apache-2.0, MIT OR WTFPL, BSD-2-Clause OR (MIT OR Apache-2.0), Python-2.0, ISC AND MIT, Apache-2.0 AND MIT, MIT/Apache-2.0, Apache-2.0 OR MIT, (Apache-2.0 OR MIT) AND BSD-3-Clause, Zlib OR Apache-2.0 OR MIT, MIT OR Apache-2.0 OR Zlib, MIT OR (Apache-2.0 OR Zlib), (Apache-2.0 WITH LLVM-exception), 0BSD, CC-BY-4.0, Unlicense, MPL-1.1
1515
fail-on-scopes: runtime

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- uses: actions/checkout@v3
2424
- uses: actions/setup-node@v3
2525
with:
26+
node-version: 'lts/*'
2627
cache: 'yarn'
2728
- run: yarn install --immutable
2829
- run: npm run format-changelog
@@ -37,6 +38,7 @@ jobs:
3738
- uses: actions/checkout@v3
3839
- uses: actions/setup-node@v3
3940
with:
41+
node-version: 'lts/*'
4042
cache: 'yarn'
4143
- run: cd documentation && yarn install
4244
- run: cd documentation && yarn build
@@ -129,7 +131,7 @@ jobs:
129131
needs: [build]
130132
strategy:
131133
matrix:
132-
node-version: [18, 20]
134+
node-version: [18, 22]
133135
steps:
134136
- uses: actions/checkout@v3
135137
- uses: actions/setup-node@v3
@@ -202,7 +204,7 @@ jobs:
202204
submodules: true
203205
- uses: actions/setup-node@v3
204206
with:
205-
node-version: 20
207+
node-version: 'lts/*'
206208
cache: 'yarn'
207209

208210
- name: Download Engine

.gitignore

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,17 @@
55

66
/runtime/fastly/build-*/
77

8-
/compute-js/
98
node_modules/
109
.DS_Store
11-
/dist
12-
# *.o
13-
# *.d
14-
/rusturl/
1510
# compiler_flags
1611
/fastly-weval.wasm
1712
/fastly.debug.wasm
1813
/fastly.wasm
19-
/runtime/js-compute-runtime/obj
14+
/fastly-ics.wevalcache
2015
tests/wpt-harness/wpt-test-runner.js
2116
wpt-runtime.wasm
2217
docs-app/bin/main.wasm
2318
docs-app/pkg/*.tar.gz
2419

25-
*.a
2620
yarn-error.log
2721
.vscode

documentation/app/.gitignore

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,4 @@
1-
# Dependencies
21
/node_modules
3-
4-
# Production
5-
/build
6-
7-
# Generated files
8-
.docusaurus
9-
.cache-loader
10-
11-
# Misc
12-
.DS_Store
13-
.env.local
14-
.env.development.local
15-
.env.test.local
16-
.env.production.local
17-
18-
npm-debug.log*
19-
yarn-debug.log*
20-
yarn-error.log*
21-
222
/bin
23-
/pkg
3+
/pkg
4+
/static-publisher

documentation/app/.publish-id

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Generated by @fastly/compute-js-static-publish.
2+
4meTnA6LqxpiqpGlK3A8bs

documentation/app/fastly.toml

Lines changed: 15479 additions & 6 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)