Commit graph

2757 commits

Author SHA1 Message Date
Endi
f77e96d28d fix(v2): missing deps from preset-classic (#1662)
* fix(v2): missing deps from preset-classic

* nits

* changelog

* Update CHANGELOG.md
2019-07-14 08:24:54 -07:00
endiliey
dc15a51745 v2.0.0-alpha.21 2019-07-14 18:54:53 +07:00
Endi
e3c0803c0a
fix(v2): Fix babel-loader not transpiling docusaurus package (#1661) 2019-07-14 18:40:20 +07:00
endiliey
ea19b35e90 docs(v2): better install docs 2019-07-14 17:58:25 +07:00
endiliey
307f384684 v2.0.0-alpha.20 2019-07-14 17:36:40 +07:00
endiliey
568d9fd7dd chore(v2): update changelog 2019-07-14 17:32:48 +07:00
Yangshun Tay
281f02279f
feat(v2): add showcase page (#1660)
* feat(v2): add showcase page

* misc(v2): shift users out of pages to prevent it from being treated as a page

* misc(v2): update title
2019-07-13 21:44:40 -07:00
Yangshun Tay
c021367a18
docs(v2): proofread docs for alpha.20 (#1658)
* docs(v2): proofread docs for alpha.20

* docs(v2): update creating pages doc

* docs(v2): further updates to creating pages doc

* chore(v2): update CHANGELOG
2019-07-13 19:21:39 -07:00
Hongarc
9266dda072 docs: showcase user Almond (#1659) 2019-07-13 17:37:15 -07:00
Endi
d61cc01217
feat(v2): @docusaurus/init package (#1655)
* feat(v2): separate v2 docusaurus/init package

* nits

* docs

* rm unwanted

* readme
2019-07-14 01:06:23 +07:00
Endi
22ce04d3fb feat(v2): better splitchunks and babel default (#1653)
* feat(v2): better splitchunks and babel default

* common chunks

* chunks: all
2019-07-13 10:38:48 -07:00
Endi
9e9ad1f2b8 fix(v2): clicking logo on mobile sidebar should go to homepage (#1657) 2019-07-13 10:33:12 -07:00
endiliey
44beeeaaee chore: fix deploy v1 website error 2019-07-13 20:54:37 +07:00
Endi
811cd9137e
chore: move bitcoin-s image logo to correct site (#1654)
* chore: move bitcoin logo to correct place

* optimize img
2019-07-13 20:22:44 +07:00
Endi
1f5f06134f feat(v2): render 404 html page (#1652) 2019-07-13 03:57:09 -07:00
Endi
ca67cad2a7
feat(v2): add more essential meta tags (#1651)
* feat(v2): add more essential meta tags

* nits tagline
2019-07-13 01:23:00 +08:00
Anurag Goel
ee2050d612 docs: add Render hosting guide (#1615)
* Add Render deployment guide

* Add guide for Docusaurus 2

* Update guide for v2
2019-07-12 09:58:23 -07:00
Endi
83e8e440fa
chore(v2): upgrade mdx deps (#1650) 2019-07-13 00:42:52 +08:00
Wei Gao
2491c53ba9 feat(v2): improve seo (#1588)
* feat(v2): improve seo

- Add doc specific seo information
- Add twitter meta tags to seo in theme Layout

* Cannot use svg in SEO image

* Add docs about SEO

* add site default image for seo

* Resolve PR discussion

* Add `image` to config optional fields

* Use theme config instead of root config for image, rename in front matter

* Use absolute url for image (wont work on preview)

* update docs for frontmatter field for seo

* refactor

* pages seo

* fix

* nits again'
2019-07-13 00:23:49 +08:00
Danny Hurlburt
684a2461bd docs: Fix Rendering of <AUTOGENERATED_TABLE_OF_CONTENTS> Tag on API - Markdown Features Page (#1617) 2019-07-12 23:32:52 +08:00
Bruno Vego
7b7d1e6161 feat(v2): CodeBlock copy button (#1643)
* feat(v2): CodeBlock copy button

* fix: live theme editor breaking bug
2019-07-12 12:55:56 +07:00
Saugat Acharya
4faa608edd docs(v1): introduce docsSideNavCollapsible in siteConfig.js (#1649)
* Add information for docsSideNavCollapsible

* Add trailing comma
2019-07-11 21:30:19 -07:00
Endi
295ee65bf8
docs(v2): add docs on static assets (#1648)
* docs(v2
): add docs on static assets

* Update static-assets.md
2019-07-12 11:01:37 +07:00
Endi
b2558ac379
fix: wrong bootstrapped footer social links (#1647) 2019-07-10 23:45:17 +07:00
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