Skip to content

Commit

Permalink
add base path for docs hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
khalyomede committed Dec 11, 2024
1 parent aa39fb9 commit 772f88e
Show file tree
Hide file tree
Showing 15 changed files with 104 additions and 103 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default defineConfig({
],
langMenuLabel: "version",
},
base: "/docs/",
locales: {
root: {
label: 'master'
Expand Down
18 changes: 9 additions & 9 deletions docs/.vitepress/dist/0.1.0/documentation.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions docs/.vitepress/dist/0.1.0/folder-structure.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions docs/.vitepress/dist/0.1.0/index.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions docs/.vitepress/dist/0.1.0/productivity.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions docs/.vitepress/dist/0.1.0/quick-start.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/.vitepress/dist/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
<title>404 | Mantis</title>
<meta name="description" content="Not Found">
<meta name="generator" content="VitePress v1.5.0">
<link rel="preload stylesheet" href="/assets/style.C78ouPi0.css" as="style">
<link rel="preload stylesheet" href="/vp-icons.css" as="style">
<link rel="preload stylesheet" href="/docs/assets/style.kTVnlIsV.css" as="style">
<link rel="preload stylesheet" href="/docs/vp-icons.css" as="style">

<script type="module" src="/assets/app.DnVtHS9h.js"></script>
<link rel="preload" href="/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
<script type="module" src="/docs/assets/app.DUrOWb06.js"></script>
<link rel="preload" href="/docs/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"auto",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script>
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
</head>
<body>
<div id="app"></div>
<script>window.__VP_HASH_MAP__=JSON.parse("{\"0.1.0_documentation.md\":\"B1YGAzal\",\"0.1.0_folder-structure.md\":\"Cu1MhMJ2\",\"0.1.0_index.md\":\"Cq-7GWrf\",\"0.1.0_productivity.md\":\"CYp3FlHB\",\"0.1.0_quick-start.md\":\"BETRxslV\",\"documentation.md\":\"Dx0GeP5y\",\"folder-structure.md\":\"DJwsmyEf\",\"index.md\":\"Bankb68B\",\"productivity.md\":\"DSrO9JLQ\",\"quick-start.md\":\"B2mWJ1c0\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"Mantis\",\"description\":\"Type safe and simple web framework.\",\"base\":\"/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"nav\":[],\"sidebar\":[{\"items\":[{\"text\":\"Quick start\",\"link\":\"/quick-start\"},{\"text\":\"Productivity\",\"link\":\"/productivity\"},{\"text\":\"Folder structure\",\"link\":\"/folder-structure\"},{\"text\":\"Documentation\",\"link\":\"/documentation\"}]}],\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/khalyomede/mantis\"}],\"langMenuLabel\":\"version\"},\"locales\":{\"root\":{\"label\":\"master\"},\"0.1.0\":{\"label\":\"0.1.0\"}},\"scrollOffset\":134,\"cleanUrls\":false}");</script>
<script>window.__VP_HASH_MAP__=JSON.parse("{\"0.1.0_documentation.md\":\"Vo7HT3fu\",\"0.1.0_folder-structure.md\":\"R9tTw3h8\",\"0.1.0_index.md\":\"Cb1YuIvP\",\"0.1.0_productivity.md\":\"DHuhu1Rc\",\"0.1.0_quick-start.md\":\"ClpNQdi0\",\"documentation.md\":\"DY0SGGw3\",\"folder-structure.md\":\"iPQzmV4h\",\"index.md\":\"BwGvt3gP\",\"productivity.md\":\"CneY1RnP\",\"quick-start.md\":\"XSMWBRCT\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"Mantis\",\"description\":\"Type safe and simple web framework.\",\"base\":\"/docs/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"nav\":[],\"sidebar\":[{\"items\":[{\"text\":\"Quick start\",\"link\":\"/quick-start\"},{\"text\":\"Productivity\",\"link\":\"/productivity\"},{\"text\":\"Folder structure\",\"link\":\"/folder-structure\"},{\"text\":\"Documentation\",\"link\":\"/documentation\"}]}],\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/khalyomede/mantis\"}],\"langMenuLabel\":\"version\"},\"locales\":{\"root\":{\"label\":\"master\"},\"0.1.0\":{\"label\":\"0.1.0\"}},\"scrollOffset\":134,\"cleanUrls\":false}");</script>

</body>
</html>
1 change: 0 additions & 1 deletion docs/.vitepress/dist/assets/style.C78ouPi0.css

This file was deleted.

1 change: 1 addition & 0 deletions docs/.vitepress/dist/assets/style.kTVnlIsV.css

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions docs/.vitepress/dist/documentation.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions docs/.vitepress/dist/folder-structure.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/.vitepress/dist/hashmap.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"0.1.0_documentation.md":"B1YGAzal","0.1.0_folder-structure.md":"Cu1MhMJ2","0.1.0_index.md":"Cq-7GWrf","0.1.0_productivity.md":"CYp3FlHB","0.1.0_quick-start.md":"BETRxslV","documentation.md":"Dx0GeP5y","folder-structure.md":"DJwsmyEf","index.md":"Bankb68B","productivity.md":"DSrO9JLQ","quick-start.md":"B2mWJ1c0"}
{"0.1.0_documentation.md":"Vo7HT3fu","0.1.0_folder-structure.md":"R9tTw3h8","0.1.0_index.md":"Cb1YuIvP","0.1.0_productivity.md":"DHuhu1Rc","0.1.0_quick-start.md":"ClpNQdi0","documentation.md":"DY0SGGw3","folder-structure.md":"iPQzmV4h","index.md":"BwGvt3gP","productivity.md":"CneY1RnP","quick-start.md":"XSMWBRCT"}
18 changes: 9 additions & 9 deletions docs/.vitepress/dist/index.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions docs/.vitepress/dist/productivity.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions docs/.vitepress/dist/quick-start.html

Large diffs are not rendered by default.

0 comments on commit 772f88e

Please sign in to comment.