Skip to content

Commit

Permalink
Fix builddoc script to correctly build document for content model (#2544
Browse files Browse the repository at this point in the history
)
  • Loading branch information
JiuqingSong authored Mar 28, 2024
1 parent d5d2542 commit b777796
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ To view the demo site, please click the link below:

[RoosterJs Demo Site](https://microsoft.github.io/roosterjs/index.html).

## Upgrade from RoosterJs 8.\*

Please see [here](https://github.com/microsoft/roosterjs/wiki/RoosterJs-9).

## Features

### Packages
Expand Down
4 changes: 4 additions & 0 deletions tools/reference.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Welcome to RoosterJs API References!

## Upgrade from RoosterJs 8.\*

Please see [here](https://github.com/microsoft/roosterjs/wiki/RoosterJs-9).

## Content

Rooster contains 6 basic packages.
Expand Down
3 changes: 1 addition & 2 deletions tools/tsconfig.doc.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@
"../packages/roosterjs-editor-plugins/lib/index.ts",
"../packages/roosterjs-color-utils/lib/index.ts",
"../packages/roosterjs-react/lib/index.ts",
"../packages/roosterjs/lib/index.ts",
"../packages/roosterjs-content-model-types/lib/index.ts",
"../packages/roosterjs-content-model-dom/lib/index.ts",
"../packages/roosterjs-content-model-core/lib/index.ts",
"../packages/roosterjs-content-model-api/lib/index.ts",
"../packages/roosterjs-content-model-plugins/lib/index.ts",
"../packages/roosterjs-editor-adapter/lib/index.ts",
"../packages/roosterjs-content-model/lib/index.ts"
"../packages/roosterjs/lib/index.ts"
],
"plugin": ["typedoc-plugin-remove-references", "typedoc-plugin-external-module-map"],
"out": "../dist/deploy/docs",
Expand Down

0 comments on commit b777796

Please sign in to comment.