Skip to content

Commit 5ee0456

Browse files
authored
Merge pull request #136 from isartor-ai/chore/dedupe-docs-site-keep-130
chore: remove duplicate docs-site (keep docs.agentwerke.de/ from #130)
2 parents c0df071 + 0be6203 commit 5ee0456

8 files changed

Lines changed: 5 additions & 2557 deletions

File tree

.github/workflows/docs-site.yml

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

docs/.vitepress/config.ts

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

docs/README.md

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,8 @@ Start here.
2525
## Contributing
2626
- [CONTRIBUTING](../CONTRIBUTING.md) · [Code of Conduct](../CODE_OF_CONDUCT.md) · [Security policy](../SECURITY.md) · [Changelog](../CHANGELOG.md)
2727

28-
## Docs site (docs.agentwerke.de)
29-
30-
This folder is also the source for the user-manual site, built with
31-
[VitePress](https://vitepress.dev) (config in [`.vitepress/config.ts`](.vitepress/config.ts)).
32-
Only the curated user-facing pages are published; internal planning docs, ADR
33-
spikes, and the `github-issues/` archive are excluded via `srcExclude`.
34-
35-
```bash
36-
cd docs
37-
npm install
38-
npm run docs:dev # local dev server with hot reload
39-
npm run docs:build # production build → .vitepress/dist
40-
```
41-
42-
Pushes to `main` touching `docs/**` deploy to GitHub Pages via
43-
[`.github/workflows/docs-site.yml`](../.github/workflows/docs-site.yml); the
44-
custom domain comes from [`public/CNAME`](public/CNAME). One-time setup: repo
45-
**Settings → Pages → Source: GitHub Actions**, and a `docs.agentwerke.de` DNS
46-
`CNAME``isartor-ai.github.io`.
28+
## Docs site
29+
30+
The published user manual at **docs.agentwerke.de** is built from the
31+
[`docs.agentwerke.de/`](../docs.agentwerke.de) VitePress project and deployed by
32+
[`.github/workflows/docs-pages.yml`](../.github/workflows/docs-pages.yml).

docs/index.md

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

0 commit comments

Comments
 (0)