Skip to content

Commit 7d77cbc

Browse files
Copilotimolorhe
andcommitted
Remove all remaining hallucinated content from documentation
Co-authored-by: imolorhe <4608143+imolorhe@users.noreply.github.com>
1 parent 6a8f9e5 commit 7d77cbc

File tree

5 files changed

+14
-824
lines changed

5 files changed

+14
-824
lines changed

packages/altair-docs/docs/features/result-pane.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ Status: 200 OK | Time: 245ms | Size: 1.2KB
140140
- **Time**: Total response time including network latency
141141
- **Size**: Response payload size
142142

143-
For detailed information, see [Response Stats documentation](/docs/features/response-stats).
144-
145143
### Response Headers
146144

147145
View HTTP response headers by clicking the headers tab:
@@ -159,25 +157,21 @@ x-request-id: req_abc123
159157
### Copying Data
160158

161159
**Copy Specific Values**:
162-
- Click on any JSON value to copy it
163-
- Right-click for copy options (value, key, path)
164-
- Use keyboard shortcuts for quick copying
160+
- Select text in the response to copy it
161+
- Use standard copy keyboard shortcuts (Ctrl/Cmd+C)
165162

166163
**Copy Entire Response**:
167-
- Right-click in result pane → "Copy Response"
168-
- Or use the copy button in the result pane toolbar
164+
- Select all text in the result pane (Ctrl/Cmd+A)
165+
- Copy with Ctrl/Cmd+C
166+
- Or download the response (see Downloading section below)
169167

170168
### Searching Response Data
171169

172-
Use the search functionality to find specific data:
170+
Use browser's find functionality to search response data:
173171

174-
1. Click the search icon in the result pane
172+
1. Use Ctrl/Cmd+F to open find in the result pane
175173
2. Enter your search term
176-
3. Navigate through results with up/down arrows
177-
4. Search supports:
178-
- Field names
179-
- Values (strings, numbers)
180-
- Case-sensitive/insensitive options
174+
3. Navigate through results with Enter or find navigation buttons
181175

182176
### Navigating Large Responses
183177

packages/altair-docs/docs/plugins/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ Discover the most useful and popular plugins in the Altair ecosystem.
5959
### [Writing Your Own Plugin](/docs/plugins/writing-plugin)
6060
Learn the basics of creating custom plugins for Altair.
6161

62-
### [Plugin Development Tutorial](/docs/plugins/plugin-development-tutorial)
63-
Complete step-by-step tutorial for developing advanced Altair plugins with examples and best practices.
64-
6562
### [Submitting Your Plugin](/docs/plugins/submitting-plugin)
6663
Guidelines for sharing your plugin with the Altair community.
6764

0 commit comments

Comments
 (0)