wails/website
2022-09-20 18:20:53 +10:00
..
.vscode feat(website): repair document content (#1775) 2022-08-22 19:59:28 +10:00
blog Fix LHS blog navigation. Updated blog. Add missing garble flags in CLI doc 2022-09-20 10:29:27 +10:00
docs Fix LHS blog navigation. Updated blog. Add missing garble flags in CLI doc 2022-09-20 10:29:27 +10:00
i18n Remove "Built with docusaurus" text 2022-09-20 07:36:25 +10:00
src More CSS changes 2022-09-20 18:20:53 +10:00
static feat(website): optimize and improve documentation 2022-09-19 20:02:30 +08:00
versioned_docs Fix slider images. Resize varly image and limit max width. Remove announcement. 2022-09-19 16:49:22 +08:00
versioned_sidebars v2.0.0-rc.1 (#1846) 2022-09-13 11:47:13 +10:00
.gitignore [v2] Docs update 2021-09-27 19:37:58 +10:00
.prettierrc feat: optimize documentation website (#1849) 2022-09-18 22:01:50 +10:00
babel.config.js refactor(website): upgrade site to docusaurus@2.0.0-beta.17 (#1223) 2022-03-30 21:49:19 +11:00
crowdin.yml feat: optimize documentation website (#1849) 2022-09-18 22:01:50 +10:00
docusaurus.config.js Remove "Built with docusaurus" text 2022-09-20 07:36:25 +10:00
package-lock.json feat: optimize documentation website (#1849) 2022-09-18 22:01:50 +10:00
package.json feat: optimize documentation website (#1849) 2022-09-18 22:01:50 +10:00
README.md refactor(website): upgrade site to docusaurus@2.0.0-beta.17 (#1223) 2022-03-30 21:49:19 +11:00
sidebars.js fix(website): fix link (#1785) 2022-08-24 06:22:48 +10:00
versions.json feat: optimize documentation website (#1849) 2022-09-18 22:01:50 +10: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 opens 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

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> 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.