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

docs: use docusaurus-remark-plugin-tab-blocks to format tabs with code examples #12859

Merged
merged 37 commits into from May 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
e677256
docs: add custom plugin for tabs
mrazauskas May 18, 2022
587ce12
ups.. bring back TOC
mrazauskas May 18, 2022
24037f0
copyright
mrazauskas May 18, 2022
513c98e
versioned docs
mrazauskas May 18, 2022
fcdd672
restart CI
mrazauskas May 18, 2022
72ad9b5
Merge branch 'main' into docs-tabs-plugin
mrazauskas May 19, 2022
a91f1a4
rework Configuration.md
mrazauskas May 19, 2022
81806d9
rename plugin
mrazauskas May 19, 2022
442ff23
less code
mrazauskas May 19, 2022
1ec1602
support title
mrazauskas May 22, 2022
cbd1018
fix copyright headers
mrazauskas May 22, 2022
92302ab
babel?
mrazauskas May 22, 2022
686dfd6
babel again
mrazauskas May 22, 2022
7e6a2f7
fix babel
mrazauskas May 22, 2022
29e6505
fix meta check
mrazauskas May 22, 2022
39eeb8b
tweak processFixture
mrazauskas May 22, 2022
aa36069
deploy?
mrazauskas May 22, 2022
b66022a
rework logic
mrazauskas May 23, 2022
d7f454c
do not travers transformed nodes
mrazauskas May 23, 2022
b22c274
clean up
mrazauskas May 24, 2022
b44faa3
add span support
mrazauskas May 24, 2022
ef6e70c
use span in docs
mrazauskas May 24, 2022
8343517
fix node count
mrazauskas May 24, 2022
3733213
run tests before deploy
mrazauskas May 24, 2022
b6fe5c6
hm..
mrazauskas May 24, 2022
fd09543
lock
mrazauskas May 24, 2022
cd98e66
fix scripts
mrazauskas May 24, 2022
c1985d3
add changelog entry
mrazauskas May 24, 2022
6a4a028
clean up
mrazauskas May 24, 2022
359bb9c
revert babel
mrazauskas May 24, 2022
8ab524b
deps
mrazauskas May 24, 2022
6e6ae7e
deps
mrazauskas May 24, 2022
7137bae
ignore incomplete spans
mrazauskas May 24, 2022
d15f3fe
clean up
mrazauskas May 24, 2022
fbe1562
Merge branch 'main' into docs-tabs-plugin
mrazauskas May 24, 2022
8c25393
use docusaurus-remark-plugin-tab-blocks
mrazauskas May 30, 2022
6269532
restart CI
mrazauskas May 30, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -13,8 +13,9 @@
### Chore & Maintenance

- `[docs]` Updated docs to indicate that `jest-environment-jsdom` is a separate package [#12828](https://github.com/facebook/jest/issues/12828)
- `[jest-haste-map]` Bump `walker` version ([#12324](https://github.com/facebook/jest/pull/12324))
- `[docs]` Document the comments used by coverage providers [#12835](https://github.com/facebook/jest/issues/12835)
- `[docs]` Use `docusaurus-remark-plugin-tab-blocks` to format tabs with code examples ([#12859](https://github.com/facebook/jest/pull/12859))
- `[jest-haste-map]` Bump `walker` version ([#12324](https://github.com/facebook/jest/pull/12324))

### Performance

Expand Down