Skip to content

Commit 2339085

Browse files
committed
Code Upgrade and Fixes
1 parent c29097b commit 2339085

39 files changed

+2771
-7706
lines changed

.idea/vcs.xml

-6
This file was deleted.

.idea/workspace.xml

-96
This file was deleted.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2024 Hyas
3+
Copyright (c) 2020-2024 Thulite
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

assets/favicon.ico

-181 KB
Binary file not shown.

assets/favicon.png

15 KB
Loading

assets/favicon.svg

+1-84
Loading

assets/jsconfig.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"compilerOptions": {
3+
"baseUrl": ".",
4+
"paths": {
5+
"*": ["*", "..\\node_modules\\@thulite\\doks-core\\assets\\*"]
6+
}
7+
}
8+
}

assets/section_bg.png

-329 KB
Binary file not shown.

config/_default/hugo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
title = "SQL Components"
2-
baseurl = "/"
1+
title = "My Docs"
2+
baseurl = "http://localhost/"
33
canonifyURLs = false
44
disableAliases = true
55
disableHugoGeneratorInject = true
@@ -17,7 +17,7 @@ defaultContentLanguage = "en"
1717
disableLanguages = ["de", "nl"]
1818
defaultContentLanguageInSubdir = false
1919

20-
copyRight = "Copyright (c) 2020-2024 Hyas"
20+
copyRight = "Copyright (c) 2020-2024 Thulite"
2121

2222
[build.buildStats]
2323
enable = true

0 commit comments

Comments
 (0)