Skip to content

Commit

Permalink
deploy: 60d7346
Browse files Browse the repository at this point in the history
  • Loading branch information
toshimaru committed Nov 14, 2023
1 parent 2390334 commit aa87b08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ $(() => {

// highlight.js
hljs.configure({
languages: ['ruby', 'html', 'bash']
languages: ['ruby', 'html', 'bash', 'sql']
});
hljs.highlightAll();

$("#navigation").load(`${config.rootPath}navigation.html`, function() {
$(".sidebar-sticky .icon").on("click", function (e) {
e.preventDefault();
$(this).siblings("ul").toggle();
this.classList.toggle("icon-opened");
});
Expand Down
10 changes: 5 additions & 5 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34901,22 +34901,22 @@
</url>
<url>
<loc>https://railsdoc.github.io/5.2/navigation.html</loc>
<lastmod>2023-11-12T20:53:44+00:00</lastmod>
<lastmod>2023-11-14T05:12:58+00:00</lastmod>
</url>
<url>
<loc>https://railsdoc.github.io/6.0/navigation.html</loc>
<lastmod>2023-11-12T20:53:44+00:00</lastmod>
<lastmod>2023-11-14T05:12:58+00:00</lastmod>
</url>
<url>
<loc>https://railsdoc.github.io/6.1/navigation.html</loc>
<lastmod>2023-11-12T20:53:44+00:00</lastmod>
<lastmod>2023-11-14T05:12:58+00:00</lastmod>
</url>
<url>
<loc>https://railsdoc.github.io/7.0/navigation.html</loc>
<lastmod>2023-11-12T20:53:44+00:00</lastmod>
<lastmod>2023-11-14T05:12:58+00:00</lastmod>
</url>
<url>
<loc>https://railsdoc.github.io/navigation.html</loc>
<lastmod>2023-11-12T20:53:44+00:00</lastmod>
<lastmod>2023-11-14T05:12:58+00:00</lastmod>
</url>
</urlset>

0 comments on commit aa87b08

Please sign in to comment.