diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-03 11:09:02 +0200 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-06-03 11:09:02 +0200 |
commit | 82faba469f6711c6d11e8d6ddae46f1c6faefe3e (patch) | |
tree | 71f4c9f9e36c0a6dce26facd711b9f818a8d9ddc | |
parent | 04b5427827d1cf200be21225788fb270d8747e30 (diff) | |
download | sncontinue-82faba469f6711c6d11e8d6ddae46f1c6faefe3e.tar.gz sncontinue-82faba469f6711c6d11e8d6ddae46f1c6faefe3e.tar.bz2 sncontinue-82faba469f6711c6d11e8d6ddae46f1c6faefe3e.zip |
adding continue.json
-rw-r--r-- | docs/docs/concepts/continue-json.md | 3 | ||||
-rw-r--r-- | docs/sidebars.js | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/docs/concepts/continue-json.md b/docs/docs/concepts/continue-json.md new file mode 100644 index 00000000..7227f660 --- /dev/null +++ b/docs/docs/concepts/continue-json.md @@ -0,0 +1,3 @@ +# continue.json
+
+**TODO: Need to explain this**
\ No newline at end of file diff --git a/docs/sidebars.js b/docs/sidebars.js index b3ebec57..89b20617 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -33,7 +33,7 @@ const sidebars = { label: "Concepts", items: [ "concepts/autopilot", - "concepts/server", + "concepts/continue-json", "concepts/gui", "concepts/history", "concepts/ide", @@ -41,6 +41,7 @@ const sidebars = { "concepts/policy", "concepts/recipe", "concepts/sdk", + "concepts/server", "concepts/step", ], }, |