Skip to content

Commit 654bc7f

Browse files
authored
tmm/stork search (#3)
* docs: add stork search * docs: add stork wasm
1 parent 626d88a commit 654bc7f

File tree

6 files changed

+5
-1
lines changed

6 files changed

+5
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.DS_Store
22
.eslintcache
33
dist/
4-
docs/.next/*
54
node_modules/
65
yarn-debug.log*
76
yarn-error.log*

docs/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.next/*
2+
public/*.st
3+
public/*.toml

docs/bin/stork.bin

7.17 MB
Binary file not shown.

docs/next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
const withNextra = require('nextra')({
22
theme: 'nextra-theme-docs',
33
themeConfig: './theme.config.js',
4+
stork: true,
45
})
56
module.exports = withNextra()

docs/public/stork.wasm

476 KB
Binary file not shown.

docs/theme.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default {
77
nextLinks: true,
88
prevLinks: true,
99
search: true,
10+
UNSTABLE_stork: true,
1011
customSearch: null,
1112
defaultMenuCollapsed: true,
1213
darkMode: true,

0 commit comments

Comments
 (0)