Skip to content

Commit

Permalink
docs: add link to auto generated markdown doc for config schema
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Oct 14, 2019
1 parent b188628 commit 5893eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The app is configured via a few JSON files located at the root of the deployed p
### `config.json`
This is where all of the app configuration except the about widget is contained.

See [src/configSchema.json](src/configSchema.json) for details on configuring this file. At runtime, the app validates `config.json` against this schema file and prints any errors to the console.
See [docs/configSchema.md](docs/configSchema.md) for details on configuring this file. At runtime, the app validates `config.json` against this schema file and prints any errors to the console.

### `about.json`
This file contains the content that will show up in the about widget (left side panel). It is loaded separately due to it's large size.
Expand Down

0 comments on commit 5893eb4

Please sign in to comment.