Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
le-nn committed Jun 17, 2024
1 parent 8f03226 commit 585f9d8
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 15 deletions.
5 changes: 4 additions & 1 deletion Yolu.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_root", "_root", "{DFB86F64
.github\workflows\build-and-deploy.yml = .github\workflows\build-and-deploy.yml
Directory.Build.props = Directory.Build.props
docfx.json = docfx.json
index.md = index.md
index.html = index.html
LICENSE.txt = LICENSE.txt
README.md = README.md
toc.yml = toc.yml
EndProjectSection
ProjectSection(FolderGlobals) = preProject
E_5_4Devs_4_3sharp_3lib_4yolu_4docfx_1json__JsonSchema =
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{2CBCF1CF-8B5D-49DA-89A5-7BC8F160D558}"
EndProject
Expand Down
18 changes: 12 additions & 6 deletions docfx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

{
"$schema" : "https://json.schemastore.org/docfx.json",
"metadata": [
{
"src": [
Expand All @@ -20,14 +20,15 @@
"**/*.{md,yml}"
],
"exclude": [
"_site/**"
"**/_site/**"
]
}
],
"resource": [
{
"files": [
"images/**"
"images/**",
"index.html"
]
}
],
Expand All @@ -36,12 +37,17 @@
"default",
"templates"
],
"sitemap": {
"baseUrl": "https://le-nn.github.io/yolu/",
"priority": 0.1,
"changefreq": "monthly"
},
"globalMetadata": {
"_appName": "Yolu",
"_appTitle": "Yolu",
"_appFaviconPath": "logo.png",
"_appLogoPath": "logo.png",
"_appLogoUrl": "https://le-nn.github.io/yolu/",
"_appFaviconPath": "images/logo.png",
"_appLogoPath": "images/logo.png",
"_appLogoUrl": "https://le-nn.github.io/yolu",
"_appFooter": "Copyright © 2024 le-nn",
"_enableSearch": true,
"pdf": false
Expand Down
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="refresh"
content="0; URL='./README.html'" />
</head>
<body>
</body>
</html>
8 changes: 0 additions & 8 deletions index.md

This file was deleted.

0 comments on commit 585f9d8

Please sign in to comment.