mirror of
https://github.com/swc-project/swc.git
synced 2024-11-27 13:38:33 +03:00
doc(swc_core): Fix rustdoc (#5446)
This commit is contained in:
parent
5730a96f5d
commit
2e883a72d7
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -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: |
|
||||
|
@ -1,12 +1,12 @@
|
||||
[package]
|
||||
authors = ["강동윤 <kdy1997.dev@gmail.com>", "OJ Kwon <kwon.ohjoong@gmail.com>"]
|
||||
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",
|
||||
|
Loading…
Reference in New Issue
Block a user