Skip to content

Commit

Permalink
cleanup: update files (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun authored Jan 22, 2024
1 parent 5b7a4ef commit 23da95a
Show file tree
Hide file tree
Showing 18 changed files with 26 additions and 29 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"
13 changes: 0 additions & 13 deletions Containerfile.alpine

This file was deleted.

2 changes: 1 addition & 1 deletion core/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package core
Authors:
Mirko Brombin <[email protected]>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Copyright: 2024
Description:
Chronos is a simple, fast and lightweight documentation server written in Go.
*/
Expand Down
2 changes: 1 addition & 1 deletion core/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package core
Authors:
Mirko Brombin <[email protected]>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Copyright: 2024
Description:
Chronos is a simple, fast and lightweight documentation server written in Go.
*/
Expand Down
2 changes: 1 addition & 1 deletion core/handler_article.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package core
Authors:
Mirko Brombin <[email protected]>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Copyright: 2024
Description:
Chronos is a simple, fast and lightweight documentation server written in Go.
*/
Expand Down
2 changes: 1 addition & 1 deletion core/handler_articles.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package core
Authors:
Mirko Brombin <[email protected]>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Copyright: 2024
Description:
Chronos is a simple, fast and lightweight documentation server written in Go.
*/
Expand Down
2 changes: 1 addition & 1 deletion core/handler_langs.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package core
Authors:
Mirko Brombin <[email protected]>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Copyright: 2024
Description:
Chronos is a simple, fast and lightweight documentation server written in Go.
*/
Expand Down
2 changes: 1 addition & 1 deletion core/handler_repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package core
Authors:
Mirko Brombin <[email protected]>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Copyright: 2024
Description:
Chronos is a simple, fast and lightweight documentation server written in Go.
*/
Expand Down
2 changes: 1 addition & 1 deletion core/handler_search.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package core
Authors:
Mirko Brombin <[email protected]>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Copyright: 2024
Description:
Chronos is a simple, fast and lightweight documentation server written in Go.
*/
Expand Down
2 changes: 1 addition & 1 deletion core/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package core
Authors:
Mirko Brombin <[email protected]>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Copyright: 2024
Description:
Chronos is a simple, fast and lightweight documentation server written in Go.
*/
Expand Down
2 changes: 1 addition & 1 deletion core/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package core
Authors:
Mirko Brombin <[email protected]>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Copyright: 2024
Description:
Chronos is a simple, fast and lightweight documentation server written in Go.
*/
Expand Down
2 changes: 1 addition & 1 deletion core/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package core
Authors:
Mirko Brombin <[email protected]>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Copyright: 2024
Description:
Chronos is a simple, fast and lightweight documentation server written in Go.
*/
Expand Down
2 changes: 1 addition & 1 deletion core/searchProvider.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package core
Authors:
Mirko Brombin <[email protected]>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Copyright: 2024
Description:
Chronos is a simple, fast and lightweight documentation server written in Go.
*/
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package main
Authors:
Mirko Brombin <[email protected]>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Copyright: 2024
Description:
Chronos is a simple, fast and lightweight documentation server written in Go.
*/
Expand Down
2 changes: 1 addition & 1 deletion structs/article.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package structs
Authors:
Mirko Brombin <[email protected]>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Copyright: 2024
Description:
Chronos is a simple, fast and lightweight documentation server written in Go.
*/
Expand Down
2 changes: 1 addition & 1 deletion structs/articleResponse.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package structs
Authors:
Mirko Brombin <[email protected]>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Copyright: 2024
Description:
Chronos is a simple, fast and lightweight documentation server written in Go.
*/
Expand Down
2 changes: 1 addition & 1 deletion structs/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package structs
Authors:
Mirko Brombin <[email protected]>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Copyright: 2024
Description:
Chronos is a simple, fast and lightweight documentation server written in Go.
*/
Expand Down
2 changes: 1 addition & 1 deletion structs/resultsResponse.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package structs
Authors:
Mirko Brombin <[email protected]>
Vanilla OS Contributors <https://github.com/vanilla-os/>
Copyright: 2023
Copyright: 2024
Description:
Chronos is a simple, fast and lightweight documentation server written in Go.
*/
Expand Down

0 comments on commit 23da95a

Please sign in to comment.