Skip to content

Commit

Permalink
Deployed 050bea0 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Sep 16, 2024
1 parent 3e719af commit b7cd990
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions js/open_in_new_tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function pdf_new_window ()
}
let links = document.getElementsByTagName("a");
for (let eleLink=0; eleLink < links.length; eleLink ++) {
if ((links[eleLink].href.indexOf('.pdf') !== -1)||(links[eleLink].href.indexOf('.doc') !== -1)||(links[eleLink].href.indexOf('.docx') !== -1)) {
if ((links[eleLink].href.indexOf('.pdf') !== -1)||(links[eleLink].href.indexOf('.doc') !== -1)||(links[eleLink].href.indexOf('.json') !== -1)||(links[eleLink].href.indexOf('.docx') !== -1)) {
links[eleLink].onclick =
function() {
window.open(this.href);
Expand All @@ -42,4 +42,4 @@ if (typeof document$ !== "undefined") {
document$.subscribe(function() {
apply_rules();
})
}
}
16 changes: 8 additions & 8 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,34 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://builder555.github.io/PineSAM/</loc>
<lastmod>2024-09-09</lastmod>
<lastmod>2024-09-16</lastmod>
</url>
<url>
<loc>https://builder555.github.io/PineSAM/about/</loc>
<lastmod>2024-09-09</lastmod>
<lastmod>2024-09-16</lastmod>
</url>
<url>
<loc>https://builder555.github.io/PineSAM/install-guide/backend/</loc>
<lastmod>2024-09-09</lastmod>
<lastmod>2024-09-16</lastmod>
</url>
<url>
<loc>https://builder555.github.io/PineSAM/install-guide/dev-scripts/</loc>
<lastmod>2024-09-09</lastmod>
<lastmod>2024-09-16</lastmod>
</url>
<url>
<loc>https://builder555.github.io/PineSAM/install-guide/easy-install/</loc>
<lastmod>2024-09-09</lastmod>
<lastmod>2024-09-16</lastmod>
</url>
<url>
<loc>https://builder555.github.io/PineSAM/install-guide/troubleshooting/</loc>
<lastmod>2024-09-09</lastmod>
<lastmod>2024-09-16</lastmod>
</url>
<url>
<loc>https://builder555.github.io/PineSAM/user-guide/debug/</loc>
<lastmod>2024-09-09</lastmod>
<lastmod>2024-09-16</lastmod>
</url>
<url>
<loc>https://builder555.github.io/PineSAM/user-guide/usage/</loc>
<lastmod>2024-09-09</lastmod>
<lastmod>2024-09-16</lastmod>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit b7cd990

Please sign in to comment.