Skip to content

Commit

Permalink
Deploying to gh-pages from @ 158dfb4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Jul 30, 2024
1 parent 7c7b033 commit 8488073
Show file tree
Hide file tree
Showing 8 changed files with 292 additions and 264 deletions.
2 changes: 1 addition & 1 deletion documentation/module-SqlJs.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion documentation/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 documentation/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 documentation/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 documentation/styles/clean-jsdoc-theme.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 8488073

Please sign in to comment.