Skip to content

Commit f67d967

Browse files
authored
fix: more fixes to makefile for api refs (#410)
1 parent b152c73 commit f67d967

File tree

5 files changed

+6
-2875
lines changed

5 files changed

+6
-2875
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ web: ## runs the docs site locally
1212
sync-docs: sync-console-crd-docs sync-operator-crd-docs sync-liquid-docs
1313

1414
sync-console-crd-docs:
15-
curl -L https://raw.githubusercontent.com/pluralsh/console/master/go/controller/docs/api.md --output pages/01-overview/03-api-reference.md
15+
curl -L https://raw.githubusercontent.com/pluralsh/console/master/go/controller/docs/api.md --output pages/01-overview/03-management-api-reference.md
1616

1717
sync-operator-crd-docs:
18-
curl -L https://raw.githubusercontent.com/pluralsh/deployment-operator/main/docs/api.md --output pages/01-overview/04-agent-api.md
18+
curl -L https://raw.githubusercontent.com/pluralsh/deployment-operator/main/docs/api.md --output pages/01-overview/04-agent-api-reference.md
1919

2020
sync-liquid-docs:
21-
curl -L https://raw.githubusercontent.com/pluralsh/polly/main/docs/liquid-filters.md --output pages/03-plural-features/08-service-templating/01-templating-filters.mdi
21+
curl -L https://raw.githubusercontent.com/pluralsh/polly/main/docs/liquid-filters.md --output pages/03-plural-features/08-service-templating/01-supporting-liquid-filters.md

0 commit comments

Comments
 (0)