Skip to content

Commit

Permalink
address pr feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <michael.beemer@dynatrace.com>
  • Loading branch information
beeme1mr committed Dec 18, 2023
1 parent 3f30357 commit 5476b1d
Show file tree
Hide file tree
Showing 8 changed files with 548 additions and 43 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,20 @@ generate-proto-docs: pull-schemas-submodule
run-web-docs: generate-docs generate-proto-docs
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material

# Run the playground app in dev mode
# See the readme in the playground-app folder for more details
.PHONY: playground-dev
playground-dev:
cd playground-app && npm ci && npm run dev

# Build the playground app
# See the readme in the playground-app folder for more details
.PHONY: playground-build
playground-build:
cd playground-app && npm ci && npm run build

# Publish the playground app to the docs folder
# See the readme in the playground-app folder for more details
.PHONY: playground-publish
playground-publish: playground-build
cp playground-app/dist/assets/index-*.js docs/playground/playground.js
45 changes: 25 additions & 20 deletions docs/playground/playground.js

Large diffs are not rendered by default.

Loading

0 comments on commit 5476b1d

Please sign in to comment.