Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use doc server #429

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ respecting folder structure. This means:

Check performance best practices on [deco.cx's docs](https://www.deco.cx/docs).

# Thanks to all contributors!
# Thanks to all contributors

<a href="https://github.com/deco-sites/fashion/graphs/contributors">
<img src="https://contributors-img.web.app/image?repo=deco-sites/fashion" />
Expand Down
Binary file added doccache.zst
Binary file not shown.
4 changes: 2 additions & 2 deletions import_map.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"imports": {
"deco-sites/fashion/": "./",
"$store/": "./",
"deco-sites/std/": "https://denopkg.com/deco-sites/[email protected]/",
"$live/": "https://denopkg.com/deco-cx/[email protected]/",
"deco-sites/fashion/": "./",
"$live/": "https://denopkg.com/deco-cx/deco@793e564cd4ea7a60e9ce119b7bac8c5640198929/",
"$fresh/": "https://denopkg.com/deco-cx/[email protected]/",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
Expand Down
2 changes: 2 additions & 0 deletions live.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ import * as $live_meta from "$live/routes/live/_meta.ts";
import * as $live_previews_block from "$live/routes/live/previews/[...block].tsx";
import * as $live_previews_index from "$live/routes/live/previews/index.tsx";
import * as $live_catchall from "$live/routes/[...catchall].tsx";
import * as i1$0 from "$live/loaders/manifest.ts";
import * as i2$$$0 from "$live/loaders/state.ts";
import * as i2$$$1 from "$live/loaders/workflows/events.ts";
import * as i2$$$2 from "$live/loaders/workflows/get.ts";
Expand Down Expand Up @@ -257,6 +258,7 @@ const manifest = {
"deco-sites/std/sections/VTEXPortalDataLayerCompatibility.tsx": i2$$$$$16,
},
"loaders": {
"$live/loaders/manifest.ts": i1$0,
"$live/loaders/state.ts": i2$$$0,
"$live/loaders/workflows/events.ts": i2$$$1,
"$live/loaders/workflows/get.ts": i2$$$2,
Expand Down
Loading