diff --git a/docs/nav/guide/config/alerts/jira.md b/docs/nav/guide/config/alerts/jira.md index 865e55b..3883ca6 100644 --- a/docs/nav/guide/config/alerts/jira.md +++ b/docs/nav/guide/config/alerts/jira.md @@ -1,4 +1,4 @@ - + # Configuration for Jira module This module creates new Jira issues and/or updates current issues based on your input test results. diff --git a/docs/nav/guide/config/alerts/slack.md b/docs/nav/guide/config/alerts/slack.md index 4dbef66..00a6ece 100644 --- a/docs/nav/guide/config/alerts/slack.md +++ b/docs/nav/guide/config/alerts/slack.md @@ -5,9 +5,9 @@ This module creates and sends a short report on the latest dbt test results to a ## Slack requirements - A dedicated channel for this module messages -- A dedicated Slack bot in the channel & bot token. - - [Creating a Slack bot](https://infinitelambda.slack.com/customize/slackbot) ↗️ - - [Getting your bot token](https://api.slack.com/authentication/token-types#bot) ↗️ +- A dedicated Slack app in the channel & app token. + - [Creating a Slack app](https://api.slack.com/start/quickstart) ↗️ + - [Getting your app token](https://api.slack.com/authentication/token-types#bot) ↗️ ## Slack module config variables & CLI commands diff --git a/docs/nav/guide/config/packages/custom_query.md b/docs/nav/guide/config/packages/custom_query.md index 2228ad7..c0bceb2 100644 --- a/docs/nav/guide/config/packages/custom_query.md +++ b/docs/nav/guide/config/packages/custom_query.md @@ -54,12 +54,12 @@ from your_table ### Setting up env vars -Set up Query variables: [Query Variables Config](./nav/guide/config/packages/query_variables.html) +Set up Query variables: [Query Variables Config](./query_variables.html) Set up Alert Module variables: -- [JIRA Configuration](./nav/guide/config/alerts/jira.html) -- [SLACK Configuration](./nav/guide/config/alerts/slack.html) +- [JIRA Configuration](../alerts/jira.html) +- [SLACK Configuration](../alerts/slack.html) ### Executing alert actions diff --git a/docs/nav/guide/config/sources/custom_csv.md b/docs/nav/guide/config/sources/custom_csv.md index 06dbf02..7b7671e 100644 --- a/docs/nav/guide/config/sources/custom_csv.md +++ b/docs/nav/guide/config/sources/custom_csv.md @@ -24,7 +24,7 @@ No matter what CLI tool you use, it is required to query and save data into a `. The default file name is `csv__data.csv`. -The file's schema **must be** defined with the same column names as specified in [Custom Query Config](./nav/guide/config/packages/custom_query.html) +The file's schema **must be** defined with the same column names as specified in [Custom Query Config](../packages/custom_query.html) ## 3. Alerting diff --git a/docs/nav/guide/quick_start.md b/docs/nav/guide/quick_start.md index 3a9406a..e42393d 100644 --- a/docs/nav/guide/quick_start.md +++ b/docs/nav/guide/quick_start.md @@ -48,7 +48,7 @@ diqu_demo: target: dev ``` -See more details in [here](./nav/guide/config/sources/snowflake.html). +See more details in [here](./config/sources/snowflake.html). Or, for just the csv file as the connection: @@ -62,7 +62,7 @@ diqu_demo: target: dev ``` -> In this case, we need to download data into `csv__data.csv` file and put it under `.cache` directory. See how the file is schema-ed [here](./nav/guide/config/packages/custom_query.html). +> In this case, we need to download data into `csv__data.csv` file and put it under `.cache` directory. See how the file is schema-ed [here](./config/packages/custom_query.html). ## 3. Usage @@ -135,4 +135,4 @@ Then, go alert: diqu alert --to jira ``` -📖 For more details, please jump to the [User Guide](./nav/guide/common.html) page. +📖 For more details, please jump to the [User Guide](./common.html) page.