|
8 | 8 | </p>
|
9 | 9 |
|
10 | 10 | <!-- Badges -->
|
11 |
| -<p> |
12 |
| - <img src="https://img.shields.io/github/workflow/status/opensciencegrid/xrootd-monitoring-shoveler/Test?label=Unit%20Testing" alt="Unit Tests" /> |
13 |
| - <img src="https://img.shields.io/github/workflow/status/opensciencegrid/xrootd-monitoring-shoveler/golangci-lint?label=Go%20Linting" alt="Linting" /> |
14 |
| - <img src="https://img.shields.io/github/workflow/status/opensciencegrid/xrootd-monitoring-shoveler/CodeQL?label=CodeQL%20Static%20Analysis" alt="Static Code Analysis" /> |
15 |
| - <a href="https://github.com/opensciencegrid/xrootd-monitoring-shoveler/blob/main/LICENSE.txt"> |
16 |
| - <img src="https://img.shields.io/github/license/opensciencegrid/xrootd-monitoring-shoveler" alt="license" /> |
17 |
| - </a> |
18 |
| -</p> |
19 |
| - |
20 |
| -<h4> |
| 11 | + <p> |
| 12 | + <img src="https://img.shields.io/github/actions/workflow/status/opensciencegrid/xrootd-monitoring-shoveler/test.yml?label=Unit%20Testing" alt="Unit Tests" /> |
| 13 | + <img src="https://img.shields.io/github/actions/workflow/status/opensciencegrid/xrootd-monitoring-shoveler/golangci-lint.yml?label=Go%20Linting" alt="Linting" /> |
| 14 | + <img src="https://img.shields.io/github/actions/workflow/status/opensciencegrid/xrootd-monitoring-shoveler/codeql-analysis.yml?label=CodeQL%20Static%20Analysis" alt="Static Code Analysis" /> |
| 15 | + <a href="https://pkg.go.dev/github.com/opensciencegrid/xrootd-monitoring-shoveler"> |
| 16 | + <img src="https://pkg.go.dev/badge/github.com/opensciencegrid/xrootd-monitoring-shoveler.svg" alt="Go Reference"> |
| 17 | + </a> |
| 18 | + <a href="https://github.com/opensciencegrid/xrootd-monitoring-shoveler/blob/main/LICENSE.txt"> |
| 19 | + <img src="https://img.shields.io/github/license/opensciencegrid/xrootd-monitoring-shoveler" alt="license" /> |
| 20 | + </a> |
| 21 | + </p> |
| 22 | + |
| 23 | + <h4> |
21 | 24 | <a href="https://opensciencegrid.org/docs/data/xrootd/install-shoveler/">Documentation</a>
|
22 | 25 | <span> · </span>
|
23 | 26 | <a href="https://github.com/opensciencegrid/xrootd-monitoring-shoveler/issues/">Report Bug</a>
|
@@ -48,18 +51,19 @@ graph LR
|
48 | 51 | <!-- Table of Contents -->
|
49 | 52 | # :notebook_with_decorative_cover: Table of Contents
|
50 | 53 |
|
51 |
| -- [Getting Started](#getting-started) |
52 |
| - * [Requirements](#Requirements) |
53 |
| - * [Installation](#installation) |
54 |
| -- [Configuration](#Configuration) |
55 |
| - * [Message Bus Credentials](#message-bus-credentials) |
56 |
| - * [Packet Verification](#packet-verification) |
57 |
| - * [IP Mapping](#ip-mapping) |
58 |
| -- [Running the Shoveler](#running-the-shoveler) |
59 |
| -- [Design](#design) |
60 |
| - * [Queue Design](#queue-design) |
61 |
| -- [License](#license) |
62 |
| -- [Acknowledgements](#acknowledgements) |
| 54 | +- [:notebook\_with\_decorative\_cover: Table of Contents](#notebook_with_decorative_cover-table-of-contents) |
| 55 | + - [Getting Started](#getting-started) |
| 56 | + - [Requirements](#requirements) |
| 57 | + - [:gear: Installation](#gear-installation) |
| 58 | + - [Configuration](#configuration) |
| 59 | + - [Message Bus Credentials](#message-bus-credentials) |
| 60 | + - [Packet Verification](#packet-verification) |
| 61 | + - [IP Mapping](#ip-mapping) |
| 62 | + - [Running the Shoveler](#running-the-shoveler) |
| 63 | + - [:compass: Design](#compass-design) |
| 64 | + - [Queue Design](#queue-design) |
| 65 | + - [:warning: License](#warning-license) |
| 66 | + - [:gem: Acknowledgements](#gem-acknowledgements) |
63 | 67 |
|
64 | 68 | ## Getting Started
|
65 | 69 |
|
|
0 commit comments