Skip to content

Commit

Permalink
Deployed ac911a8 with MkDocs version: 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed Nov 28, 2024
1 parent 1771dc7 commit d3e1b26
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,62 +2,62 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://github.com/go-shiori/shiori/</loc>
<lastmod>2023-08-26</lastmod>
<lastmod>2024-11-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/go-shiori/shiori/Contribute/</loc>
<lastmod>2023-08-26</lastmod>
<lastmod>2024-11-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/go-shiori/shiori/_old/Configuration/</loc>
<lastmod>2023-08-26</lastmod>
<lastmod>2024-11-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/go-shiori/shiori/_old/Frequently-Asked-Question/</loc>
<lastmod>2023-08-26</lastmod>
<lastmod>2024-11-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/go-shiori/shiori/_old/Screenshots/</loc>
<lastmod>2023-08-26</lastmod>
<lastmod>2024-11-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/go-shiori/shiori/_old/Storage/</loc>
<lastmod>2023-08-26</lastmod>
<lastmod>2024-11-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/go-shiori/shiori/_old/Usage/</loc>
<lastmod>2023-08-26</lastmod>
<lastmod>2024-11-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/go-shiori/shiori/getting_started/installation/</loc>
<lastmod>2023-08-26</lastmod>
<lastmod>2024-11-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/go-shiori/shiori/swagger/spec/</loc>
<lastmod>2023-08-26</lastmod>
<lastmod>2024-11-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/go-shiori/shiori/users_guide/API/</loc>
<lastmod>2023-08-26</lastmod>
<lastmod>2024-11-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/go-shiori/shiori/users_guide/APIv1/</loc>
<lastmod>2023-08-26</lastmod>
<lastmod>2024-11-28</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/go-shiori/shiori/users_guide/cli/</loc>
<lastmod>2023-08-26</lastmod>
<lastmod>2024-11-28</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion swagger/spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
<div class="md-content" data-md-component="content">
<article class="md-content__inner md-typeset">
<h1>Spec</h1>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="dfca854b" src="swagger-dfca854b.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
<p><iframe class="swagger-ui-iframe" frameborder="0" id="b5857eda" src="swagger-b5857eda.html" style="overflow:hidden;width:100%;" width="100%"></iframe></p>
</article>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}

const resize_ob = new ResizeObserver(function(entries) {
parent.update_swagger_ui_iframe_height("dfca854b");
parent.update_swagger_ui_iframe_height("b5857eda");
});

// start observing for resizing
Expand Down

0 comments on commit d3e1b26

Please sign in to comment.