diff --git a/docs/_includes/head/custom.html b/docs/_includes/head/custom.html index 97c2b57..2a45c1a 100644 --- a/docs/_includes/head/custom.html +++ b/docs/_includes/head/custom.html @@ -11,14 +11,15 @@ - + diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html new file mode 100644 index 0000000..fa03ede --- /dev/null +++ b/docs/_layouts/default.html @@ -0,0 +1,39 @@ +--- +--- + + + + + + + {% include head.html %} + {% include head/custom.html %} + + + + {% include_cached skip-links.html %} + {% include_cached masthead.html %} + +
+ {{ content }} +
+ + + + + + + diff --git a/docs/_pages/home.md b/docs/_pages/home.md index 5657a90..971c9e1 100644 --- a/docs/_pages/home.md +++ b/docs/_pages/home.md @@ -5,41 +5,41 @@ permalink: / header: overlay_image: /images/statistics-splash.webp overlay_filter: rgba(0, 65, 83, 0.7) - - actions: + + actions: - label: "→ arc42.org" url: "https://www.arc42.org" - label: "→ arc42-Docu" url: "/arc42build" - + de-org-canvas: -- title: "arc42.de" - excerpt: ' - + - title: "arc42.de" + excerpt: ' + ' -- title: "arc42.org" - excerpt: ' + - title: "arc42.org" + excerpt: ' ' -- title: "canvas.arc42.org" - excerpt: ' + - title: "canvas.arc42.org" + excerpt: ' ' - + doc-faq-quality: -- title: "docs.arc42.org" - excerpt: ' + - title: "docs.arc42.org" + excerpt: ' ' -- title: "faq.arc42.org" - excerpt: ' + - title: "faq.arc42.org" + excerpt: ' ' -- title: "quality.arc42.org" - excerpt: ' + - title: "quality.arc42.org" + excerpt: ' ' --- @@ -51,9 +51,12 @@ doc-faq-quality: hx-target="#statsTable"> + +
- +
+ @@ -69,15 +72,47 @@ doc-faq-quality: + + + + + + + + + + + + - - -
7 DaysVisitors PageViews
arc42.de3344101396738909416420n/a
please wait for data to be loaded...
+ docs.arc42.org + 49 + 11 + 67 + 90 + 41 + 20 + n/a + + + + + arc42.org + Sum V7Ds + Sum P7D + Sum V30D + Sum 30D + Sum V12M + Sum P12m + + + + -Data will be collected by arc42 statistics service running on - -
+Data is beeing collected by arc42 statistics service running on + + ## Breakdown for Sites @@ -88,8 +123,6 @@ Data will be collected by arc42 statistics service running on * [quality.arc42.org](#doc-faq-quality) * [canvas.arc42.org](#de-org-canvas) - - ## German and International Site, canvas @@ -107,13 +140,16 @@ The page was generated on {{ site.time }}. diff --git a/go-app/internal/api/arc42statistics.gohtml b/go-app/internal/api/arc42statistics.gohtml index 3ee613e..d8ddd6a 100644 --- a/go-app/internal/api/arc42statistics.gohtml +++ b/go-app/internal/api/arc42statistics.gohtml @@ -34,10 +34,7 @@ GitHub open issues - {{if .BugBadgeURL}} - - GitHub bugs - + {{if .BugBadgeURL}}GitHub bugs {{end}} diff --git a/go-app/main.go b/go-app/main.go index b8f839c..87c2413 100644 --- a/go-app/main.go +++ b/go-app/main.go @@ -9,10 +9,10 @@ import ( "strings" ) -const AppVersion = "0.4.6a" +const AppVersion = "0.4.6b" // version history -// 0.4.6 sortable table +// 0.4.6 sortable table (a: initial, b: better styling, no sorting on issues/bugs) // 0.4.5 fix missing separators in large numbers // 0.4.4 fix bad hyperlink to GitHub issues // 0.4.3 fix #57 (local svg images for issues and badges) diff --git a/sandbox/sorted-table/resultsTable-demo.html b/sandbox/sorted-table/resultsTable-demo.html index e69de29..3964db4 100644 --- a/sandbox/sorted-table/resultsTable-demo.html +++ b/sandbox/sorted-table/resultsTable-demo.html @@ -0,0 +1,86 @@ + + + + + Sortable Table Example + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
7 Days30 Days12 MonthIssues
VisitorsPageViewsVisitorsPageViewsVisitorsPageViews
arc42.orgv7Dp7dV30Dp30dV12mp12m + issues +
arc42.dev7Dp7dV30Dp30dV12mp12m + issues +
+ + + \ No newline at end of file