Skip to content

Commit 63068d5

Browse files
anshbansalmaggiehays
authored andcommitted
chore(docs): cleanup location of guide, gitignore generated from git (datahub-project#4256)
1 parent b725585 commit 63068d5

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@ smoke-test/spark-smoke-test/__pycache__/
5757

5858
# Metadata Ingestion Generated
5959
metadata-ingestion/generated/**
60+
61+
# docs
62+
docs/generated/

docs-website/sidebars.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,7 @@ module.exports = {
5959
"docs/saas",
6060
"releases",
6161
],
62-
"Getting Started": [
63-
"docs/quickstart",
64-
"docs/cli",
65-
"docs/debugging",
66-
"docs/how/search",
67-
],
62+
"Getting Started": ["docs/quickstart", "docs/cli", "docs/debugging"],
6863
"Metadata Ingestion": [
6964
// add a custom label since the default is 'Metadata Ingestion'
7065
// note that we also have to add the path to this file in sidebarsjs_hardcoded_titles in generateDocsDir.ts
@@ -200,7 +195,12 @@ module.exports = {
200195
],
201196
},
202197
],
203-
"Usage Guides": ["docs/policies", "docs/domains", "docs/ui-ingestion"],
198+
"Usage Guides": [
199+
"docs/policies",
200+
"docs/domains",
201+
"docs/ui-ingestion",
202+
"docs/how/search",
203+
],
204204
"Developer Guides": [
205205
// TODO: the titles of these should not be in question form in the sidebar
206206
"docs/developers",

docs/how/search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# How to Search for Information in Datahub
1+
# Search Guide
22

33
## Introduction
44

55
The search bar is one of the means of finding data in Datahub. In this document, we discuss more effective ways of finding information beyond doing a standard keyword search. This is because keyword searches can return results from almost any part of an entity.
66

7-
### Search in Specific Fields:
7+
### Search in Specific Fields
88

99
The following examples are in the format of
1010
X: *typical question* :

0 commit comments

Comments
 (0)