diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f29a7231b6..5c2e27957c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -15,7 +15,7 @@ body: required: false - label: I'm not able to find an [open issue](https://github.com/continuedev/continue/issues?q=is%3Aopen+is%3Aissue) that reports the same bug required: false - - label: I've seen the [troubleshooting guide](https://continue.dev/docs/troubleshooting) on the Continue Docs + - label: I've seen the [troubleshooting guide](https://docs.continue.dev/troubleshooting) on the Continue Docs required: false - type: textarea attributes: @@ -58,5 +58,5 @@ body: attributes: label: Log output description: | - Please refer to the [troubleshooting guide](https://continue.dev/docs/troubleshooting) in the Continue Docs for instructions on obtaining the logs. Copy either the relevant lines or the last 100 lines or so. + Please refer to the [troubleshooting guide](https://docs.continue.dev/troubleshooting) in the Continue Docs for instructions on obtaining the logs. Copy either the relevant lines or the last 100 lines or so. render: Shell diff --git a/.gitignore b/.gitignore index f8d2c8a187..f13fbe108c 100644 --- a/.gitignore +++ b/.gitignore @@ -152,4 +152,6 @@ continue_server.build continue_server.dist Icon -Icon? \ No newline at end of file +Icon? + +.continue \ No newline at end of file diff --git a/.prettierrc b/.prettierrc index 222861c341..d3be6d22ea 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,4 +1,5 @@ { "tabWidth": 2, - "useTabs": false + "useTabs": false, + "trailingComma": "all" } diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0daba6aebd..cd59b10f20 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,7 @@ Continue is quickly adding features, and we'd love to hear which are the most im ## 📖 Updating / Improving Documentation -Continue is continuously improving, but a feature isn't complete until it is reflected in the documentation! If you see something out-of-date or missing, you can help by clicking "Edit this page" at the bottom of any page on [continue.dev/docs](https://continue.dev/docs). +Continue is continuously improving, but a feature isn't complete until it is reflected in the documentation! If you see something out-of-date or missing, you can help by clicking "Edit this page" at the bottom of any page on [docs.continue.dev](https://docs.continue.dev). ## 🧑💻 Contributing Code diff --git a/README.md b/README.md index 29ae3a43d5..62fec4aafd 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@