Skip to content

Commit 3b08f30

Browse files
wip
1 parent b79c475 commit 3b08f30

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

src/content/docs/query-your-data/explore-query-data/notebooks/add-queries-to-notebooks.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metaDescription: 'Learn about notebook blocks, active blocks, action toolbars, a
99
freshnessValidatedDate: never
1010
---
1111

12-
Query blocks are the core component of notebooks, allowing you to write NRQL queries and visualize the results directly within your document. You can add multiple query blocks to a single notebook to build a comprehensive data story.
12+
Query blocks are the core component of notebooks, allowing you to write NRQL queries and visualize the results within your document. You can add multiple query blocks to a single notebook to build a comprehensive data story.
1313

1414
## Active block
1515

@@ -24,7 +24,7 @@ Queries coming from Data Explorer are added to the active block if the active bl
2424
To change an active block you need to select or add another block in the notebook.
2525

2626
When a Markdown Block is active, it automatically enters an editing mode featuring a convenient two-column layout to optimize your documentation workflow:
27-
* **Editing Column (Left)**: This is where you directly type and format your Markdown code.
27+
* **Editing Column (Left)**: This is where you type and format your Markdown code.
2828
* **Live Preview Column (Right)**: This instantly displays a real-time visual preview of your formatted documentation, ensuring accuracy as you type.
2929

3030
## Action toolbar

src/content/docs/query-your-data/explore-query-data/notebooks/introduction-notebooks.mdx

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Notebooks solve this problem by providing a dynamic and organized way to tell a
1818

1919
## Use cases
2020

21-
Use notebooks to streamline your workflow and turn raw data into actionable stories:
21+
Use notebooks to improve your workflow and turn raw data into actionable stories:
2222

2323
* **Query, analyze, and visualize data**: Seamlessly query all your observability data (logs, metrics, events) and create visualizations to gain a better understanding of your system's performance.
2424
* **Create post-mortems and incident documents**: Collaborate with your team to document investigations and create a clear, reusable record for incident post-mortems and root cause analysis.
@@ -42,7 +42,7 @@ Every notebook is composed of different types of blocks:
4242

4343
As you build your notebook, you can:
4444

45-
* **Edit blocks in real-time**: Click on any block to make it active and start editing
45+
* **Edit blocks in real-time**: Click any block to make it active and start editing
4646
* **Organize your story**: Duplicate, move, or delete blocks to create the perfect narrative flow
4747
* **Collaborate seamlessly**: Share your notebook with your team and work together on investigations
4848

@@ -80,19 +80,14 @@ Every notebook is a resource that belongs to the organization in which it was cr
8080
### Current permissions model
8181

8282
<Callout variant="tip">
83-
Notebooks currently do not have granular permission settings. Anyone in the organization who has access to the feature can create new notebooks, edit and delete existing ones. We are working on introducing granular permissions allowing users to decide who within the organization sees, edits and deletes particular notebooks.
83+
Notebooks currently do not have granular permission settings. Anyone in the organization who has access to the feature can create new notebooks, edit and delete existing ones.
8484
</Callout>
8585

8686
**Current capabilities:**
8787
* All organization members with notebooks access can view all notebooks
8888
* All organization members with notebooks access can create, edit, and delete any notebook
8989
* Notebooks are automatically shared across your entire organization
9090

91-
**Coming soon:**
92-
* Owner-based permissions (only creators can edit/delete)
93-
* Read-only sharing options
94-
* Team-based access controls
95-
9691
## Get started with notebooks
9792

9893
Now that you understand how notebooks work and their permissions model, you're ready to start creating and managing your own notebooks.
@@ -103,7 +98,7 @@ To access notebooks:
10398

10499
1. Go to **[one.newrelic.com](https://one.newrelic.com)**.
105100
2. Open the **Query your data** console from the drawer at the bottom of the page.
106-
3. Click on **Notebooks** in the query builder header to see a list of all notebooks created by your organization.
101+
3. Click **Notebooks** in the query builder header to see a list of all notebooks created by your organization.
107102

108103
<img
109104
title="Navigate to notebooks from query your data"
@@ -127,15 +122,15 @@ You have two simple ways to start a new notebook:
127122

128123
1. Select the **+ Create a notebook** button at the top-right corner of the index.
129124
2. Give your notebook a meaningful name (names are searchable, so use relevant keywords like your service or application name).
130-
3. Press **Create**.
125+
3. Click **Create**.
131126
4. The query console drawer opens. Type your first query!
132127

133128
### Start from the query console
134129

135130
1. Open the query console (the drawer at the bottom of the platform).
136131
2. Create your desired queries and Markdown blocks.
137-
3. Press the **Save** button.
138-
4. Name your notebook, and press **Save**.
132+
3. Click the **Save**.
133+
4. Name your notebook, and click **Save**.
139134

140135
</Collapser>
141136

@@ -159,7 +154,7 @@ To find specific notebooks in your organization:
159154
### Duplicate a notebook
160155

161156
1. Open the notebook you want to duplicate.
162-
2. Click the arrow next to the tab name in the console drawer and click on **duplicate**.
157+
2. Click the arrow next to the tab name in the console drawer and click **duplicate**.
163158
3. Click **Duplicate** from the context menu.
164159
4. A copy of the notebook will open in a new tab, ready for editing.
165160

0 commit comments

Comments
 (0)