-
Notifications
You must be signed in to change notification settings - Fork 645
docs: Enable typedoc for snaps-sdk
#3840
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
Changes from all commits
12a5847
fd3a572
8887753
a6c2449
4792b3b
7d0b32a
58c4599
0c6b683
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| name: Publish main branch docs to GitHub Pages | ||
|
|
||
| on: | ||
| push: | ||
| branches: | ||
| - main | ||
|
|
||
| jobs: | ||
| publish-to-gh-pages: | ||
| name: Publish docs to `staging` directory of `gh-pages` branch | ||
| permissions: | ||
| contents: write | ||
| uses: ./.github/workflows/publish-github-pages.yml | ||
| with: | ||
| build_script: yarn workspace @metamask/snaps-sdk build:docs | ||
| destination_dir: docs/staging | ||
| publish_dir: ./packages/snaps-sdk/docs | ||
| secrets: | ||
| PUBLISH_PAGES_TOKEN: ${{ secrets.PUBLISH_PAGES_TOKEN }} |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -433,7 +433,7 @@ | |
| "html-webpack-plugin>pretty-error>renderkid>css-select>domutils>dom-serializer": { | ||
| "packages": { | ||
| "html-webpack-plugin>pretty-error>renderkid>htmlparser2>domelementtype": true, | ||
| "html-webpack-plugin>pretty-error>renderkid>htmlparser2>entities": true | ||
| "html-webpack-plugin>pretty-error>renderkid>css-select>domutils>dom-serializer>entities": true | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hmm, it's not obvious to me from the yarn.lock diff why this changed 🤔
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unsure, but the change seems fine 🤔
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah, the node_modules shape must have changed a bit for whatever reason. So now it is using a more local version to the package 🤔 |
||
| } | ||
| }, | ||
| "html-webpack-plugin>pretty-error>renderkid>css-select>domhandler": { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,6 +13,7 @@ | |
| "prettier-plugin-packagejson", | ||
| "ts-node", | ||
| "typedoc", | ||
| "typedoc-theme-fresh", | ||
| "typescript" | ||
| ] | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| docs |
Uh oh!
There was an error while loading. Please reload this page.