You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2) go to the `javascript-algorithms-docs` folder and change current branch to `gh-pages`:
28
+
29
+
```Bash
30
+
git checkout gh-pages
31
+
```
32
+
33
+
Now you can see `index.html` file in this folder and open it in your browser.
34
+
35
+
**To update .html files with documentation**
36
+
37
+
Go to the `javascript-algorithms` folder and call:
38
+
39
+
```Bash
40
+
gulp jsdoc
41
+
```
24
42
25
-
`gulp jsdocs` inside `javascript-algorithms` folder. Content of the `javascript-algorithms-docs`will be updated and you will be able to look it in your browser.
43
+
and all files in `javascript-algorithms-docs`folder will be updated.
0 commit comments