Skip to content

Commit

Permalink
Doc description
Browse files Browse the repository at this point in the history
  • Loading branch information
vitmalina committed Sep 21, 2021
1 parent 6fbc98d commit bc0c733
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
12 changes: 7 additions & 5 deletions demos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,21 @@

This folder has demo files that can run as standalone app in here, as well as website demos.

## Uploading Demos
## Uploading Demos (w2ui-website repo)

To deploy demos to w2ui.com from `w2ui-website` repository run
To deploy demos (and docs) to w2ui.com, switch to `w2ui-website` repository and run

```
gulp deploy
```

To just copy demos from `w2ui` main repository run
To just copy demos and docs run
```
gulp copy
```

It will
- copy denos `../w2ui/demos` into here
- rename `index-side.html` -> `index.html`
- copy denos `../w2ui/demos`
- rename `index-side.html` -> `index.html`
- copy docs `../w2ui/docs`
- prepare docs for website
1 change: 1 addition & 0 deletions demos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<title>w2ui Demos</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="bela-manifest" content="/w2ui/demos/specs/bela.json" />
<link rel="stylesheet" type="text/css" media="screen" href="../dist/w2ui.css" id="mainCSS" />
<link rel="stylesheet" type="text/css" media="screen" href="../libs/font-awesome/css/font-awesome.css" />
<link rel="stylesheet" type="text/css" media="screen" href="index.css"/>
Expand Down

0 comments on commit bc0c733

Please sign in to comment.