Commit graph

115 commits

Author SHA1 Message Date
Yangshun Tay
d89401b47e feat: change landing page hero (#1290)
* docs: add v2 roadmap to landing page

* feat: change landing page hero

* fix: remove CSS test as it doesn't account for autoprefixing
2019-03-20 16:54:42 +07:00
Yangshun Tay
189f7cbedd docs: add v2 roadmap to landing page (#1289) 2019-03-20 16:21:11 +07:00
Jake Bolam
e41bf66342 v1.7.3 (#1286)
* v1.7.3

* Update versions.json

* update changelog
2019-03-19 23:01:05 -07:00
Jake Bolam
00143d4a8e docs: add All Contributors to users page (#1287)
* docs: add user All Contributors

* add image

* Make All Contributors pinned
2019-03-19 12:09:47 -07:00
Alex Krolick
f15ba1b2ac fix(codetabs): fix key warning (#1284)
- closes #1255
2019-03-17 21:53:58 -07:00
Endilie Yacop Sucipto
63f014fce5
fix: relative path markdown linking on versioned docs (#1281) 2019-03-14 16:03:42 +08:00
Charles Plant St.Louis
2da59ed4af docs: add Polymath to users (#1276) 2019-03-11 18:57:02 -07:00
Sidak Singh Aulakh
bb7cb3f840 docs: showcase user Twirp (#1275)
* Added twirp to users

* Added the twirp user logo

* Update users.js
2019-03-11 13:41:00 -07:00
Pavle Jonoski
cac141c290 docs: showcase user Microkubes (#1274) 2019-03-11 09:00:11 -07:00
Yangshun Tay
801453fae6 fix: upgrade jest to remove security vulnerability (#1267)
* fix: upgrade jest to remove security vulnerability

* fix lint
2019-03-07 16:15:59 +08:00
Endilie Yacop Sucipto
c73da00252 fix: wrong sidebar_label and title on versioned_docs (#1265)
* fix: wrong sidebar_label and title on versioned_docs

* nits
2019-03-06 10:41:05 -08:00
Ben Otte
006f7050cd docs: showcase user Scalafmt (#1250)
* Update users.js

added scalameta object

* adding scalameta logo

* adding scalameta logo

* Update users.js
2019-02-26 22:07:34 -08:00
Fienny Angelina
a1d36be61c fix: make referenced links work with code block tabs (#1249)
* Fix bug Code block tabs broke the referenced links

- The reason is that the previous Codeblock implementation separates
the tabs, the markdown before tabs, and the markdown after tabs into
separate Remarkable component, thus they don't share information
regarding the reference link
- To solve this, change the Doc implementation so that one Doc
have only one Remarkable component by transforming the codeblock
into html string and add it as part of the markdown, letting the
Remarkable take care of the html string
- However, this approach made us need to ensure that there is no
newline in the codetab, otherwise, the formatting inside the
code will be broken. Thus, I replace every newline inside the
code tag with a br tag

Fix #1215

* Fix prettier
2019-02-26 08:56:30 -08:00
Yangshun Tay
63851a6f14 chore(v2): remove prettier from specific projects 2019-02-23 14:28:32 -08:00
Kasra Bigdeli
870f6daa6b docs: update CaptainDuckDuck to CapRover (#1244) 2019-02-23 07:25:31 -08:00
Jeff Wen
376dd2b018 fix: hovering algolia logo break its background color (#1240)
* fix: css break when hover algolia logo

* Tweak

* Improve

* Remove empty line
2019-02-22 15:56:37 +08:00
Marvin Chin
b2f3642fc6 fix: use clean url for og:url when cleanUrl is true (#1242) 2019-02-21 12:24:31 -08:00
Bart Anthonissen
922d42e211 docs: add ScanTrust to users (#1228)
ScanTrust would like to be added to the docusaurus website as user of the docusaurus open source
software. We are using it for our 'ScanTrust Dev Portal'
2019-02-11 18:39:56 +08:00
Yangshun Tay
2dae42d0f9 fix: change mainContainer padding to align with sidebars 2019-02-08 12:06:04 +08:00
Jerome Simeon
fbb4d57d61 docs: showcase user accord-project (#1225)
Signed-off-by: Jerome Simeon <jeromesimeon@me.com>
2019-02-08 08:56:43 +08:00
Paul O’Shannessy
c5ee753b86 Update code.facebook.com links to appropriate new destination (#1224)
This site mostly doesn't exist anymore, so we should just link to the new
locations. The exception is that the CLA is still there.
2019-02-06 14:29:17 -08:00
Yangshun Tay
311b44aeaa
v1.7.2 (#1212) 2019-01-28 22:18:12 -08:00
Yangshun Tay
1fb1a92293
fix: change sidebar chevron icon to use svg (#1211) 2019-01-28 22:03:11 -08:00
Yangshun Tay
a99dbb1976
fix: make search bar taller on widescreen (#1210) 2019-01-28 21:27:21 -08:00
Marvin Chin
487fd573e5 fix: docs asset links should follow specified docsUrl (#1204) 2019-01-28 09:20:00 -08:00
Bartosz Szczeciński
1888e0fb92 fix: horizontal overflow in collapsible sidebar (#1205)
When the sidebar is collapsible, a horizontal scrollbar can be seen, e.g.:

https://docusaurus.io/docs/en/installation - https://i.imgur.com/IkrkLrp.png

This is caused by the arrow being rendered outside of the sidebar box.
2019-01-28 09:18:54 -08:00
Joel Marcey
cbcbf5a8c2
Add copyright header to codetabs.js 2019-01-25 13:45:11 -08:00
Joel Marcey
fdd5117300
Add copyright header to CodeTabsMarkdownBlock.js 2019-01-25 13:42:47 -08:00
Joel Marcey
49efdd8fa2
v1.7.1 (#1202) 2019-01-24 07:06:45 -08:00
Ahmad Alfy
945f511ecb fix: revert image-min back to dependencies (#1201) 2019-01-24 06:20:26 -08:00
Yangshun Tay
1050de7d1c
v1.7.0 (#1199)
* v1.7.0

* fix release

* fix release
2019-01-23 23:47:52 -08:00
Yangshun Tay
370a874a0a fix: turn off react/no-array-index-key lint rule 2019-01-23 23:34:13 -08:00
Yangshun Tay
dcd3361413 misc: update docs for new features 2019-01-23 23:20:11 -08:00
Fienny Angelina
5ce85e5b5e feat: code block tab (#1063)
* Try to find a way to recognize the codeblock tabs, its title, and
where it ends
- I try using DOCUSAURUS_CODE_TABS to mark the start
- Use TAB_TITLE to mark the title of the tab
- END_TAB to mark the end of that tab
- END_DOCUSAURUS_CODE_TABS to mark the end of the whole code blocks
then parse using regex and render accordingly

* Added on click hook

* Added example on how to write it, how to use it, how it will look like can be reverted later

* Fix css error

* - Move addEventListener part to lib/static
- Remove comments

* Add documentation

* Remove examples

* Change syntax of the codetabs
2019-01-23 21:48:01 -08:00
Marvin Chin
4ce7ae2c98 fix: wrong padding for single row mobile nav (#1191) 2019-01-23 21:42:16 -08:00
tsmrachel
d5fd15ecbe feat: collapsible categories (#1128)
* feat : #1084 Collapsus - The Collapsible Menu

* updated docs

* fixed prettier

* fix for category not auto-expanding upon navigating to a subcategory under it

* as requested by endiliey. Do not merge this commit.

* Update api-site-config.md

* Update guides-navigation.md

* Update SideNav.js

* Update main.css

* Update SideNav.js

* Delete subcategory1.md

* Delete subcategory2.md

* Update sidebars.json
2019-01-23 14:13:27 -08:00
zakaria harti
c27a430529 docs: showcase user react-leaflet (#1127) 2019-01-23 13:40:36 -08:00
Simen Bekkhus
f6342731cc fix: add margin-bottom: 0 to blog post author (#1193) 2019-01-22 09:37:11 -08:00
Yifan Ma
54a338acaa docs: showcase user Redux (#1192)
* Add Redux as a user on the user page

* Update users.js
2019-01-20 23:56:18 -08:00
Marvin Chin
4dcd6840c3 fix: missing default value for grid block content objects (#1186) 2019-01-16 00:31:27 -08:00
Zoltan Kochan
e31ecdfd0c fix: pass docusaurus-publish cli args to build command (#1185)
* fix: --skip-image-compression

The --skip-image-compression flag is passed thru to the build command

* prettier
2019-01-15 11:54:17 +08:00
Roy, Haoqiang Zhang
47bcac91f2 docs: showcase user katex (#1181) 2019-01-07 00:01:55 -08:00
Mike Perry Y Attara
3233c2c8c1 docs: replace gulp favicon with svg gulp logo (#1175)
* add Node SerialPort

* add react-native-sensors logo

* add React Native Sensors to users

* fix gulp image

* add gulp logo as svg

* Update users.js

* Update react-native-sensors.svg
2019-01-04 11:01:56 -08:00
John Watson
a42b0d7c56 Add FBT (#1179) 2019-01-03 14:57:52 -08:00
Mike Perry Y Attara
71fa542a58 docs: add React Native Sensors and Node Serialport to users (#1176)
* add Node SerialPort

* add react-native-sensors logo

* add React Native Sensors to users

* add react-native-sensors logo

* fix: fix image path for logo

* replace logo with official square logo
2019-01-02 19:20:34 -08:00
Michał Lytek
177c9c8722 docs: add TypeGraphQL to users (#1174) 2019-01-01 14:08:57 -08:00
Mike Perry Y Attara
cc5461b2c0 docs: showcase user Node SerialPort (#1163)
* add Node SerialPort

* update
2018-12-24 12:06:28 -08:00
Ahmad Alfy
6f820d6453 chore: update imagemin and its dependencies (#1162)
* Update imagemin and its dependencies

* update lockfile
2018-12-24 10:56:21 +08:00
Teimur Gasanov
28700a94a9 fix: gap on mobile devices when scrolling (#1157) 2018-12-17 10:04:30 +08:00
Joel Marcey
0a5cf8ffb2
First Birthday Post (#1156) 2018-12-14 13:02:18 -08:00