Skip to content

Commit 83bbd16

Browse files
Document adding docs
1 parent 3d692cf commit 83bbd16

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

building/tracks/docs.md

+19
Original file line numberDiff line numberDiff line change
@@ -368,3 +368,22 @@ Check [this page](https://exercism.org/docs/tracks/fsharp/tests) to see what thi
368368
]
369369
}
370370
```
371+
372+
## Adding documents
373+
374+
It is possible to add additional documents should you so desire.
375+
To do so, you need to do two things:
376+
377+
1. Create the document within the `docs` directory (e.g. `docs/LIBRARIES.md`)
378+
2. Add an entry to the `docs/config.json` file for the new document.
379+
For example:
380+
381+
```json
382+
{
383+
"uuid": "6268fd29-55e2-44e6-afc2-f86671fe799f",
384+
"slug": "libraries",
385+
"path": "docs/LIBRARIES.md",
386+
"title": "Supported libraries",
387+
"blurb": "List of the supported libraries"
388+
}
389+
```

0 commit comments

Comments
 (0)