Skip to content

Commit 4cc51c3

Browse files
committed
Merge branch 'docs' into 'enterprise'
docs: migrate product documentation to MkDocs Material See merge request dkinternal/observability/dataops-observability!67
2 parents 5c97b70 + 258bd62 commit 4cc51c3

43 files changed

Lines changed: 93 additions & 97 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DataOps Observability
2-
![apache 2.0 license Badge](https://img.shields.io/badge/License%20-%20Apache%202.0%20-%20blue) ![PRs Badge](https://img.shields.io/badge/PRs%20-%20Welcome%20-%20green) [![Docker Pulls](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fhub.docker.com%2Fv2%2Frepositories%2Fdatakitchen%2Fdataops-testgen%2F&query=pull_count&style=flat&label=docker%20pulls&color=06A04A)](https://hub.docker.com/r/datakitchen/dataops-observability) [![Documentation](https://img.shields.io/badge/docs-On%20datakitchen.io-06A04A?style=flat)](https://docs.datakitchen.io/articles/#!dataops-observability-help/dataops-observability-help)
2+
![apache 2.0 license Badge](https://img.shields.io/badge/License%20-%20Apache%202.0%20-%20blue) ![PRs Badge](https://img.shields.io/badge/PRs%20-%20Welcome%20-%20green) [![Docker Pulls](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fhub.docker.com%2Fv2%2Frepositories%2Fdatakitchen%2Fdataops-testgen%2F&query=pull_count&style=flat&label=docker%20pulls&color=06A04A)](https://hub.docker.com/r/datakitchen/dataops-observability) [![Documentation](https://img.shields.io/badge/docs-On%20datakitchen.io-06A04A?style=flat)](https://docs.datakitchen.io/observability/what-is-observability/)
33
[![Latest Version](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fhub.docker.com%2Fv2%2Frepositories%2Fdatakitchen%2Fdataops-observability-be%2Ftags%2F&query=results%5B0%5D.name&label=latest%20version&color=06A04A)](https://hub.docker.com/r/datakitchen/dataops-observability-be)
44
[![Static Badge](https://img.shields.io/badge/Slack-Join%20Discussion-blue?style=flat&logo=slack)](https://data-observability-slack.datakitchen.io/join)
55

@@ -147,7 +147,7 @@ To resolve this error, do two things:
147147
## Community
148148

149149
### Getting Started Guide
150-
We recommend you start by going through the [Data Observability Overview Demo](https://docs.datakitchen.io/articles/open-source-data-observability/data-observability-overview).
150+
We recommend you start by going through the [Data Observability Overview Demo](https://docs.datakitchen.io/tutorials/quickstart-demo/).
151151

152152
### Support
153153
For support requests, [join the Data Observability Slack](https://data-observability-slack.datakitchen.io/join) and ask post on #support channel.

observability_ui/apps/basic-auth/src/app/login/login.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<header>
22
<img src="/assets/dk-logo.svg" alt="DataKitchen Logo" class="logo" />
3-
<a target="_blank" href="https://docs.datakitchen.io/home/en-us/">Documentation Library</a>
3+
<a target="_blank" href="https://docs.datakitchen.io/">Documentation Library</a>
44
</header>
55

66
<div class="content">

observability_ui/apps/basic-auth/src/app/logout/logout.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<header>
22
<img src="/assets/dk-logo.svg" alt="DataKitchen Logo" class="logo" />
3-
<a target="_blank" href="https://docs.datakitchen.io/home/en-us/">Documentation Library</a>
3+
<a target="_blank" href="https://docs.datakitchen.io/">Documentation Library</a>
44
</header>
55

66

observability_ui/apps/shell/src/app/components/email-action/email-action.component.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,5 @@
5252
placeholder="{{ emailAction.action_args?.from_address}}"></text-field>
5353
</form>
5454
</ng-container>
55-
56-
<!-- <help-link class="left-actions ml-2"
57-
href="https://docs.datakitchen.io/article/dataops-observability-help/...">sending emails.
58-
</help-link> -->
5955
</mat-card-edit>
6056

observability_ui/apps/shell/src/app/components/header/header.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</a>
4343

4444
<a target="_blank"
45-
href="https://docs.datakitchen.io/articles/dataops-observability-help/dataops-observability-help"
45+
href="https://docs.datakitchen.io/observability/what-is-observability/"
4646
mat-menu-item
4747
class="header-menu__item">
4848
<mat-icon class="header-menu__icon">help</mat-icon>
@@ -51,7 +51,7 @@
5151
</a>
5252

5353
<a target="_blank"
54-
href="https://docs.datakitchen.io"
54+
href="https://docs.datakitchen.io/"
5555
mat-menu-item
5656
class="header-menu__item">
5757
<mat-icon class="header-menu__icon">import_contacts</mat-icon>

observability_ui/apps/shell/src/app/components/header/header.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ describe('HeaderComponent', () => {
7272
it('should call window open with url and features', () => {
7373
window.open = jest.fn();
7474
component.openSmallHelpWindow('test');
75-
expect(window.open).toHaveBeenCalledWith('https://docs.datakitchen.io/test', '_blank', "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=800,height=600,top=700,left=700");
75+
expect(window.open).toHaveBeenCalledWith('https://docs.datakitchen.io/observability/test', '_blank', "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=800,height=600,top=700,left=700");
7676
});
7777
});
7878
});

observability_ui/apps/shell/src/app/components/header/header.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class HeaderComponent extends CoreComponent {
3838
}
3939

4040
openSmallHelpWindow(url: string) {
41-
window.open(`https://docs.datakitchen.io/${url}`, '_blank', this.helpWindowFeatures);
41+
window.open(`https://docs.datakitchen.io/observability/${url}`, '_blank', this.helpWindowFeatures);
4242
}
4343

4444
private isActivationEnd(event: Event): event is ActivationEnd {

observability_ui/apps/shell/src/app/components/rules-actions/implementations/actions/webhook/webhook-action.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import { NgForOf, NgIf } from '@angular/common';
3333
<div class="flex-column controls">
3434
<div class="help-link text-caption--secondary">
3535
Learn more about
36-
<a href="https://docs.datakitchen.io/article/dataops-observability-help/web-request" target="_blank">
36+
<a href="https://docs.datakitchen.io/observability/rules/actions/web-request/" target="_blank">
3737
configuring webhooks.
3838
<mat-icon inline>open_in_new</mat-icon>
3939
</a>

observability_ui/apps/shell/src/app/components/rules-actions/implementations/rules/run-state/run-state-rule.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ import { MatIconModule } from '@angular/material/icon';
7272
<div class="advanced-options-link-container">
7373
{{'learnMoreAbout' | translate}}&nbsp;
7474
<a target="_blank"
75-
href="https://docs.datakitchen.io/article/dataops-observability-help/observability-rule-triggers/a/advanced-run-options"
75+
href="https://docs.datakitchen.io/observability/rules/rule-triggers/#advanced-run-options"
7676
class="advanced-options-link">{{'advancedOptions' | translate | lowercase}}
7777
<mat-icon>open_in_new</mat-icon>
7878
</a>

observability_ui/apps/shell/src/app/projects/api-keys/api-keys.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h1>API Keys</h1>
4444

4545
<help-link
4646
class="learn-more"
47-
href="https://docs.datakitchen.io/article/dataops-observability-help/event-ingestion-api">
47+
href="https://docs.datakitchen.io/observability/event-ingestion-api/">
4848
API Keys
4949
</help-link>
5050
</empty-state-setup>

0 commit comments

Comments
 (0)