From bbd1a5789b539ca17bdece30c45b3e8ba8f88494 Mon Sep 17 00:00:00 2001 From: Chris Chapman Date: Mon, 5 Sep 2016 12:20:44 -0600 Subject: [PATCH] Moved specifications to a separate datasource --- .gitmodules | 2 +- content/spec | 1 - nanoc.yaml | 5 +++++ specifications | 1 + 4 files changed, 7 insertions(+), 2 deletions(-) delete mode 160000 content/spec create mode 160000 specifications diff --git a/.gitmodules b/.gitmodules index 32fec1b4..ed299ed9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,5 +1,5 @@ [submodule "content/spec"] - path = content/spec + path = specifications url = git@github.com:pentandra/specifications.git [submodule "content/company/benefit-reports"] path = benefit-reports diff --git a/content/spec b/content/spec deleted file mode 160000 index 951c0cd4..00000000 --- a/content/spec +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 951c0cd4eb939d449565405734b154c9642f4f92 diff --git a/nanoc.yaml b/nanoc.yaml index 6a2d9971..f9126bfb 100644 --- a/nanoc.yaml +++ b/nanoc.yaml @@ -39,6 +39,11 @@ data_sources: content_dir: benefit-reports/reports layouts_dir: benefit-reports/layouts + - type: filesystem + items_root: /specifications + content_dir: specifications/playground + layouts_dir: specifications/layouts + checks: internal_links: exclude: ['^/blog/feed'] diff --git a/specifications b/specifications new file mode 160000 index 00000000..43031bf9 --- /dev/null +++ b/specifications @@ -0,0 +1 @@ +Subproject commit 43031bf9af775dcab982c286277c4e48ed66d095