Skip to content

Commit 8a8e14a

Browse files
authored
Remove search page (#1505)
* remove search * remove references to search * alphabetize guides
1 parent f26a93a commit 8a8e14a

File tree

3 files changed

+9
-46
lines changed

3 files changed

+9
-46
lines changed

docs.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,7 @@
166166
"group": "Insights",
167167
"pages": [
168168
"insights/overview",
169-
"insights/feedback",
170-
"insights/search"
169+
"insights/feedback"
171170
]
172171
},
173172
"optimize/seo",
@@ -243,20 +242,20 @@
243242
"guides/migrating-from-mdx"
244243
]
245244
},
246-
{
247-
"group": "Insights",
248-
"icon": "chart-line",
249-
"pages": [
250-
"guides/improving-docs"
251-
]
252-
},
253245
{
254246
"group": "Git",
255247
"icon": "git-merge",
256248
"pages": [
257249
"guides/git-concepts",
258250
"guides/branches"
259251
]
252+
},
253+
{
254+
"group": "Insights",
255+
"icon": "chart-line",
256+
"pages": [
257+
"guides/improving-docs"
258+
]
260259
}
261260
]
262261
},

guides/improving-docs.mdx

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,14 @@ description: "Use data to make your documentation better"
55

66
Improve your documentation based on quantitative and qualitative data from your insights page.
77

8-
## Cross-analytics insights
9-
10-
Combine information from multiple insights sources to get a holistic view of your documentation.
11-
12-
### Correlate traffic and satisfaction
8+
## Correlate traffic and satisfaction
139
- **High traffic and low feedback scores**: Popular pages with a poor user experience. Prioritize improving these pages.
1410
- **Low traffic and high feedback scores**: Documentation that is working well, but might not be discoverable. Consider promoting these pages.
1511
- **High traffic and high feedback scores**: Your documentation's greatest hits. Review these pages for ideas to improve the rest of your content.
1612

17-
### Match search intent with content performance
18-
- **High search volume and low page views**: Discoverability problems. Consider moving these pages or reviewing their frontmatter.
19-
- **Popular search terms and low-confidence results**: Content gap opportunity. Consider adding more content or new content on these topics.
20-
- **Top searches and negative feedback on matching pages**: User experience issues. Review the pages to see if they solve the user need that is being searched for.
21-
2213
## Put insights into action
2314

2415
Use these patterns to prioritize your documentation improvements:
2516

2617
- **Fix high-impact problems first**: Popular pages with poor feedback scores affect the most users.
27-
- **Fill verified content gaps**: Low-confidence searches with high volume indicate unmet user needs.
2818
- **Respond to user feedback**: Contextual and code snippet feedback can identify specific areas for improvement.
29-
- **Align search and content**: Ensure your most-searched topics have comprehensive, well-organized pages.
30-
- **Monitor rising search trends with no existing popular pages**: New content opportunities.

insights/search.mdx

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)