Commit graph

1999 commits

Author SHA1 Message Date
Endi
e6444c0d4d
fix(v2): webpack modules resolve should prioritize @docusaurus/core own deps (#1907)
* fix(v2): webpack modules resolve should prioritize own deps

* nits
2019-10-29 14:43:27 +07:00
Yangshun Tay
f635f9aba2
docs(v2): code block line highlighting (#1904)
* docs(v2): code block line highlighting

* misc: update CHANGELOG

* misc: respond to review

* docs: add line highlighting to the template
2019-10-29 14:59:24 +08:00
Endi
7714afb00f fix(v2): accessing /docs or /docs/xxxx should not be empty (#1903)
* fix(v2): nested routes should have wildcard/ not found page too

* better fix

* nits

* space
2019-10-29 02:37:30 +08:00
Yangshun Tay
b6667a072c misc(v2): improve index page SEO score 2019-10-29 00:06:39 +08:00
Agus Fikri Suyuthi
3f4c805016 misc: update URLs to non-HTML versions (#1902)
* Update README.md - Fix Broken Link

* misc: update URLs to non-HTML versions
2019-10-27 20:06:11 -07:00
Agus Fikri Suyuthi
3172602201 docs(v1): remove user Vasern (#1901) 2019-10-27 19:09:14 -07:00
Alexey Pyltsyn
9c69dfd240 feat(v2): allow line highlighting (#1860)
* feat(v2): allow line highlighting

* Refactor: use parse-numeric-range for parsing

* Add line highlighting for live code blocks

* feat(v2): add sticky footer (#1855)

* feat(v2): add sticky footer

* Update CHANGELOG-2.x.md

* Update CHANGELOG-2.x.md

* fix(v2): remove empty doc sidebar container (#1870)

* docs: showcase user Amphora (#1873)

* Add Amphora Data link to users

Adds Amphora Data to the list of users

* Add Amphora Data logo

* fix case of image path

* Move Image into users directory

* use black amphora image

* fix(v2): fix search input blur on desktop (#1874)

* docs(v2): showcase user mbt-bundle (#1875)

* feat(v2): postcss should only use stage 3 features instead of stage 2 (#1872)

* feat(v2): add ability expand all items in doc sidebar (#1876)

* feat(v2): add ability expand all items in doc sidebar

* Fix tests

* Refactor: use themeConfig

* Improve docs

* Revert unnecessary  changes

* Refactor: better consistency

* Revert extra change

* Refactor: use useDocusaurusContext to get config value

* chore(v2): update changelog

* chore(v2): update showcase and broken link

* perf(v2): disable hash for css modules localident in dev (#1882)

* perf(v2): disable hash for css modules localident in dev

* changelog

* feat(v2): display footer in docs page for consistency (#1883)

* feat(v2): display footer in docs page

* nits

* address review

* nits

* docs(v2): fix format inline code (#1888)

* docs(v2): add docs on useful client api (#1890)

* docs(v2): add docs on useful client api

* Update docusaurus-core.md

* Update website/docs/docusaurus-core.md

* Update website/docs/docusaurus-core.md

* Update website/docs/docusaurus-core.md

* Update website/docs/docusaurus-core.md

* docs(v2): update config docs (#1885)

* fix(v2): do not show categories with empty items (#1891)

* styles(v2): update infima and fix styles (#1892)

* fix(v2): wrong css class

* v2.0.0-alpha.31

* chore(v2): update docs and changelog

* docs(v2): update plugins, presets and themes docs (#1889)

* docs(v2): update plugins, presets and themes docs

* ideal image plugin

* proof reading

* Merge master

* refactor(v2): Convert sitemap plugin to TypeScript (#1894)

* Convert sitemap plugin to TypeScript

Test - enabled the sitemap plugin in the v2 website and verified that
the sitemap is created after running `docusaurus build`.

* Addressing review comments

* perf(v2): significantly reduce bundle size & initial html payload (#1898)

* perf(v2): reduce bundle size significantly with super short chunk name and registry

* changelog

* use hash:8 as id for better long term caching

* even shorter filename. slice contenthash

* fix(v2): align search icon on small width device (#1893)

* fix(v2): align search icon on small width device

* nits

* nits

* refactor(v2): refactor dark toggle into a hook (#1899)

* change(v2): refactor dark toggle into a theme

* follow how themes resolve files

* let theme hook to pick up default theme by itself

* perf(v2): reduce memory usage consumption (#1900)

* misc(v1): use primary color for hovered items in table of contents (#1871)

* fix issue#1752

when element in side nav is hovered over the color changes.

* Update main.css

* fix(v1): mobile safari search input misalignment in header (#1895)

* misc(v2): v1 backward compatibility for USE_SSH env var (#1880)

* misc(v2): address comments

* misc(v2): update CHANGELOG
2019-10-27 15:19:28 -07:00
Yunus Rahbar
812a30be57 misc(v2): v1 backward compatibility for USE_SSH env var (#1880)
* misc(v2): address comments

* misc(v2): update CHANGELOG
2019-10-27 14:36:45 -07:00
Jacob Sarnowski
421598eb65 fix(v1): mobile safari search input misalignment in header (#1895) 2019-10-27 13:19:52 -07:00
blitz137
f14b6eee39 misc(v1): use primary color for hovered items in table of contents (#1871)
* fix issue#1752

when element in side nav is hovered over the color changes.

* Update main.css
2019-10-27 13:17:30 -07:00
Endi
98679b58f8 perf(v2): reduce memory usage consumption (#1900) 2019-10-27 13:10:51 -07:00
Wei Gao
01f4d9a955 refactor(v2): refactor dark toggle into a hook (#1899)
* change(v2): refactor dark toggle into a theme

* follow how themes resolve files

* let theme hook to pick up default theme by itself
2019-10-27 13:02:59 -07:00
Endi
84462e218e fix(v2): align search icon on small width device (#1893)
* fix(v2): align search icon on small width device

* nits

* nits
2019-10-27 07:11:09 -07:00
Endi
fabaf7772b perf(v2): significantly reduce bundle size & initial html payload (#1898)
* perf(v2): reduce bundle size significantly with super short chunk name and registry

* changelog

* use hash:8 as id for better long term caching

* even shorter filename. slice contenthash
2019-10-27 07:09:19 -07:00
Pawel Kadluczka
c23f981f67 refactor(v2): Convert sitemap plugin to TypeScript (#1894)
* Convert sitemap plugin to TypeScript

Test - enabled the sitemap plugin in the v2 website and verified that
the sitemap is created after running `docusaurus build`.

* Addressing review comments
2019-10-27 14:44:53 +07:00
Endi
2bbfbf88d6
docs(v2): update plugins, presets and themes docs (#1889)
* docs(v2): update plugins, presets and themes docs

* ideal image plugin

* proof reading

* Merge master
2019-10-26 15:10:48 +07:00
endiliey
242c9e0c29 chore(v2): update docs and changelog 2019-10-26 14:16:04 +07:00
endiliey
d4342dcbf3 v2.0.0-alpha.31 2019-10-26 14:12:15 +07:00
endiliey
3cc1330b3e fix(v2): wrong css class 2019-10-26 13:36:06 +07:00
Endi
9fdda55672 styles(v2): update infima and fix styles (#1892) 2019-10-25 22:06:06 -07:00
Alexey Pyltsyn
60a4d1dd60 fix(v2): do not show categories with empty items (#1891) 2019-10-25 20:25:49 -07:00
Endi
a9f752cf23
docs(v2): update config docs (#1885) 2019-10-25 23:35:02 +07:00
Endi
a149f775ad
docs(v2): add docs on useful client api (#1890)
* docs(v2): add docs on useful client api

* Update docusaurus-core.md

* Update website/docs/docusaurus-core.md

* Update website/docs/docusaurus-core.md

* Update website/docs/docusaurus-core.md

* Update website/docs/docusaurus-core.md
2019-10-25 23:25:43 +07:00
Alexey Pyltsyn
11548da4cd docs(v2): fix format inline code (#1888) 2019-10-25 21:46:06 +07:00
Endi
b3479682eb
feat(v2): display footer in docs page for consistency (#1883)
* feat(v2): display footer in docs page

* nits

* address review

* nits
2019-10-25 14:14:35 +07:00
Endi
8bcb5dcfce perf(v2): disable hash for css modules localident in dev (#1882)
* perf(v2): disable hash for css modules localident in dev

* changelog
2019-10-25 00:01:21 -07:00
endiliey
6afe6b3559 chore(v2): update showcase and broken link 2019-10-25 13:29:28 +07:00
endiliey
3acf880411 chore(v2): update changelog 2019-10-24 22:15:39 +07:00
Alexey Pyltsyn
ce6a725ff5 feat(v2): add ability expand all items in doc sidebar (#1876)
* feat(v2): add ability expand all items in doc sidebar

* Fix tests

* Refactor: use themeConfig

* Improve docs

* Revert unnecessary  changes

* Refactor: better consistency

* Revert extra change

* Refactor: use useDocusaurusContext to get config value
2019-10-24 21:36:46 +07:00
Endi
22fb8698c5 feat(v2): postcss should only use stage 3 features instead of stage 2 (#1872) 2019-10-23 22:25:10 -07:00
Tien Vo Xuan
91703eb728 docs(v2): showcase user mbt-bundle (#1875) 2019-10-23 22:03:37 -07:00
Alexey Pyltsyn
0e66c908a9 fix(v2): fix search input blur on desktop (#1874) 2019-10-23 22:00:51 -07:00
Rian Finnegan
262dca387a docs: showcase user Amphora (#1873)
* Add Amphora Data link to users

Adds Amphora Data to the list of users

* Add Amphora Data logo

* fix case of image path

* Move Image into users directory

* use black amphora image
2019-10-23 21:17:26 -07:00
Alexey Pyltsyn
11f99774e0 fix(v2): remove empty doc sidebar container (#1870) 2019-10-22 18:47:45 -07:00
Alexey Pyltsyn
68d5adfc2c feat(v2): add sticky footer (#1855)
* feat(v2): add sticky footer

* Update CHANGELOG-2.x.md

* Update CHANGELOG-2.x.md
2019-10-22 17:16:39 -07:00
endiliey
b65c1b2242 v2.0.0-alpha.30 2019-10-22 12:23:55 +07:00
Endi
4c4e6ad773
fix(v2): fix babel transpilation include/exclude logic (#1868)
* fix(v2): fix babel transpilation include/exclude logic

* nits

* optimize

* docs migration before alpha.30 hotfix
2019-10-22 12:17:00 +07:00
endiliey
b56adb7ca1 v2.0.0-alpha.29 2019-10-21 19:28:36 +07:00
endiliey
7febe9ef94 chore(v2): bump core-js version 2019-10-21 19:26:47 +07:00
Endi
484526443e
fix(v2): fix missing deps and wrong babel config (#1867)
* fix(v2): fix missing deps and wrong babel config

* nits
2019-10-21 18:40:55 +07:00
Endi
e5bb7c2ab8
feat(v2): new ui progress bar (#1866) 2019-10-21 18:32:23 +07:00
endiliey
1e7f45d90a docs(v2): update outdated migration guide 2019-10-21 12:32:17 +07:00
endiliey
87866c1d1d v2.0.0-alpha.28 2019-10-21 12:28:12 +07:00
Endi
1844c2bdd6
chore(v2): upgrade dependencies (#1865)
* chore(v2): upgrade dependencies

* nits
2019-10-21 12:25:30 +07:00
Endi
abdc647b07
feat(v2): polyfill automatically depending on browserslist (#1857)
* feat(v2): polyfill corejs and ie11 compat

* use corejs/stable

* useBuiltIns => usage instead of entry

* chngelo

* nits

* breaking: withBaseUrl -> useBaseUrl

* nits

* loose mode for faster perf and smaller bundle
2019-10-21 11:09:16 +07:00
Yangshun Tay
ee936f62b5 fix(v2): fix incorrect keywords meta tag (#1863) 2019-10-21 10:51:47 +07:00
Yangshun Tay
954f1a6827
misc: fix typo in CHANGELOG 2019-10-20 12:45:42 -07:00
Yangshun Tay
f2e800ba6a
v1.14.0 (#1864) 2019-10-20 12:36:12 -07:00
Eric Ponvelle
5b3859d00b docs(v1): document how to include Google Fonts (#1852)
* Update api-site-config.md

Added a piece of text from the set-up guide to enable Google Fonts.

* Update api-site-config.md

* Update api-site-config.md
2019-10-20 12:22:35 -07:00
Yangshun Tay
a690d34af0
feat(v1): allow specifying meta desc in front matter (#1859)
* feat(v1): allow specifying meta desc in front matter

* misc(v2): sync with v1
2019-10-20 11:17:10 -07:00