Skip to content

Commit

Permalink
docs: add docs directory to the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob van den Hoogen committed Oct 25, 2023
1 parent cf105bc commit 5d71d6b
Show file tree
Hide file tree
Showing 12 changed files with 1,406 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,15 @@ jobs:
mkdir -p ../app/build/docker
buf build -o ../app/build/docker/descriptor.binpb
- run: ./gradlew prepareForDocker -PciBuild

- name: "Generate OpenAPI spec"
run: |
cd protos
buf generate
- name: "Generate API Reference Docs"
run: |
cd docs
pip install pyyaml
python generate.py
# Docker cross platform builds
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
1 change: 1 addition & 0 deletions docs/.gitbook.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
root: ./
Loading

0 comments on commit 5d71d6b

Please sign in to comment.