Skip to content

Commit

Permalink
docs: add OpenAPI spec (#964)
Browse files Browse the repository at this point in the history
Updates #920

Signed-off-by: Aofei Sheng <aofei@aofeisheng.com>
  • Loading branch information
aofei authored Oct 8, 2024
1 parent ee67a3e commit d3359f1
Show file tree
Hide file tree
Showing 7 changed files with 5,286 additions and 263 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ARG NPM_CONFIG_REGISTRY
RUN npm install

COPY spx-gui .
# Required to resolve symlinks
COPY docs ../docs
COPY tools ../tools
COPY --from=go-builder /app/tools/fmt/static/main.wasm /app/spx-gui/src/assets/format.wasm
COPY --from=go-builder /app/tools/ispx/main.wasm /app/spx-gui/src/assets/ispx/main.wasm
Expand Down
Loading

0 comments on commit d3359f1

Please sign in to comment.