summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-06-29 22:01:46 -0700
committerTy Dunn <ty@tydunn.com>2023-06-29 22:01:46 -0700
commit25e791c3ae5228ac997fd4f4069e6d9ed2a6acbd (patch)
treed87bee7704f073a7afc5892950fa5d5e9affce5f
parent6b8148fa30cd4f3550c5714bb9239498ae371898 (diff)
downloadsncontinue-25e791c3ae5228ac997fd4f4069e6d9ed2a6acbd.tar.gz
sncontinue-25e791c3ae5228ac997fd4f4069e6d9ed2a6acbd.tar.bz2
sncontinue-25e791c3ae5228ac997fd4f4069e6d9ed2a6acbd.zip
adding back redirect
-rw-r--r--docs/docs/collecting-data.md2
-rw-r--r--docs/netlify.toml3
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/docs/collecting-data.md b/docs/docs/collecting-data.md
index bc6d758f..b3f5a625 100644
--- a/docs/docs/collecting-data.md
+++ b/docs/docs/collecting-data.md
@@ -2,6 +2,6 @@
You might have noticed the `Collect Data` toggle at the bottom of the Continue GUI. If you turn it on, it automatically collects accepted and rejected suggestions, so you can fine-tune an LLM to give better answers.
-Right now, it stores them in a JSON file on your computer. Going forward, we plan to enable you to join them with data from other developers on your team and help you fine-tune an LLM to better follow your team's best practices.
+Right now, it stores them in `.continue/suggestions.json` within your workspace. Going forward, we plan to enable you to join them with data from other developers on your team and help you fine-tune an LLM to better follow your team's best practices.
If you are interested in working with us to fine-tune models based on your coding data, reach out to hi@continue.dev! \ No newline at end of file
diff --git a/docs/netlify.toml b/docs/netlify.toml
new file mode 100644
index 00000000..48ea9fac
--- /dev/null
+++ b/docs/netlify.toml
@@ -0,0 +1,3 @@
+[[redirects]]
+from = "/docs"
+to = "/docs/intro" \ No newline at end of file