Skip to content

Commit 5350570

Browse files
committed
Some docs stack cleanup
1 parent 85e62b1 commit 5350570

File tree

16 files changed

+107
-263
lines changed

16 files changed

+107
-263
lines changed

.env.baseai.example

Lines changed: 0 additions & 22 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"files.associations": {
3-
"*.mdx": "markdown",
4-
}
2+
"files.associations": {
3+
"*.mdx": "markdown"
4+
},
5+
"editor.formatOnSave": true,
6+
"editor.defaultFormatter": "esbenp.prettier-vscode"
57
}

docs-chatbot.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,3 @@ pnpm sync
99
```
1010

1111
This will verify all the changes since the last sync, update these files, and then write the commit hash to `baseai/memory/docs/index.ts` file which you should commit to keep track.
12-
13-
### Update llms.txt file
14-
15-
Run the following command to update the `llms.txt` file:
16-
17-
```sh
18-
pnpm llmstxt
19-
```

docs/cody/clients/install-cli.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,6 @@ cody chat --context-file src/controller.ts -m 'Are there code smells in this fil
177177

178178
## Chat with --context-repo to add context from remote repositories
179179

180-
<Callout type="info">This feature is only supported on Cody Enterprise.</Callout>
181-
182180
Use `--context-repo` to provide context from remote repositories.
183181

184182
```shell

next.config.js

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
const config = require('./docs.config.js');
21
const {withContentlayer} = require('next-contentlayer');
3-
const {updatedRedirectsData} = require('./src/data/redirects.ts');
42
const {generateRssFeed} = require('./dev/rss');
53
/** @type {import('next').NextConfig} */
64

@@ -14,36 +12,6 @@ const nextConfig = {
1412
// https://vercel.com/docs/projects/environment-variables/system-environment-variables
1513
// basePath: process.env.VERCEL_ENV === 'production' ? '/docs' : '',
1614
basePath: process.env.VERCEL_ENV === 'production' ? '/docs' : '',
17-
// async redirects() {
18-
// return [
19-
// ...updatedRedirectsData,
20-
// {
21-
// source: `/v/${config.DOCS_LATEST_VERSION}/:slug*`,
22-
// destination: `https://sourcegraph.com/docs/:slug*`,
23-
// permanent: false
24-
// },
25-
// {
26-
// source: `/@${config.DOCS_LATEST_VERSION}/:slug*`,
27-
// destination: `https://sourcegraph.com/docs/:slug*`,
28-
// permanent: false
29-
// },
30-
// {
31-
// source: '/v/:version(\\d+\\.\\d+)/:slug*',
32-
// destination: 'https://:version.sourcegraph.com/:slug*',
33-
// permanent: true
34-
// },
35-
// {
36-
// source: '/@:version(\\d+\\.\\d+)/:slug*',
37-
// destination: 'https://:version.sourcegraph.com/:slug*',
38-
// permanent: true
39-
// },
40-
// {
41-
// source: '/changelog.rss',
42-
// destination: '/technical-changelog.rss',
43-
// permanent: true
44-
// }
45-
// ];
46-
// }
4715
};
4816

4917
module.exports = async () => {

public/cloud-cta-illustration.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/other-logos/aws-dark.svg

Lines changed: 0 additions & 38 deletions
This file was deleted.

public/other-logos/aws-light.svg

Lines changed: 0 additions & 38 deletions
This file was deleted.

public/other-logos/k3s.png

-11.2 KB
Binary file not shown.

public/other-logos/minikube.png

-62.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)