Skip to content

Commit f8d018a

Browse files
Merge branch 'main' into feat/genai-toolkit
2 parents 2c09495 + 3973707 commit f8d018a

File tree

47 files changed

+1274
-809
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1274
-809
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@
1616
vendor/
1717

1818
# local build
19-
algolia
19+
algolia
20+
21+
# Ignore docs directory
22+
docs/

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ VARIATION ?= old
1414
ifeq ($(VARIATION),old)
1515
DOCS_FOLDER = docs
1616
DOCS_GENERATED_PATH = app_data/cli/commands
17-
DOCS_REPO_URL = https://github.com/algolia/doc.git
17+
DOCS_REPO_URL = git@github.com:algolia/doc.git
1818
DOCS_BRANCH = master
1919
DOCS_EXTENSION = yml
2020
else ifeq ($(VARIATION),new)

0 commit comments

Comments
 (0)