Skip to content

Commit

Permalink
docs: Fix docs build (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmc authored Mar 19, 2024
1 parent 259311e commit e108163
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 45 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ lint-deps:
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.1; \
}

.PHONY: docs
docs:
@echo "Generating documentation..."
$(MAKE) -C docs build

.PHONY: test-race
test-race:
go run test -race ./...
Expand Down
4 changes: 4 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.PHONY: start
start:
npm run start

.PHONY: build
build:
npm run build
45 changes: 0 additions & 45 deletions docs/docs/modules/model_io/models/llms/Integrations/llamafile.mdx

This file was deleted.

0 comments on commit e108163

Please sign in to comment.