From 91d885851760bc729a2d52b597983a26d4a02986 Mon Sep 17 00:00:00 2001 From: John Sullivan Date: Wed, 1 Mar 2017 13:09:35 -0600 Subject: [PATCH] fix ref to non-existent dir in contributing (#1547) it seems as if there are no static pages any more in the website. I added a path to the menu file instead, as it might help to give people a lead on how the menus are constructed. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 645bb2c23e..6176c3707b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -171,8 +171,8 @@ Write about checking laws ### source for the documentation The documentation for this website is stored alongside the source, in the [docs subproject](https://github.com/typelevel/cats/tree/master/docs). -* The source for the static pages is in `docs/src/site` * The source for the tut compiled pages is in `docs/src/main/tut` +* The menu structure for these pages is in `docs/src/main/resources/microsite/data/menu.yml` ### Generating the Site