Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,144 changes: 1,121 additions & 23 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"typescript": "^5.8.3",
"typescript-eslint": "^8.34.0",
"vitepress": "^1.6.3",
"vitepress-plugin-llms": "^1.13.2",
"vue-eslint-parser": "^10.1.3"
}
}
11 changes: 10 additions & 1 deletion site/.vitepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { defineConfig } from 'vitepress';
import { genFeed } from './genFeed.js';
import llmstxt from 'vitepress-plugin-llms';

export default defineConfig({
base: '/',
Expand Down Expand Up @@ -128,5 +129,13 @@ export default defineConfig({
// Ignore all localhost links
/^https?:\/\/localhost/,
],
buildEnd: genFeed
buildEnd: genFeed,
vite: {
plugins: [llmstxt({
domain: 'https://wrensecurity.org',
excludeIndexPage: false,
excludeBlog: false,
generateLLMFriendlyDocsForEachPage: false,
})],
}
});
2 changes: 1 addition & 1 deletion site/projects/wrenam/download.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Wren:AM
description: How to get Wren:AM - binary releases, Docker images, and building from source.
---


# Getting Started

You can get Wren:AM Web Application Archive (WAR) in couple of ways:
Expand Down
2 changes: 1 addition & 1 deletion site/projects/wrenam/resources.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Wren:AM
description: Where to find Wren:AM documentation and other project resources.
---


# Resources

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion site/projects/wrends/download.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Wren:DS
description: How to get Wren:DS - binary releases, Docker images, and building from source.
---


# Getting Started

You can get Wren:DS application in a few ways.
Expand Down
2 changes: 1 addition & 1 deletion site/projects/wrends/resources.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Wren:DS
description: Where to find Wren:DS documentation and other project resources.
---


# Resources

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion site/projects/wrenidm/download.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Wren:IDM
description: How to get Wren:IDM - binary releases, Docker images, and building from source.
---


# Getting Started

You can get Wren:IDM application in a few ways.
Expand Down
2 changes: 1 addition & 1 deletion site/projects/wrenidm/resources.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Wren:IDM
description: Where to find Wren:IDM documentation, the cookbook, and other project resources.
---


# Resources

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion site/projects/wrenig/download.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Wren:IG
description: How to get Wren:IG - binary releases, Docker images, and building from source.
---


# Getting Started

You can get Wren:IG application in a few ways.
Expand Down
2 changes: 1 addition & 1 deletion site/projects/wrenig/resources.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Wren:IG
description: Where to find Wren:IG documentation and other project resources.
---


# Resources

## Documentation
Expand Down