Skip to content

Commit

Permalink
fix json block formats to be correct
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Andrick committed Nov 8, 2023
1 parent 53ca125 commit 0f0b5eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ADRs/adr_config_refactor_11.8.23.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ deciders: Brad Andrick, Matt Hanson, Phil Varner
## Existing Example Config.json Structure:

```json
```jsonc
{
"PUBLIC_URL": "http://example.com/",
"LOGO_URL": "./logo.png",
Expand Down Expand Up @@ -176,7 +176,7 @@ deciders: Brad Andrick, Matt Hanson, Phil Varner

## Proposed Config.json Structure:

```json
```jsonc
{
"CONSOLE_SETTINGS": {
// settings for top level console/parent container app
Expand Down Expand Up @@ -219,7 +219,7 @@ deciders: Brad Andrick, Matt Hanson, Phil Varner

## Exiting Directory Structure:

```json
```
filmdrop-ui/
├── src/
│ ├── assets/ # Static assets like images, fonts, etc.
Expand All @@ -240,7 +240,7 @@ filmdrop-ui/

## Proposed Directory Structure:

```json
```
filmdrop-ui/
├── src/
│ ├── assets/ # Static assets like images, fonts, etc.
Expand Down

0 comments on commit 0f0b5eb

Please sign in to comment.