Skip to content

Commit

Permalink
simplif
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Nov 20, 2023
1 parent 5afe63f commit 4215159
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 72 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions www/content/current.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 0 additions & 2 deletions www/themes/conformance/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
{{- partial "head.html" . -}}
</head>

{{- partial "ribbon.html" . -}}

<body>
{{- partial "header.html" . -}}

Expand Down
70 changes: 0 additions & 70 deletions www/themes/conformance/layouts/partials/ribbon.html

This file was deleted.

0 comments on commit 4215159

Please sign in to comment.