diff --git a/README.md b/README.md index a5d1963e8..326fb54d1 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,12 @@ Once you join the dashboard, your test results will be picked up automatically a This command downloads the latest test artifacts from the repositories listed in the `./REPOSITORIES` file. Then it generates a static website with Hugo in the `www/public` directory. +### How to work on the Dashboard + +- Use `make website` to generate all the assets required to build the static dashboard +- Use `cd ./www && hugo server` to start a local server with live-reload +- Use `cd ./www/themes/conformance && npm run build` to re-build the theme's styles + ## Commands ### test diff --git a/www/content/current.md b/www/content/current.md index c18905c7d..238c9f5ae 100644 --- a/www/content/current.md +++ b/www/content/current.md @@ -1,6 +1,9 @@ --- title: By Reference Implementation published: true +menu: + main: + weight: 10 --- This table shows the test results organized by test groups and reference implementations. Click on any row or cell to drill down into the tests results. diff --git a/www/themes/conformance/layouts/_default/baseof.html b/www/themes/conformance/layouts/_default/baseof.html index 3e101e8ca..167d231c2 100644 --- a/www/themes/conformance/layouts/_default/baseof.html +++ b/www/themes/conformance/layouts/_default/baseof.html @@ -4,8 +4,6 @@ {{- partial "head.html" . -}} - {{- partial "ribbon.html" . -}} -
{{- partial "header.html" . -}} diff --git a/www/themes/conformance/layouts/partials/ribbon.html b/www/themes/conformance/layouts/partials/ribbon.html deleted file mode 100644 index 75c2f4dca..000000000 --- a/www/themes/conformance/layouts/partials/ribbon.html +++ /dev/null @@ -1,70 +0,0 @@ - -Find us on GitHub