Skip to content

Commit 7295f69

Browse files
Built site for gh-pages
1 parent 0a7a1bb commit 7295f69

11 files changed

Lines changed: 936 additions & 223 deletions

File tree

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f4650bf8
1+
562240fa

fastmcp/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<head>
3+
<title>Redirect</title>
4+
<script type="text/javascript">
5+
var redirects = {"":"../posts/fastmcp/index.html"};
6+
var hash = window.location.hash.startsWith('#') ? window.location.hash.slice(1) : window.location.hash;
7+
var redirect = redirects[hash] || redirects[""] || "/";
8+
window.document.title = 'Redirect to ' + redirect;
9+
window.location.replace(redirect);
10+
</script>
11+
</head>
12+
<body>
13+
</body>
14+
</html>

index.html

Lines changed: 75 additions & 19 deletions
Large diffs are not rendered by default.

listings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
{
33
"listing": "/index.html",
44
"items": [
5+
"/posts/fastmcp/index.html",
56
"/posts/llm-fine-tuning/index.html",
67
"/posts/generative-qa/index.html",
78
"/posts/question-answering-huggingface/index.html",
233 KB
Loading
8.33 KB
Loading

posts/fastmcp/images/kb-info.png

73.6 KB
Loading
142 KB
Loading

posts/fastmcp/index.html

Lines changed: 603 additions & 0 deletions
Large diffs are not rendered by default.

search.json

Lines changed: 212 additions & 177 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)