Skip to content

Commit

Permalink
lines over time
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed May 9, 2023
1 parent cf5c251 commit aeced96
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
Binary file added img/lines_over_time.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"homepage": "https://github.com/heliconialabs/blog.abaplint.app#readme",
"dependencies": {
"@popperjs/core": "^2.11.7",
"@types/node": "^18.16.1",
"@types/node": "^20.1.1",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.5",
"ts-node": "^10.9.1",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function run() {
fs.copyFileSync(__dirname + "/../img/cloud_compatibility.png", OUTPUT + "cloud_compatibility.png");
fs.copyFileSync(__dirname + "/../img/package_coupling.svg", OUTPUT + "package_coupling.svg");
fs.copyFileSync(__dirname + "/../img/disabled_rules_copy.gif", OUTPUT + "disabled_rules_copy.gif");
fs.copyFileSync(__dirname + "/../img/lines_over_time.png", OUTPUT + "lines_over_time.png");
}

run();
8 changes: 8 additions & 0 deletions src/posts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ export const posts: {
}[] = [];

posts.push(
{
title: "Lines over time",
date: "2023-04-27",
key: "lines-over-time",
body: `Lines over time statistics added,<br>
<a href="https://abaplint.app/stats/oblomov-dev/abap2UI5/lines_over_time"><img class="shadow p-3 bg-white rounded" src="./lines_over_time.png" height="300"></a>`,
},

{
title: "Updated to abaplint 2.98.0",
date: "2023-04-27",
Expand Down

0 comments on commit aeced96

Please sign in to comment.