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(en): merge gulp into docschina/cn @ ba6bb66b #8

Open
wants to merge 23 commits into
base: cn
Choose a base branch
from
Open
Changes from 2 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
7c6a91f
Add Decojent as a new org sponsor (#124)
phated Jul 29, 2020
8ae19df
Add a package-lock because docusaurus had breaking changes
phated Jul 28, 2020
8274253
Utilize OneGraph to join GitHub Sponsors & OpenCollective
phated Jul 28, 2020
c4cd0a2
Merge branch 'source' of https://github.com/gulpjs/gulpjs.github.io i…
docschina-bot Aug 3, 2020
ba40a85
Disable Navbar search on Plugins page to focus on plugin search (#125)
Aug 4, 2020
f4959db
Fix weighting to remove some sketchy packages
phated Aug 4, 2020
7141598
Add code comment linking to npm search API docs
phated Aug 4, 2020
d0c3bf3
useLocation & formatting
phated Aug 4, 2020
487199c
Merge branch 'source' of https://github.com/gulpjs/gulpjs.github.io i…
docschina-bot Aug 10, 2020
bd278d5
Add special styling for deprecated plugins in search (closes $113) (#…
Aug 23, 2020
cd4b5ca
Add advanced section to the sidebar
phated Aug 24, 2020
826e792
Merge branch 'source' of https://github.com/gulpjs/gulpjs.github.io i…
docschina-bot Aug 24, 2020
eb3ed48
docs(en): fetch all
docschina-bot Aug 28, 2020
abe0ac3
Remove company that ended sponsorship
phated Oct 20, 2020
4fe7b9a
Add first recipe to sidebar
phated Oct 21, 2020
e1cc1ea
docs(en): fetch all
docschina-bot Oct 23, 2020
3797585
Fix: Show copy to clipboard button (#130)
Oct 23, 2020
0ffbe8b
Merge branch 'source' of https://github.com/gulpjs/gulpjs.github.io i…
docschina-bot Oct 26, 2020
7d3d696
docs(en): fetch all
docschina-bot Jan 15, 2021
ac31770
Fix: Cleanup hero svg (#132)
jagdish7908 Jan 21, 2021
c8af31d
Merge branch 'source' of https://github.com/gulpjs/gulpjs.github.io i…
docschina-bot Jan 25, 2021
ba6bb66
docs(en): fetch all
docschina-bot Feb 12, 2021
4dbd8e2
docs(en): merging all conflicts
docschina-bot Feb 12, 2021
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
12 changes: 6 additions & 6 deletions src/theme/Hero/svg.js
Original file line number Diff line number Diff line change
@@ -50,13 +50,13 @@ function Svg() {
<path
stroke="#0A0908"
strokeWidth="6"
d="M293 191L293 304"
d="M293 191L293 303"
opacity="0.1"
></path>
<path
stroke="#CF4647"
strokeWidth="6"
d="M293 191L293 304"
d="M293 191L293 303"
className={styles.line_down_anim}
opacity="0.1"
></path>
@@ -117,13 +117,13 @@ function Svg() {
<path
stroke="#0A0908"
strokeWidth="6"
d="M101.216 186L101 302"
d="M101 186L101 302"
opacity="0.1"
></path>
<path
stroke="#CF4647"
strokeWidth="6"
d="M101.216 186L101 302"
d="M101 186L101 302"
className={`${styles.line_down_anim} ${styles.second}`}
opacity="0.1"
></path>
@@ -143,13 +143,13 @@ function Svg() {
<path
stroke="#0A0908"
strokeWidth="6"
d="M463 156l.3 148"
d="M463 157l.3 147"
opacity="0.1"
></path>
<path
stroke="#CF4647"
strokeWidth="6"
d="M463 156l.3 148"
d="M463 157l.3 147"
className={`${styles.line_down_anim} ${styles.second}`}
opacity="0.1"
></path>