Skip to content

Commit 131558f

Browse files
committed
deploy: d50ee20
0 parents  commit 131558f

File tree

211 files changed

+4278
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

211 files changed

+4278
-0
lines changed

.nojekyll

Whitespace-only changes.

favicon.ico

97.3 KB
Binary file not shown.

index.html

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title> | GameFrameX.Server </title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="title" content=" | GameFrameX.Server ">
8+
9+
10+
<link rel="icon" href="favicon.ico">
11+
<link rel="stylesheet" href="public/docfx.min.css">
12+
<link rel="stylesheet" href="public/main.css">
13+
<meta name="docfx:navrel" content="toc.html">
14+
<meta name="docfx:tocrel" content="toc.html">
15+
16+
<meta name="docfx:rel" content="">
17+
18+
19+
<meta name="docfx:docurl" content="https://github.com/GameFrameX/GameFrameX.Server/blob/src/docs/index.md/#L1">
20+
<meta name="loc:inThisArticle" content="In this article">
21+
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
22+
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
23+
<meta name="loc:tocFilter" content="Filter by title">
24+
<meta name="loc:nextArticle" content="Next">
25+
<meta name="loc:prevArticle" content="Previous">
26+
<meta name="loc:themeLight" content="Light">
27+
<meta name="loc:themeDark" content="Dark">
28+
<meta name="loc:themeAuto" content="Auto">
29+
<meta name="loc:changeTheme" content="Change theme">
30+
<meta name="loc:copy" content="Copy">
31+
<meta name="loc:downloadPdf" content="Download PDF">
32+
33+
<script type="module" src="./public/docfx.min.js"></script>
34+
35+
<script>
36+
const theme = localStorage.getItem('theme') || 'auto'
37+
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
38+
</script>
39+
40+
</head>
41+
42+
<body class="tex2jax_ignore" data-layout="landing" data-yaml-mime="">
43+
<header class="bg-body border-bottom">
44+
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
45+
<div class="container-xxl flex-nowrap">
46+
<a class="navbar-brand" href="index.html">
47+
<img id="logo" class="svg" src="logo.svg" alt="GameFrameX.Server">
48+
GameFrameX.Server
49+
</a>
50+
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
51+
<i class="bi bi-three-dots"></i>
52+
</button>
53+
<div class="collapse navbar-collapse" id="navpanel">
54+
<div id="navbar">
55+
<form class="search" role="search" id="search">
56+
<i class="bi bi-search"></i>
57+
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
58+
</form>
59+
</div>
60+
</div>
61+
</div>
62+
</nav>
63+
</header>
64+
65+
<main class="container-xxl">
66+
67+
<div class="content">
68+
<div class="actionbar">
69+
70+
<nav id="breadcrumb"></nav>
71+
</div>
72+
73+
<article data-uid="">
74+
75+
76+
<p>该页面为API说明主页.请切换到API页面查看</p>
77+
78+
</article>
79+
80+
<div class="contribution d-print-none">
81+
<a href="https://github.com/GameFrameX/GameFrameX.Server/blob/src/docs/index.md/#L1" class="edit-link">Edit this page</a>
82+
</div>
83+
84+
<div class="next-article d-print-none border-top" id="nextArticle"></div>
85+
86+
</div>
87+
88+
<div class="affix">
89+
<nav id="affix"></nav>
90+
</div>
91+
</main>
92+
93+
<div class="container-xxl search-results" id="search-results"></div>
94+
95+
<footer class="border-top text-secondary">
96+
<div class="container-xxl">
97+
<div class="flex-fill">
98+
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
99+
</div>
100+
</div>
101+
</footer>
102+
</body>
103+
</html>

index.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"index.html": {
3+
"href": "index.html",
4+
"title": "| GameFrameX.Server",
5+
"keywords": "该页面为API说明主页.请切换到API页面查看"
6+
}
7+
}

logo.svg

Lines changed: 25 additions & 0 deletions
Loading

manifest.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"source_base_path": "/home/runner/work/GameFrameX.Server/GameFrameX.Server/docs",
3+
"xrefmap": "xrefmap.yml",
4+
"files": [
5+
{
6+
"type": "Resource",
7+
"output": {
8+
"resource": {
9+
"relative_path": "index.json"
10+
}
11+
}
12+
},
13+
{
14+
"type": "Conceptual",
15+
"source_relative_path": "index.md",
16+
"output": {
17+
".html": {
18+
"relative_path": "index.html"
19+
}
20+
},
21+
"version": ""
22+
},
23+
{
24+
"type": "Toc",
25+
"source_relative_path": "toc.yml",
26+
"output": {
27+
".json": {
28+
"relative_path": "toc.json"
29+
},
30+
".html": {
31+
"relative_path": "toc.html"
32+
}
33+
},
34+
"version": ""
35+
}
36+
],
37+
"groups": [
38+
{
39+
"xrefmap": "xrefmap.yml"
40+
}
41+
]
42+
}

public/architecture-I3QFYML2-NK53GYGD.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/architecture-I3QFYML2-NK53GYGD.min.js.map

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/architectureDiagram-AYX4OTIS-UEH2Z7UQ.min.js

Lines changed: 37 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/architectureDiagram-AYX4OTIS-UEH2Z7UQ.min.js.map

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)