Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
b01435e
refactor(docusarus): initial commit for docusaurus migration
MatanBobi Sep 12, 2020
0a1afe6
update gitignore
MatanBobi Sep 12, 2020
015abb9
fix build
MatanBobi Sep 12, 2020
a0bc949
multiple fixes for build
MatanBobi Sep 12, 2020
63fb9b6
update netlify to correct build route
MatanBobi Sep 12, 2020
f9e2241
fix sidebars
MatanBobi Sep 12, 2020
60b1b8a
add website-old temporarily to gitignore
MatanBobi Sep 12, 2020
50d17d3
update README
MatanBobi Sep 13, 2020
ae9626b
CSS Fixes and MultiLingualCodeBlock
MatanBobi Sep 14, 2020
9c53bb4
Fix help page layout
MatanBobi Sep 14, 2020
710e1de
add MarkdownBlock component
MatanBobi Sep 15, 2020
67879fd
Footer fixes
MatanBobi Sep 16, 2020
4ca3db6
fix footer github button
MatanBobi Sep 16, 2020
0ac2cc3
Remove the logos that dont look good on dark mode
MatanBobi Sep 16, 2020
0b83c14
Fix users page and buttons
MatanBobi Sep 16, 2020
df1c893
fix: broken users link from home page
MatanBobi Sep 16, 2020
7dc05f9
refactor: extract showcase and rename js to jsx
MatanBobi Sep 16, 2020
d529784
fix broken build
MatanBobi Sep 16, 2020
0d35c2b
fix: broken links in md
MatanBobi Sep 17, 2020
1886df8
merge master
MatanBobi Oct 2, 2020
341f720
Merge branch 'master' into pr/migrate-ducusaurus
MatanBobi Oct 2, 2020
80ac83b
fix: fix showcase
MatanBobi Oct 2, 2020
fa4e994
update api-events to contain new code tabs
MatanBobi Oct 3, 2020
dccc394
rename all md to mdx
MatanBobi Oct 3, 2020
5258c68
Revert "rename all md to mdx"
MatanBobi Oct 3, 2020
ad1fac6
migrate all md to mdx and change links
MatanBobi Oct 3, 2020
dfbcb46
code review fix - put imports at the top
MatanBobi Oct 3, 2020
859a470
Merge remote-tracking branch 'upstream/master' into pr/migrate-ducusa…
MatanBobi Oct 9, 2020
2eba03b
migrate to npm
MatanBobi Oct 9, 2020
29f89a5
remove unnecessary code and css
MatanBobi Oct 10, 2020
b00a780
Merge remote-tracking branch 'upstream/master'
MatanBobi Oct 13, 2020
590af0e
remove unnecessary code
MatanBobi Oct 13, 2020
33dbab9
remove yarn.lock
MatanBobi Oct 13, 2020
734dcb7
fix: multiple ui fixes and blog sidebar
MatanBobi Oct 28, 2020
a44c70c
fix help appearing in two places
MatanBobi Oct 28, 2020
e819a60
add missing global-cto-forum logo
MatanBobi Oct 28, 2020
e195402
remove docker and add code snippets for mdx
MatanBobi Nov 1, 2020
e94c990
Merge remote-tracking branch 'upstream/master'
MatanBobi Nov 1, 2020
49ce488
Merge branch 'master' into pr/migrate-ducusaurus
MatanBobi Nov 1, 2020
cf466ea
pull the website directory outside
MatanBobi Nov 3, 2020
ef64020
fix light background in stripes
MatanBobi Nov 3, 2020
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix sidebars
  • Loading branch information
MatanBobi committed Sep 12, 2020
commit f9e2241efe3fba15237adb3596a0b70ae83a7ffa
3 changes: 1 addition & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ module.exports = {
editUrl:
'https://github.com/testing-library/testing-library-docs/blob/master/docs/',
path: '../docs',
sidebarPath:
'/Users/matan/Dev/testing-library-docs/website/sidebars.json',
sidebarPath: './sidebars.json',
},
blog: {
path: 'blog',
Expand Down