Skip to content

Commit

Permalink
Document adding docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Aug 7, 2024
1 parent 3d692cf commit 83bbd16
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions building/tracks/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,3 +368,22 @@ Check [this page](https://exercism.org/docs/tracks/fsharp/tests) to see what thi
]
}
```

## Adding documents

It is possible to add additional documents should you so desire.
To do so, you need to do two things:

1. Create the document within the `docs` directory (e.g. `docs/LIBRARIES.md`)
2. Add an entry to the `docs/config.json` file for the new document.
For example:

```json
{
"uuid": "6268fd29-55e2-44e6-afc2-f86671fe799f",
"slug": "libraries",
"path": "docs/LIBRARIES.md",
"title": "Supported libraries",
"blurb": "List of the supported libraries"
}
```

0 comments on commit 83bbd16

Please sign in to comment.