Endi
a124929b41
chore(v2): upgrade deps ( #1646 )
2019-07-10 23:15:14 +07:00
Endi
d57110d15c
feat(v2): minor webpack build perf optimization ( #1612 )
...
* feat(v2): improve webpack build time
* revert devtool
* nits
* nits
* prettier
2019-07-10 22:12:07 +07:00
Wei Gao
95fde5f827
docs(v2): refactor docs for better outline and welcoming PRs ( #1641 )
...
* docs(v2): refactor docs for better outline and welcoming PRs
* docs(v2): update docs
2019-07-07 23:14:49 -07:00
Yangshun Tay
e5e085b33d
chore(v2): make v2 docs plugin legacy ( #1639 )
...
* chore(v2): make v2 docs plugin legacy
* chore(v2): update fixtures
2019-07-05 17:20:46 -07:00
Yangshun Tay
702dba1c81
docs(v2): add README for template
2019-07-05 16:05:29 -07:00
Sam Zhou
75c7cffe97
docs(v2): add docs about CNAME support in deployment ( #1637 )
...
* Update deployment.md
* Update deployment.md
* Update deployment.md
2019-07-05 11:18:46 -07:00
James George
d8b5323836
misc(v2): refactor utils code to be slightly more concise ( #1633 )
2019-07-05 11:16:57 -07:00
Torkel Rogstad
1c0d5f0135
docs: add Bitcoin-S to users ( #1635 )
...
* Add Bitcoin-S to users list
* Update users.js
2019-07-04 18:37:34 -07:00
Wei Gao
03eae0f274
docs(v2): initialize doc on styling ( #1626 )
2019-07-02 23:13:09 -07:00
Wei Gao
504fcb1b4a
docs(v2): plugins ( #1629 )
2019-07-02 23:12:22 -07:00
PA
725219716f
feat: use primary color for highlighted items in table of contents ( #1628 )
...
Currently the items in table of contents are highlighted as bold based on items being
viewed on the screen or as the user scrolls up/down on a page. Added the `primaryColor`
of the site's configuration to make the current section being viewed standout more
in the table of content.
closes #1608
2019-07-02 23:09:14 -07:00
James George
f4effe49fc
chore: minor refactor ( #1630 )
...
* feat: minor refactor
* Minor fix
* Update init.ts
2019-06-29 22:38:39 -07:00
Wei Gao
a6736dd8dc
feat(v2): report port number when starting dev server ( #1582 )
...
* feat(v2): report port number when starting dev server
* Attempt to print dev server URL
* Use digit dino
* Resolve merge conflict
* remove dino
2019-06-24 15:17:13 +07:00
Jakob Kerkhove
80df0c00f2
misc: CircleCI badge in README ( #1623 )
...
* Remove circleCI badge from README.md
It seems the circleCI setup is no longer active, probably in favour of using netlify.
Therefore I removed the badge from the README
* Update README.md
* Update README.md
* Update README.md
2019-06-23 15:26:32 -07:00
Wei Gao
d1418af5ba
chore(v2): tweak installation doc ( #1621 )
...
- generated site to match what is described in the doc
- minor changes in the installation page
2019-06-23 10:32:10 -07:00
Parth Patel
db44eccac3
fix: replace apostrophe with empty string in header slugification ( #1618 )
...
* Replace apostrophe with empty string in header
This change is to replicate the github behviour with respect to apostrophe in
headers. When there is an apostrophe in a header, github replaces it with empty string
when creating an anchor link to that header. Docusaurus should follow the same convention.
2019-06-21 17:40:04 -07:00
Dennis Effa Amponsah
9e84525bcf
docs: showcase user Libra ( #1616 )
2019-06-21 17:16:51 -07:00
spaghettiwews
177b13c5b6
docs: showcase user paynow ( #1619 )
2019-06-21 08:51:06 -07:00
Danny Hurlburt
6dbada2f08
docs: minor grammar fix in blog guide ( #1614 )
2019-06-19 10:49:38 -07:00
Danny Hurlburt
8ea6e5688f
docs: fix reference to publishing steps ( #1613 )
2019-06-17 11:15:32 -07:00
Yangshun Tay
49cfdeb42b
feat: make blog posts unlisted only in production
2019-06-15 10:32:43 -07:00
Yangshun Tay
ffbc7a37f8
refactor(v2): move source files to be under website/src directory ( #1609 )
...
* refactor(v2): move source files to be under website/src directory
* misc: rename src constant
2019-06-15 09:59:23 -07:00
Ólafur Páll Geirsson
da3c91373e
feat: add "unlisted" front matter option for blog posts ( #1396 )
...
* Add `unlisted` header option for blog posts, fixes #1393 .
Previously, the blog sidebar listed the most recent blog posts sorted by
their publish date. This commit adds the ability to hide a specific blog
post from the sidebar and the feed of all blog posts by adding the
`unlisted: true` header option.
```md
title: My Draft Post
unlisted: true # Hide from blog sidebar and main blog page feed.
---
```
* Rename "unlisted" into "draft".
2019-06-15 09:24:15 -07:00
Endi
60f9228d67
chore(v2): upgrade typescript deps ( #1611 )
2019-06-16 00:00:12 +08:00
Oscar Walter
a5996829ef
fix: require babel dependencies directly ( #1575 )
...
**What it does:**
- Directly require babel dependencies instead of asking babel to do it.
2019-06-14 12:58:46 +08:00
Eric Buss
a9e2194f14
docs: showcase user Apify SDK ( #1595 )
...
* Update users.js
* Add files via upload
* Update users.js
* Update users.js
2019-06-13 09:07:25 -07:00
Shawn Tabrizi
b1023aa9ac
fix: remove the Container
component from the docsNavContainer
( #1599 )
...
In this case, the `docsNavContainer` does not pick up any styles or attributes from the `container` component it is wrapped in.
It does however pick up the pesky `.container` className, which when paired with bootstrap, messes up the styling of the top navigation in mobile.
This change is completely non-destructive, but helps enable the use of bootstrap on top of Docusaurus.
2019-06-13 09:05:41 -07:00
Wei Gao
6bdb38c524
docs(v2): revise introduction ( #1602 )
...
* docs(v2): revise introduction
* Review changes
2019-06-13 09:01:06 -07:00
Shawn Tabrizi
cf09d958e8
docs: add Substrate to users ( #1604 )
...
* Include the Substrate project to list of users
* Add Substrate logo file
2019-06-13 08:57:29 -07:00
Braden Snell
689e094147
docs: add Type Route to users ( #1600 )
...
* adds Type Route to users
* Update users.js
* Update users.js
2019-06-11 19:08:17 -07:00
Yangshun Tay
2d7a456208
misc(v2): misc fixes
2019-06-10 22:20:12 -07:00
Eric Buss
ccff6ed71f
docs: showcase user codecept ( #1596 )
...
* Update users.js
* Add files via upload
* Update users.js
* Add files via upload
* Delete apify.svg
2019-06-10 00:59:34 -07:00
Yangshun Tay
8a6f8ef9c3
fix(v2): make Google analytics and Google gtag plugins work
2019-06-10 00:48:38 -07:00
Yangshun Tay
cfffad8c6d
feat(v2): implement Google analytics plugin
2019-06-10 00:16:06 -07:00
Yangshun Tay
7375789e46
feat(v2): implement Google gtag plugin
2019-06-09 23:21:36 -07:00
Yangshun Tay
dcd1b89ac0
refactor(v2): tweak classic template
2019-06-09 21:38:45 -07:00
Yangshun Tay
38a5e4d615
feat(v2): implement client lifecycles dispatcher ( #1591 )
...
* WIP feat(v2): implement client lifecycles dispatcher
* misc(v2): remove testing files
2019-06-08 22:35:14 -07:00
Wei Gao
e2338bd0c2
docs(v2): minor revisions on live coding docs ( #1594 )
...
* Use relative file path in md
* Need .md file extention in link
* docs(v2): minor revisions on live coding block
2019-06-09 12:04:37 +08:00
Yangshun Tay
3496f6e609
v1.11.1 ( #1592 )
...
* v1.11.1
* chore: publish new website
* misc: fix tests
2019-06-08 10:56:21 -07:00
Joel Marcey
b2fe2a65c8
docs: add more clarity about markdown fields ( #1589 )
...
I wanted to enable superscript and subscripting to a v1 site. It wasn't quite clear how to do it. @yangshun helped me figure it out. So I thought I would document it.
2019-06-07 12:55:24 -07:00
Wei Gao
111a21ea08
fix(v2): browser window styles on smaller screen ( #1586 )
2019-06-07 09:32:52 -07:00
Endi
1aa0ea1152
fix(v2): handle case when <code> children is not a string ( #1584 )
2019-06-07 08:54:26 -07:00
Endi
d98b4c50d2
refactor(v2): move core typing to types.ts ( #1585 )
...
* refactor(v2): move typing to types.ts
* nits
2019-06-07 20:00:56 +07:00
Yangshun Tay
bc761d41ad
refactor(v2): improve PendingNavigation to not use componentWillReceiveProps ( #1583 )
...
* refactor(v2): improve PendingNavigation to not use componentWillReceiveProps
* misc(v2): add TODO
2019-06-07 00:34:39 -07:00
Wei Gao
ebfb585741
feat(v2): doc page layout changes ( #1580 )
...
* feat(v2): doc page layout changes
- Add a max-width to main content
- Use 17px font size on large screen
- Add a border-right to sidebar
2019-06-07 14:32:45 +08:00
Wei Gao
96c048b040
docs(v2): remove links to other page that looks like partial toc ( #1579 )
2019-06-06 11:53:38 -07:00
endiliey
1fecdb7d02
v2.0.0-alpha.19
2019-06-07 00:52:48 +08:00
endiliey
ebc23e13e4
chore(v2): update changelog
2019-06-07 00:49:40 +08:00
Endi
26e4c1d883
fix(v2): fix scrolling problem for location with hash ( #1576 )
2019-06-06 23:28:28 +07:00
Yangshun Tay
fd8c02b1dd
chore(v2): upgrade Infima to 0.2.0-alpha.2 ( #1577 )
2019-06-06 23:28:01 +07:00