From 2e883a72d71a79d2f3ef80675025e820472d57d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Thu, 11 Aug 2022 19:00:43 +0900 Subject: [PATCH] doc(swc_core): Fix rustdoc (#5446) --- .github/workflows/docs.yml | 2 +- crates/swc_core/Cargo.toml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2dde043a6ff..d31d129b7ee 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -22,7 +22,7 @@ jobs: profile: minimal - name: Create rustdoc - run: cargo doc --all --exclude swc_cli --exclude binding_core_node --exclude binding_core_wasm --exclude swc_core --features plugin_transform_schema_vtest + run: cargo doc --all --exclude swc_cli --exclude binding_core_node --exclude binding_core_wasm --features plugin_transform - name: Create CNAME run: | diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index 41459f15026..0080f3b5582 100644 --- a/crates/swc_core/Cargo.toml +++ b/crates/swc_core/Cargo.toml @@ -1,12 +1,12 @@ [package] -authors = ["강동윤 ", "OJ Kwon "] -description = "TBD" -edition = "2021" -license = "Apache-2.0" -name = "swc_core" -repository = "https://github.com/swc-project/swc.git" -version = "0.6.1" - +authors = ["강동윤 ", "OJ Kwon "] +description = "TBD" +documentation = "https://rustdoc.swc.rs/swc_core/" +edition = "2021" +license = "Apache-2.0" +name = "swc_core" +repository = "https://github.com/swc-project/swc.git" +version = "0.6.1" [package.metadata.docs.rs] features = [ "common_perf",