Skip to content

Commit e6df85f

Browse files
committed
New documentation files.
Signed-off-by: alexmerlin <[email protected]>
1 parent df102e9 commit e6df85f

38 files changed

+1061
-0
lines changed

.github/workflows/docs-build.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: docs-build
2+
3+
on:
4+
release:
5+
types: [published]
6+
workflow_dispatch:
7+
8+
jobs:
9+
build-deploy:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Build Docs
13+
uses: dotkernel/documentation-theme/github-actions/docs@main
14+
env:
15+
DEPLOY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

api-doc/customize.md

Whitespace-only changes.

api-doc/intro.md

Whitespace-only changes.

api-doc/swagger.md

Whitespace-only changes.

api-primer/content-negotiation.md

Whitespace-only changes.

api-primer/content-validation.md

Whitespace-only changes.

api-primer/error-reporting.md

Whitespace-only changes.

api-primer/halprimer.md

Whitespace-only changes.

api-primer/http-negotiation.md

Whitespace-only changes.

api-primer/representation-formats.md

Whitespace-only changes.

0 commit comments

Comments
 (0)