docusaurus/packages/docusaurus-init/templates/facebook
2020-01-06 10:24:19 +08:00
..
blog fix(v2): change 'Simple' to 'Simply' on template blog entries (#2191) 2020-01-06 10:24:19 +08:00
docs feat(v2): add Facebook Docusaurus 2 template (#2124) 2019-12-15 17:16:27 +08:00
src feat(v2): add ESLint to Facebook template (#2155) 2019-12-29 16:39:28 +08:00
static/img feat(v2): add Facebook Docusaurus 2 template (#2124) 2019-12-15 17:16:27 +08:00
.eslintrc.js feat(v2): add ESLint to Facebook template (#2155) 2019-12-29 16:39:28 +08:00
.prettierignore feat(v2): add Prettier to Facebook template (#2156) 2019-12-29 20:36:41 +08:00
.prettierrc feat(v2): add Prettier to Facebook template (#2156) 2019-12-29 20:36:41 +08:00
docusaurus.config.js feat(v2): add ESLint to Facebook template (#2155) 2019-12-29 16:39:28 +08:00
gitignore feat(v2): add Facebook Docusaurus 2 template (#2124) 2019-12-15 17:16:27 +08:00
package.json feat(v2): add Prettier to Facebook template (#2156) 2019-12-29 20:36:41 +08:00
README.md feat(v2): add ESLint to Facebook template (#2155) 2019-12-29 16:39:28 +08:00
sidebars.js feat(v2): add ESLint to Facebook template (#2155) 2019-12-29 16:39:28 +08:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

$ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

Continuous Integration

Some common defaults for linting/formatting have been set for you. If you integrate your project with an open source Continuous Integration system (e.g. Travis CI, CircleCI), you may check for issues using the following command.

$ yarn ci