5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 21:29:09 +08:00
wails/website
Misite Bao 18dae3c5f0
Reorganized contribution guidelines page (#1784)
* feat(website): update dependencies

* docs: reorganized contribution guidelines page

* feat(website): modify the side directory configuration

* chore: update issue documentation template and configuration
2022-08-23 23:49:23 +10:00
..
.vscode feat(website): repair document content (#1775) 2022-08-22 19:59:28 +10:00
blog feat(website): repair document content (#1775) 2022-08-22 19:59:28 +10:00
docs feat(website): change contribution guide type from "doc" to "page" (#1777) 2022-08-23 20:52:56 +10:00
i18n feat(website): change contribution guide type from "doc" to "page" (#1777) 2022-08-23 20:52:56 +10:00
src Reorganized contribution guidelines page (#1784) 2022-08-23 23:49:23 +10:00
static feat(website): repair document content (#1775) 2022-08-22 19:59:28 +10:00
versioned_docs v2.0.0-beta.44 2022-08-20 09:58:18 +10:00
versioned_sidebars v2.0.0-beta.44 2022-08-20 09:58:18 +10:00
.gitignore [v2] Docs update 2021-09-27 19:37:58 +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
docusaurus.config.js Reorganized contribution guidelines page (#1784) 2022-08-23 23:49:23 +10:00
package-lock.json Bump terser from 5.12.0 to 5.14.2 in /website (#1627) 2022-07-21 07:49:09 +10:00
package.json Reorganized contribution guidelines page (#1784) 2022-08-23 23:49:23 +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 feat(website): change contribution guide type from "doc" to "page" (#1777) 2022-08-23 20:52:56 +10:00
versions.json feat(website): repair document content (#1775) 2022-08-22 19:59:28 +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.