Skip to content

Commit 1f4582e

Browse files
committed
feat: Add basic documentation
1 parent 042601d commit 1f4582e

37 files changed

+12517
-166
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
deploy-to: "pages"
1818
env: |
19-
SITE_NAME="JSON Schema - Documentation"
19+
SITE_NAME="JSON Schema"
2020
SITE_URL="https://jsonrainbow.github.io/docs/"
2121
TORCHLIGHT_TOKEN=${{ secrets.TORCHLIGHT_TOKEN }}
2222
debug: true

_media/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_media/app.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_media/json-schema-logo-blue.svg

Lines changed: 16 additions & 0 deletions
Loading

_media/mix-manifest.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"/app.js": "/app.js",
3+
"/app.css": "/app.css"
4+
}

0 commit comments

Comments
 (0)