Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix builddoc script to correctly build document for content model #2544

Merged
merged 2 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading