Skip to content

Commit 4386eee

Browse files
committed
revert, need to use the crawler
1 parent 649b7ac commit 4386eee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/update_search.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
from config import SITE_DOMAIN, BASE_API_FILES_PATH
66

7-
APP_ID = 'WDDPJKSDHF'
7+
APP_ID = 'GNSJUJD786'
88
API_KEY = os.environ['ALGOLIA_API_KEY']
9-
INDEX_NAME = 'Developer Docs Crawler'
9+
INDEX_NAME = 'docs'
1010

1111

1212
def create_index_object(api_type, api_type_title, tag, object_id, description, anchor):

0 commit comments

Comments
 (0)