Skip to content

Commit 2dbcde4

Browse files
authored
fix: remove stale templates guide link and integration CI job (#12)
- Remove sidebar link to deleted /guide/templates page - Remove integration CI job referencing non-existent test/integration/
1 parent 3dda189 commit 2dbcde4

2 files changed

Lines changed: 0 additions & 20 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -103,22 +103,3 @@ jobs:
103103

104104
- name: Build docs
105105
run: make docs-build
106-
107-
integration:
108-
runs-on: ubuntu-latest
109-
needs: [test, lint]
110-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
111-
steps:
112-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
113-
114-
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
115-
with:
116-
go-version-file: go.mod
117-
118-
- name: Integration tests
119-
env:
120-
CF_BASE_URL: ${{ secrets.CF_BASE_URL }}
121-
CF_AUTH_TYPE: basic
122-
CF_AUTH_USER: ${{ secrets.CF_AUTH_USER }}
123-
CF_AUTH_TOKEN: ${{ secrets.CF_AUTH_TOKEN }}
124-
run: go test ./test/integration/ -v -timeout 120s

website/.vitepress/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export default defineConfig({
3636
{ text: 'Getting Started', link: '/guide/getting-started' },
3737
{ text: 'Filtering & Presets', link: '/guide/filtering' },
3838
{ text: 'Discovering Commands', link: '/guide/discovery' },
39-
{ text: 'Templates', link: '/guide/templates' },
4039
{ text: 'Global Flags', link: '/guide/global-flags' },
4140
{ text: 'Error Codes', link: '/guide/error-codes' },
4241
{ text: 'Agent Integration', link: '/guide/agent-integration' },

0 commit comments

Comments
 (0)