Commit graph

1354 commits

Author SHA1 Message Date
Jaril Valenciano
e613725a25 Fix button wrapping behavior on mobile (#921)
* fixed button wrapping behavior

previous+next buttons with long text now stack properly on smaller screens

* truncates function/component names of prev/next buttons

Function/component names are truncated, while regular titles are wrapped

* removed unused styles

* fixed using idx (safe getter) for previous/next titles

passed through prettier and all tests pass
2018-09-01 22:45:32 -07:00
Jaril Valenciano
7987e66bed Add new README.md for new Docusaurus projects (#930)
* added new readme.md

* Update README.md
2018-09-01 13:50:57 -07:00
Yangshun Tay
421d9b03de Add Bowler to users (#933) 2018-08-30 15:09:40 -07:00
Endilie Yacop Sucipto
88904ab37b
fix: headerNav should link to 'blog/', not 'blog' for consistency (#931)
fix: headerNav should link to 'blog/', not 'blog' for consistency
2018-08-30 19:40:53 +08:00
endiliey
10b1a38762 feat: allow user to modify generated webpack config 2018-08-30 03:30:44 +08:00
endiliey
2b5ee3e869 feat: enable custom theme with eject 2018-08-30 01:03:38 +08:00
endiliey
8c6bc6dd38 feat: able to specify host for dev (e.g: 0.0.0.0) 2018-08-30 01:00:54 +08:00
endiliey
9965eec798 feat: throw error if there is wrong field on siteConfig.js 2018-08-30 00:14:31 +08:00
Shubham Bansal
1a572757f1 feat: last updated time in docs (#913)
* Adding last updated time for docs

* Making file path general and other suggested changes

* Checking if time returned is null due to absence of git or some other issue

* Adding option to enable/disable update time feature and test-doc

* Adding simple unit tests for getGitUpdateTime()

* nits & rewrote failing test

* consistent test naming

* Adding optional updateEnableTime in documentation

* package-lock & yarn.lock
2018-08-29 21:15:18 +08:00
nchanged
5542ace288 docs: added FuseBox to users (#927) 2018-08-29 09:20:19 +08:00
Laxman
cfabaedc99 Fix: conflicting strings issue in translations (#917)
* Fix conflicting strings issue in translations

* Preserve structure of `customTranslations`

* Use `deepmerge` to merge whole of `localized-strings`

* Simplify and make deep property access on an object safe

* Fix deep property accessor and rename it to idx
2018-08-29 00:04:02 +08:00
endiliey
ef17da741a chore: nits && lint 2018-08-28 22:44:33 +08:00
Endilie Yacop Sucipto
d18b09954b Fix: transformation of url to cleanUrl / pretty url (#923)
* fix: pretty url should only remove html extension

* cleanUrl of '/index.html' should be '/'
2018-08-27 21:09:50 -07:00
endiliey
9dc4cc2ff4 chore: add another react pages examples 2018-08-26 20:35:16 +08:00
endiliey
ea37e54477 feat: hljs syntax highlighting & nits 2018-08-26 19:43:22 +08:00
Jaril Valenciano
ba76eddc87 Convert Docusaurus banner image into SVG (#915)
* replaced readme header image

Changed from .PNG to .SVG to eliminate blurriness on high-resolution screens

* compressed header .SVG

* Replaced header image in blog post

Blogpost: Introducing Docusaurus
2018-08-25 12:44:28 -07:00
endiliey
0058b20d9e chore: add missing dep & nits :( 2018-08-26 03:19:09 +08:00
endiliey
3530cbe173 test: update test webpack 2018-08-26 03:15:25 +08:00
endiliey
be3d259ac8 chore: better examples 2018-08-26 03:11:28 +08:00
endiliey
d3e12c9455 chore: update docs examples 2018-08-26 03:10:50 +08:00
Endilie Yacop Sucipto
99cc83e88c
chore: update readme 2018-08-24 10:29:44 +08:00
endiliey
23a85d9074 fix: hot reload port should not be hardcoded in case it is used 2018-08-24 00:05:50 +08:00
endiliey
1f2c8a39a9 chore: nits 2018-08-23 23:36:39 +08:00
endiliey
e13e1bffb4 feat: remove/clean your build folder(s) before building 2018-08-23 23:07:42 +08:00
endiliey
406106b67e feat: code split & use react helmet 2018-08-23 21:46:14 +08:00
Endilie Yacop Sucipto
2fa67bbc13
v1.3.3 (#912)
* v1.3.3

* nits changelog

* run npm update & yarn update

* run prettier
2018-08-23 11:48:44 +08:00
Mikalai Silivonik
6004fef658 fix: strict css/main.css routing (#904) 2018-08-22 16:38:44 +08:00
Miralem Drek
890054802d Fix console error when onPageNav !== 'separate' (#909) 2018-08-21 10:00:04 -07:00
Joel Marcey
92f95df934
Update guides-translations.md for CircleCI 2.0
Ref: #350
2018-08-20 10:48:05 -07:00
Julien Odent
0a3f0ecdc5 Renamed Sonar to Flipper (#905)
* Noticed caption was "Sonar" but redirecting to https://fbflipper.com.
* Fixed caption and renamed files for consistency.
* Moved project after FastText to keep alphabetical ordering.
* Ran prettier and included changes.

Test plan:
  npm run test && npm run prettier && npm run lint

  cd website && npm run start

Noticed projects are rendered properly and caption is now "Flipper".
2018-08-17 09:39:20 -07:00
Seven Du
e79e67ad2b Add Plus (ThinkSNS+) to users (#903)
* Add Plus(ThinkSNS+) using user link

https://github.com/slimkit/plus

* Add files via upload

* readme Plus logo filename

* Update users.js
2018-08-14 01:09:28 -07:00
Apurav Chauhan
acd4f3f984 Update getting started page to be more intuitive (#900)
* Updating step 2 to be more intuitive

Use of word Github is very confusing. When starting, most of devs wont have an existing github repo. And normally not everyone will be using Github. Since devs will be following this step by step: we need to stress on telling them to create a new or use existing local project folder which may or may not be a github repo.

* Update getting-started-installation.md
2018-08-13 01:29:45 -07:00
endiliey
5e5488f1ea chore: update changelog 2018-08-12 23:59:41 +08:00
endiliey
bf1e30dc52 dep: use forked version of static-generator-webpack-plugin 2018-08-12 23:17:56 +08:00
endiliey
3eb9823105 test: validate generated webpack config instead of compiling 2018-08-12 23:17:39 +08:00
endiliey
1564edae4c feat: add .css webpack loader 2018-08-12 22:49:14 +08:00
Yong-Siang Shih
8de57b5c0c fix: add baseUrl to sitemap URLs (#902) 2018-08-12 18:49:45 +07:00
endiliey
ea706d2830 feat: hash the webpack-compiled js file 2018-08-11 16:29:52 +08:00
endiliey
d33343b7c6 feat: use ejs to build html template 2018-08-11 16:25:29 +08:00
endiliey
f07e7791fa test: compile webpack config for dev and prod 2018-08-11 15:22:05 +08:00
Endilie Yacop Sucipto
8f9f7a5602 Fix correct linking when setting defaultVersionShown to non-latest version (#894) 2018-08-10 23:49:52 -07:00
endiliey
a4f0ed7c94 test: more timeout for webpack compile test 2018-08-11 14:23:11 +08:00
endiliey
0f28b6f311 test: fix load test 2018-08-11 14:22:50 +08:00
endiliey
15ce4a95e2 chore: eslint & prettier nits 2018-08-11 02:54:34 +08:00
endiliey
a4cc782858 test: test compile dev/prod webpack config 2018-08-11 02:50:41 +08:00
endiliey
80204b5617 chore: remove bundle analyzer 2018-08-11 02:50:11 +08:00
endiliey
8a5807418d test: genRoutesConfig 2018-08-11 01:34:35 +08:00
endiliey
084063eabe chore: eslint & prettier nits 2018-08-11 01:33:24 +08:00
endiliey
8f493605ad test: load pages 2018-08-11 01:03:46 +08:00
endiliey
cfd11fbb6d test: utils for load 2018-08-11 00:38:22 +08:00