From cbced02e238516d896b3862bceb5009eab180176 Mon Sep 17 00:00:00 2001 From: Stefano Date: Mon, 24 Feb 2025 16:10:09 +0100 Subject: [PATCH] Update dfx-json.mdx - Add short type description for assets and pullable (#5464) Co-authored-by: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> --- docs/developer-docs/developer-tools/cli-tools/dfx-json.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-docs/developer-tools/cli-tools/dfx-json.mdx b/docs/developer-docs/developer-tools/cli-tools/dfx-json.mdx index 4cac13434f..681677dc12 100644 --- a/docs/developer-docs/developer-tools/cli-tools/dfx-json.mdx +++ b/docs/developer-docs/developer-tools/cli-tools/dfx-json.mdx @@ -43,7 +43,7 @@ This configuration contains the following components: - `main`: The primary source code file for the canister that serves as the canister's entrypoint. By default, for Motoko canisters this file is `main.mo`. For Rust canisters, -- `type`: Defines the type of the canister. Supported types are `motoko`, `rust`, `assets`, `pull` and `custom`. The Motoko and Rust languages are supported through the IC SDK by default. `custom` type refers to canisters written in languages other than Motoko or Rust. +- `type`: Defines the type of the canister. Supported types are `motoko`, `rust`, `assets`, `pull` and `custom`. The Motoko and Rust languages are supported through the IC SDK by default. `custom` type refers to canisters written in languages other than Motoko or Rust. `assets` type refers to [frontend canisters](#asset-canisters). `pull` type refers to [third party canisters](#pullable-canisters). - `defaults`: Default settings for the project's build.