From 25aafb2c01ae69d438f5059089a2453313983dd9 Mon Sep 17 00:00:00 2001 From: Dan Siegel Date: Sun, 8 Mar 2020 19:15:50 -0700 Subject: [PATCH] add json schemas documentation --- docs/appendix/json-schemas.md | 8 ++++++++ mkdocs.yml | 1 + 2 files changed, 9 insertions(+) create mode 100644 docs/appendix/json-schemas.md diff --git a/docs/appendix/json-schemas.md b/docs/appendix/json-schemas.md new file mode 100644 index 00000000..e0091a44 --- /dev/null +++ b/docs/appendix/json-schemas.md @@ -0,0 +1,8 @@ +The Mobile.BuildTools relies a lot on JSON configurations because JSON is easy for most developers to work with. + +| FileName | Schema Url | +|:--------:|:----------:| +| secrets.json | n/a - JSON Dictionary | +| manifest.json | n/a - JSON Dictionary | +| buildtools.json | https://mobilebuildtools.com/schemas/v2/buildtools.schema.json | +| {imageName}.json | https://mobilebuildtools.com/schemas/v2/resourceDefinition.schema.json | \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index c878ddb9..47f97fe5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -91,6 +91,7 @@ nav: - Appendix: - Upgrading from 1.X: appendix/upgrade.md - Apple Push Notifications: appendix/aps.md + - JSON Schemas: appendix/json-schemas.md - Credits: credits.md #google_analytics: 'UA-153405647-4' \ No newline at end of file