Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/BASICS.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The results are simply concatenated.

> [!TIP]
> See [hunter.yaml](../examples/csv/hunter.yaml) for the full
> example configuration and [local_samples.csv](../examples/csv/data/local_samples)
> example configuration and [local_samples.csv](../examples/csv/data/local_samples.csv)
> for the data.

```
Expand Down
4 changes: 2 additions & 2 deletions docs/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Copy the main configuration file `resources/hunter.yaml` to `~/.hunter/hunter.ya

> [!TIP]
> See docs on specific data sources to learn more about their configuration - [CSV](CSV.md), [Graphite](GRAPHITE.md),
[PostgreSQL](POSTGRESQL.md), or [BigQuery](BIGQUERY.md).
[PostgreSQL](POSTGRESQL.md), or [BigQuery](BIG_QUERY.md).

Alternatively, it is possible to leave the config file as is, and provide credentials in the environment
by setting appropriate environment variables.
Expand Down Expand Up @@ -65,7 +65,7 @@ better the performance is. If it is set to -1, higher values mean worse performa
The `attributes` property describes any other columns that should be attached to the final
report. Special attribute `version` and `commit` can be used to query for a given time-range.

> [!TIP] To learn how to avoid repeating the same configuration in multiple tests, see [Avoiding test definition duplication](TEMPLATES.md).
> [!TIP] To learn how to avoid repeating the same configuration in multiple tests, see [Avoiding test definition duplication](BASICS.md#avoiding-test-definition-duplication).

## Listing Available Tests

Expand Down
18 changes: 9 additions & 9 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Table of Contents

## Getting Started
- [Installation](docs/INSTALL.md)
- [Getting Started](docs/GETTING_STARTED.md)
- [Contributing](docs/CONTRIBUTING.md)
- [Installation](INSTALL.md)
- [Getting Started](GETTING_STARTED.md)
- [Contributing](CONTRIBUTING.md)

## Basics
- [Basics](docs/BASICS.md)
- [Basics](BASICS.md)

## Data Sources
- [Graphite](docs/GRAPHITE.md)
- [PostgreSQL][docs/POSTGRESQL.md)
- [BigQuery](docs/BIG_QUERY.md)
- [CSV](docs/CSV.md)
- [Annotating Change Points in Grafana](docs/GRAFANA.md)
- [Graphite](GRAPHITE.md)
- [PostgreSQL](POSTGRESQL.md)
- [BigQuery](BIG_QUERY.md)
- [CSV](CSV.md)
- [Annotating Change Points in Grafana](GRAFANA.md)
Loading