Skip to content

Commit

Permalink
add script to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette committed Oct 10, 2022
1 parent f1137e7 commit e1a72e2
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,11 @@ jobs:
command: |
yarn extract-error-codes
git diff --exit-code
- run:
name: '`yarn docs:link-check` changes committed?'
command: |
yarn docs:link-check
git diff --exit-code
test_types:
<<: *defaults
resource_class: 'medium+'
Expand Down
32 changes: 32 additions & 0 deletions docs/broken-links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
not found: https://mui.com/blog/material-ui-v4-is-out/#premium-themes-store-✨
used in
- pages/blog/mui-core-v5.md
available anchors on the same page:
material-ui-v4-is-out
#customization
#documentation
#high-level-goals-for-v4
#material-design
#performance
#premium-themes-store-%E2%9C%A8
#preparing-for-the-future
#summary
#thank-you
#whats-new
#whats-next



not found: https://mui.com/size-snapshot
used in
- data/material/guides/minimizing-bundle-size/minimizing-bundle-size.md
- data/material/components/autocomplete/autocomplete.md
- data/material/components/click-away-listener/click-away-listener.md
- data/material/components/popper/popper.md
- data/material/components/textarea-autosize/textarea-autosize.md
- data/material/components/use-media-query/use-media-query.md
available anchors on the same page:




0 comments on commit e1a72e2

Please sign in to comment.