GitXplorerGitXplorer
i

lux-docs

public
2 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
228a0ba81e05f58b3af7ad53fb8a009aa1544d5f

v0.4.0 (#11)

iigoogolx committed 18 days ago
Verified
aa48a68b8054097c452b8d8369906522a1772e56

ci: upgrade node (#10)

iigoogolx committed 3 months ago
Verified
a3c646d18211f212aa72bb28d2bf185f7d059623

chore: v0.3.4 (#9)

iigoogolx committed 3 months ago
Verified
d9b5575d9f1cfce394c5c651cb8ebbcebdf2d9f6

0.3.3 (#8)

iigoogolx committed 3 months ago
Verified
5fe32e34885dbc7dbb1f7ef037936ce3c185ffb7

V0.3.2 (#7)

iigoogolx committed 4 months ago
Unverified
3a0393ad5b0bb534139d9e9c21af6ddf143b5f94

chore: upgrading to Docusaurus v3

iigoogolx committed 6 months ago

README

The README file for this repository.

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.