Skip to content

Commit

Permalink
fix(package.json): add missing reference to Editor directory
Browse files Browse the repository at this point in the history
The build will fail without referencing this new Editor directory
so it has now been added to the package.
  • Loading branch information
extendreality committed Apr 7, 2021
1 parent 792efe6 commit 562cf18
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 1 deletion.
60 changes: 60 additions & 0 deletions docfx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"metadata": [
{
"src": [
{
"files": [
"Runtime/**.cs"
]
}
],
"dest": "_TEMP_DOCS/API",
"disableGitFeatures": false,
"disableDefaultFilter": false
}
],
"build": {
"content": [
{
"files": [
"_TEMP_DOCS/API/**.yml",
"_TEMP_DOCS/API/index.md"
]
},
{
"files": [
"*.md"
]
}
],
"resource": [
{
"files": [
]
}
],
"overwrite": [
{
"files": [
"apidoc/**.md"
],
"exclude": [
"obj/**",
"_site/**"
]
}
],
"dest": "_TEMP_DOCS/output",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": [
"default"
],
"postProcessors": [],
"markdownEngineName": "markdig",
"noLangKeyword": false,
"keepFileLink": false,
"cleanupCacheHistory": false,
"disableGitFeatures": false
}
}
7 changes: 7 additions & 0 deletions docfx.json.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
"*.asmdef",
"*.xml",
"Documentation",
"Runtime"
"Runtime",
"Editor",
"docfx.json"
]
}

0 comments on commit 562cf18

Please sign in to comment.