diff --git a/docs/developer-docs/web-apps/application-frontends/overview.mdx b/docs/developer-docs/web-apps/application-frontends/overview.mdx index d2da2ca0bb..03ff93cb86 100644 --- a/docs/developer-docs/web-apps/application-frontends/overview.mdx +++ b/docs/developer-docs/web-apps/application-frontends/overview.mdx @@ -72,15 +72,9 @@ In `dfx.json`, these default settings will resemble the following: } ``` -## Motoko asset canisters +## Asset certification -The [Motoko server](https://mops.one/server) and [certified HTTP](https://mops.one/certified-http) packages can be used for creating asset canisters using the Motoko language. - -## Rust asset canisters - -The [`ic-asset`](https://crates.io/crates/ic-asset) Rust crate can be used to develop your project's frontend canister. - -Additionally, the [ic-http-certification](https://crates.io/crates/ic-http-certification) crate can be used to: +The [ic-asset-certification](https://crates.io/crates/ic-asset-certification) Rust crate can be used to: - Serve certified assets from the same canister as their primary “backend” canister. @@ -94,15 +88,6 @@ Additionally, the [ic-http-certification](https://crates.io/crates/ic-http-certi - Certify more complex caching or streaming scenarios. - -Other third-party options for serving assets include: - -- [`ic-pluto`](https://crates.io/crates/ic-pluto) - -## TypesScript asset canisters - -The [Express HTTP server](https://demergent-labs.github.io/azle/) package via Azle can be used to create asset canisters in TypeScript. - ## Limitations The frontend canister can host roughly 1GiB in static files. It is recommended that you distribute your files across multiple canisters if the total size of all your assets begins to exceed this amount. Once you exceed this figure, your canister may fail to upgrade. @@ -149,8 +134,6 @@ let path = HttpCertificationPath::wildcard("/js"); - [Asset canister architecture reference](/docs/current/references/asset-canister). -- Using [raw HTML and JavaScript](/docs/current/motoko/main/getting-started/motoko-introduction) to display a simple HTML entry page. - - [Vite + React + Motoko](https://github.com/rvanasa/vite-react-motoko) template example. - [Vite + SvelteKit + Motoko](https://github.com/letmejustputthishere/vite-sveltekit-motoko-ii/tree/main) template example. diff --git a/submodules/quill b/submodules/quill index 077696fd4e..5a5a9ad4a7 160000 --- a/submodules/quill +++ b/submodules/quill @@ -1 +1 @@ -Subproject commit 077696fd4e433cd6f590bc9cec1674c8275faed9 +Subproject commit 5a5a9ad4a72ea9fa9f0adad5c3b11b00ced78db9