Skip to content

Commit 0a2ed73

Browse files
authored
Merge pull request #314 from nerdalert/git-local
Feature: Enable the UI to operate with a local git repo only
2 parents 53944fa + 81f44fd commit 0a2ed73

File tree

21 files changed

+2278
-37
lines changed

21 files changed

+2278
-37
lines changed

.env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,8 @@ TAXONOMY_DOCUMENTS_REPO=github.com/instructlab-public/taxonomy-knowledge-docs
1818
NEXT_PUBLIC_AUTHENTICATION_ORG=<AUTHENTICATION_ORG>
1919
NEXT_PUBLIC_TAXONOMY_REPO_OWNER=<GITHUB_ACCOUNT>
2020
NEXT_PUBLIC_TAXONOMY_REPO=<REPO_NAME>
21+
2122
NEXT_PUBLIC_EXPERIMENTAL_FEATURES=false
23+
# The following requires experimental and dev mode to be enabled
24+
# NEXT_PUBLIC_BASE_CLONE_DIRECTORY=/base/path/
25+
# NEXT_PUBLIC_LOCAL_REPO_PATH=/base/path/cloned_dir_name

0 commit comments

Comments
 (0)