fix: 🩹 website: use docusaurus context

Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
jffarge
2022-03-30 16:48:24 +02:00
parent fca6968bff
commit 8c9621e137
4 changed files with 13 additions and 7 deletions

View File

@@ -89,7 +89,7 @@ mdlint: # Markdown lint for web
.PHONY: web
web: # Run the website locally
yarn --cwd "./website" install
yarn --cwd "./website" dev
yarn --cwd "./website" start
.PHONY: todo
todo: # Find all TODO items