Skip to content

Commit

Permalink
generate output
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitskvmdam committed May 5, 2024
1 parent 539d98d commit 44ef308
Show file tree
Hide file tree
Showing 45 changed files with 83 additions and 65 deletions.
14 changes: 14 additions & 0 deletions demo/src/tutorials/1- Tutorial.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sample tutorial page.</title>
</head>
<body>
<article>
This is a sample tutorial page.
<div></div>
</article>
</body>
</html>
3 changes: 3 additions & 0 deletions demo/src/tutorials/tutorials.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"z"
]
},
"1- Tutorial": {
"title": "Sample Tutorial"
},
"b": {
"title": "Apple Tutorial"
},
Expand Down
2 changes: 1 addition & 1 deletion output/v4/AgentArray.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/Alive.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/Alive.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/Apple.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/Apple.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/Database.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/Energy.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/Energy.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/Environment.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/Environment.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/HideConstructor.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/Modules.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/NamespaceWithAlias.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/Statement.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/StatementIterator.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/Test.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/Tree.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/Tree.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/World.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/World.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/agentscript.js.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/v4/api.js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/global.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions output/v4/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/module-SqlJs.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/module-bookshelf.Book.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/module-bookshelf.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/module-color_mixer-Colour.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/module-color_mixer.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/obj.map.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/pieOptions.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/scripts/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ function addHrefToSidebarTitle() {

function highlightActiveLinkInSidebar() {
const list = document.location.href.split('/');
const targetURL = list[list.length - 1];
const targetURL = decodeURI(list[list.length - 1]);
let element = document.querySelector(`.sidebar a[href*='${targetURL}']`);

if (!element) {
Expand Down
2 changes: 1 addition & 1 deletion output/v4/scripts/core.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions output/v4/styles/clean-jsdoc-theme-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ p {
}

article ul {
list-style: none;

list-style: disc;
}

article ul li,
Expand All @@ -135,7 +134,7 @@ article ol li {

article ol,
article ul {
padding-left: 3rem;
padding-left: 2rem;

}

Expand Down Expand Up @@ -461,7 +460,7 @@ code {
.sidebar-title {
font-family: heading;
font-size: 1.5rem;
margin: 0;
margin: 0 0 2rem;
padding: 0 2rem;
text-decoration: none;

Expand All @@ -474,7 +473,6 @@ code {

.sidebar-items-container {
flex: 1;
margin-top: 5rem;
overflow: auto;
position: relative;

Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/styles/clean-jsdoc-theme.min.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions output/v4/tutorial-1- Tutorial.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/tutorial-a.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/tutorial-za.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion output/v4/tutorial-zza.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/core.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/styles/clean-jsdoc-theme-without-scrollbar.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/styles/clean-jsdoc-theme.min.css

Large diffs are not rendered by default.

0 comments on commit 44ef308

Please sign in to comment.