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