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

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/workspace.xml

Lines changed: 0 additions & 96 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 84 deletions
Loading

assets/jsconfig.json

Lines changed: 8 additions & 0 deletions
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

Lines changed: 3 additions & 3 deletions
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)