Skip to content

Commit

Permalink
docs: add compilation object (#7321)
Browse files Browse the repository at this point in the history
* docs: add compilation object

* Update website/docs/zh/api/objects/compilation.mdx

Co-authored-by: neverland <chenjiahan.jait@bytedance.com>

* Update website/docs/en/api/objects/compilation.mdx

Co-authored-by: neverland <chenjiahan.jait@bytedance.com>

* Update website/docs/en/api/objects/compilation.mdx

Co-authored-by: neverland <chenjiahan.jait@bytedance.com>

* Update website/docs/en/api/objects/compilation.mdx

Co-authored-by: neverland <chenjiahan.jait@bytedance.com>

---------

Co-authored-by: neverland <chenjiahan.jait@bytedance.com>
  • Loading branch information
LingyuCoder and chenjiahan authored Jul 26, 2024
1 parent 863c61f commit 6fb4b36
Show file tree
Hide file tree
Showing 8 changed files with 1,100 additions and 5 deletions.
8 changes: 6 additions & 2 deletions website/docs/en/api/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
},
"javascript-api",
"hmr",
{
"type": "dir",
"name": "objects",
"label": "Objects"
},
{
"type": "dir",
"name": "loader-api",
Expand All @@ -17,6 +22,5 @@
"type": "dir",
"name": "plugin-api",
"label": "Plugin API"
},
"stats"
}
]
1 change: 1 addition & 0 deletions website/docs/en/api/objects/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["compilation", "stats"]
Loading

0 comments on commit 6fb4b36

Please sign in to comment.