51 Commits

Author SHA1 Message Date
ShadowArcanist f15e539938 fix(workflows): pr-label-management fails on schedule 2026-05-30 14:06:29 +05:30
Andras Bacsai 3fa9f9027a chore(ci): enable manual build workflow runs 2026-05-26 13:35:36 +02:00
Andras Bacsai a64450ae9d feat(platform): migrate docs from VitePress to Fumadocs + TanStack Start
Replace VitePress/Vue stack with Fumadocs MDX, TanStack Start, React 19,
and Vite. Migrate all documentation content to MDX under content/docs/.
Add full src/ app with React components, routing, search, and API page.

Remove Korrektly integration from CI/CD workflows, Dockerfile, and env
vars. Update build pipeline to output to .output/public instead of
docs/.vitepress/dist.
2026-05-06 12:08:05 +02:00
ShadowArcanist fee8a5afb1 repo(workflow): added PRs Label Management to automatically update labels on PRs 2026-03-05 09:36:46 +05:30
ShadowArcanist cb467ad306 repo(workflow): improved Enforce PR Standards to properly detect maintainers and skip validation for maintainers 2026-03-05 09:21:24 +05:30
ShadowArcanist 0686e52244 Fixed github workflow Enforce PR Standards failing due to not able to find runner 2025-12-17 11:02:29 +01:00
ShadowArcanist f952729a59 Added back the PR checking workflow
Andras accidentally deleted it
2025-11-14 02:28:51 +05:30
Andras Bacsai cb607bf074 feat: remove obsolete GitHub workflows for PR validation and code review 2025-10-28 10:09:21 +01:00
Andras Bacsai 8bdd6af163 feat: enhance production build workflow with multi-architecture support and improved caching 2025-10-28 09:12:58 +01:00
Andras Bacsai 291cd478f2 feat: enhance staging build workflow with multi-architecture support and improved caching 2025-10-28 09:12:54 +01:00
Andras Bacsai 5d58cdc8e9 feat: add korrektly API environment variables to production and staging build workflows 2025-10-28 09:01:51 +01:00
Aditya Tripathi 6d8762b08c feat: korrektly search 2025-10-26 22:15:39 +00:00
Andras Bacsai c95de33769 Update claude-code-review.yml 2025-10-15 15:05:23 +02:00
Andras Bacsai 129cc41ba4 "Claude Code Review workflow" 2025-10-07 09:24:42 +02:00
Andras Bacsai d600ba5543 "Claude PR Assistant workflow" 2025-10-07 09:24:41 +02:00
Andras Bacsai 5bdd2c87d6 feat(env): add environment variables for site URL and analytics domain
- Introduced .env.example file to define VITE_SITE_URL and VITE_ANALYTICS_DOMAIN.
- Updated Dockerfile to accept new build arguments for site URL and analytics domain.
- Modified production and staging build workflows to utilize the new environment variables.
- Updated VitePress configuration to dynamically set the hostname and meta tags based on the environment variables.
2025-10-06 10:04:07 +02:00
Serdar Yerdelen 3a2f029a1c fix: lastUpdated support per page 2025-07-31 13:39:25 +02:00
ShadowArcanist 82c71290bc Added workflow to enforce PR standards 2025-06-24 22:10:18 +05:30
Andras Bacsai 39eafcedd8 chore: update Dockerfile to use ARG for VITE_ANALYTICS_DOMAIN and adjust staging build workflow 2025-05-26 11:46:42 +02:00
Andras Bacsai b7bd3c493a chore: update VITE_ANALYTICS_DOMAIN secret in staging build workflow 2025-05-26 11:40:18 +02:00
Andras Bacsai 0cd7e20958 chore: add VITE_ANALYTICS_DOMAIN secret to staging build workflow 2025-05-26 11:36:17 +02:00
Andras Bacsai ac03f39852 chore: add VITE_ANALYTICS_DOMAIN environment variable for production and staging builds 2025-05-26 08:52:29 +02:00
Andras Bacsai b9141a0a1d Merge branch 'next' into v5.x-announcement 2025-04-24 20:33:48 +02:00
Andras Bacsai aa4701de26 Update image name in production and staging build workflows to reflect new documentation repository 2025-04-24 20:28:39 +02:00
peaklabs-dev 73b60819d0 refactor(workflows): use bun and new branch name 2025-04-24 13:09:41 +02:00
peaklabs-dev 2ab0d233e6 chore(workflows): new image name and new branch names 2025-04-24 13:09:13 +02:00
Andras Bacsai 0e12dae3b1 Update Dockerfile to set VITE_ANALYTICS_DOMAIN as an environment variable and remove it from staging build workflow 2025-04-19 16:53:12 +02:00
Andras Bacsai 11340002fd Add VITE_ANALYTICS_DOMAIN environment variable to staging build workflow 2025-04-19 16:34:21 +02:00
Andras Bacsai bcbe68e097 Fix indentation in production build workflow for Docker Buildx setup 2025-04-16 11:32:14 +02:00
Andras Bacsai 652ba1c10c Update production build workflow to use actions/checkout@v4 and specify latest Docker Buildx version 2025-04-16 11:30:36 +02:00
Andras Bacsai e88573d683 Update GitHub Actions workflow to use actions/checkout@v4 and set Docker Buildx version to latest 2025-04-16 11:23:26 +02:00
🏔️ Peak 7530024c75 fix(workflows): cache for staging build 2025-04-01 21:14:24 +02:00
🏔️ Peak 31e52d00c0 fix(workflow): action cache 2025-04-01 21:09:23 +02:00
Andras Bacsai 00816337bb chore(ci): update Coolify webhook for staging deployment 2025-03-23 19:22:54 +01:00
Andras Bacsai 34d433c563 chore(ci): add staging build workflow for Docker image deployment 2025-03-23 19:21:23 +01:00
skeptrune fff584bbb0 feat(trieve): increase memory limit on CI action for large openapi spec 2025-03-19 02:25:59 -07:00
skeptrune 90a14c4911 feature(discovery): add Trieve search and AI chat to the docs (old Mintlify functionality) 2025-03-18 11:07:31 -07:00
Andras Bacsai faafd05172 feat: optimize Docker build and GitHub Actions caching strategy 2025-02-09 17:16:30 +01:00
Andras Bacsai a89aeddbfe chore: remove GitHub Actions Docker build workflow 2025-02-08 13:15:40 +01:00
Andras Bacsai 016a2bca8c Merge remote-tracking branch 'newdocs/main' 2025-02-08 13:13:40 +01:00
ShadowArcanist 85183c7525 Added new step on Github actions to trigger deployment on Coolify 2025-01-22 09:01:11 +05:30
ShadowArcanist c80bde91ac fix again x2 gh action build error 2025-01-08 09:59:42 +05:30
ShadowArcanist 504a71e7f0 Fix again to fix the gh build error 2025-01-08 09:58:25 +05:30
ShadowArcanist 5b9b821056 Fixed GH action Build error 2025-01-08 09:53:58 +05:30
ShadowArcanist b3b4552d57 Added Github Action to build the docker image and push it to GHCR - experimental 2025-01-08 09:51:21 +05:30
ShadowArcanist cef0905443 Update issue templates 2024-12-30 09:55:47 +05:30
Andras Bacsai 416786d9b6 Add funding information for open_collective and github 2024-11-28 11:06:49 +01:00
Andras Bacsai bee5bacc4a Add deployment step to production build workflow 2024-11-28 11:05:24 +01:00
Andras Bacsai 1253690c06 Update runs-on platform to self-hosted arm64 in production build workflow 2024-11-28 10:51:21 +01:00
Andras Bacsai 25be9d8ba5 Update image name in production build workflow 2024-11-28 10:40:23 +01:00