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
7 changes: 7 additions & 0 deletions .vscode/markdoc.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,13 @@
"description": "Markdoc underline tag"
},

"UI element": {
"scope": "markdoc",
"prefix": ";;ui",
"body": "{% ui %}${1:UI element name}{% /ui %}",
"description": "Markdoc ui tag for rendering references to UI elements"
},

"Superscript": {
"scope": "markdoc",
"prefix": ";;sup",
Expand Down
3 changes: 3 additions & 0 deletions content/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
/en/dd_e2e/cdocs/integration/content_filtering.md
/en/dd_e2e/cdocs/integration/headings_and_toc.md
/en/dd_e2e/cdocs/integration/sticky_data.md
/en/agent/tooltip_test.md
/en/dd_e2e/cdocs/integration/conditionally_displayed_filters/hide_if.md
/en/dd_e2e/cdocs/integration/conditionally_displayed_filters/show_if.md
/en/dd_e2e/cdocs/integration/dynamic_options.md
/en/dd_e2e/cdocs/components/glossary_tooltip.md
/en/dd_e2e/cdocs/components/ui.md
3 changes: 3 additions & 0 deletions content/en/dd_e2e/cdocs/_index.mdoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ This folder contains a collection of pages used for e2e tests. These pages are n
* [Tooltip](/dd_e2e/cdocs/components/tooltip)
* Variations of the tooltip component render as expected on initial page load.
---
* [UI](/dd_e2e/cdocs/components/ui)
* Variations of the ui component render as expected on initial page load.
---
* [Underline](/dd_e2e/cdocs/components/underline)
* Variations of the underline component render as expected on initial page load.
---
Expand Down
20 changes: 20 additions & 0 deletions content/en/dd_e2e/cdocs/components/glossary_tooltip.mdoc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Glossary tooltip
draft: true
---

## Case tests

Default case: {% glossary-tooltip term="trace_context_propagation" /%}

Title case: {% glossary-tooltip term="trace_context_propagation" case="title" /%}

Title case (no short definition): {% glossary-tooltip term="snmp" case="title" /%}

Sentence case: {% glossary-tooltip term="trace_context_propagation" case="sentence" /%}

Sentence case (no short definition): {% glossary-tooltip term="snmp" case="sentence" /%}

Lower case: {% glossary-tooltip term="trace_context_propagation" case="lower" /%}

Upper case: {% glossary-tooltip term="trace_context_propagation" case="upper" /%}
23 changes: 23 additions & 0 deletions content/en/dd_e2e/cdocs/components/ui.mdoc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: UI
draft: true
---

## Overview

This page contains examples of the ui component.


## Examples

### Button label

Click {% ui %}Save{% /ui %} to save your changes.

### Menu navigation

Open the {% ui %}File{% /ui %} menu and select {% ui %}Open{% /ui %}.

### UI element in a sentence

To enable notifications, navigate to the {% ui %}Settings{% /ui %} page and toggle {% ui %}Notifications{% /ui %} on.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ content_filters:
- trait_id: platform
option_group_id: dd_e2e_platform_options
- trait_id: prog_lang
label: language
option_group_id: dd_e2e_<PLATFORM>_prog_lang_options
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
id: extract_etl
title: extract, transform, and load (ETL)
related_terms:
---
An established system where you pull data, transform the data, and load the output into a data warehouse. For more information, <a href="https://www.datadoghq.com/blog/engineering/crunchconf-talk-self-serve-analytics/#data-as-a-product-the-single-source-of-truth">see the blog post</a>.
1 change: 0 additions & 1 deletion content/es/glossary/terms/extract_(ETL).md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
id: extract_etl
related_terms: null
title: extracción, transformación y carga (ETL)
---
Un sistema establecido en el que se extraen datos, se transforman y se carga el resultado en un almacén de datos. Para obtener más información, <a href="https://www.datadoghq.com/blog/engineering/crunchconf-talk-self-serve-analytics/#data-as-a-product-the-single-source-of-truth">consulta la entrada del blog</a>.
1 change: 0 additions & 1 deletion content/fr/glossary/terms/extract_(ETL).md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
id: extract_etl
related_terms: null
title: extract, transform, and load (ETL)
---
Un système établi dans lequel vous récupérez des données, les transformez et chargez le résultat dans un entrepôt de données. Pour plus d'informations, <a href="https://www.datadoghq.com/blog/engineering/crunchconf-talk-self-serve-analytics/#data-as-a-product-the-single-source-of-truth">consultez l'article de blog à ce sujet</a>.
1 change: 0 additions & 1 deletion content/ja/glossary/terms/extract_(ETL).md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
id: extract_etl
related_terms: null
title: 抽出、変換、書き出し (ETL)
---
データを抽出し、変換し、その結果をデータウェアハウスにロードする確立されたシステム。詳しくは、<a href="https://www.datadoghq.com/blog/engineering/crunchconf-talk-self-serve-analytics/#data-as-a-product-the-single-source-of-truth">ブログ記事を参照</a>してください。
Loading
Loading