From 3f7b8fac75c1a65c2cf1fcf7272de47382b2fa8f Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Wed, 27 Sep 2017 13:25:30 +0200 Subject: [PATCH] Update to new shared repository amphp/website-shared has been merged into amphp/amphp.github.io. --- .gitmodules | 2 +- docs/.shared | 2 +- docs/_config.yml | 4 ++-- docs/asset | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) create mode 120000 docs/asset diff --git a/.gitmodules b/.gitmodules index 0083e56..c19b9f2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "docs/shared"] path = docs/.shared - url = https://github.com/amphp/website-shared + url = https://github.com/amphp/amphp.github.io diff --git a/docs/.shared b/docs/.shared index 4959bcb..82499e8 160000 --- a/docs/.shared +++ b/docs/.shared @@ -1 +1 @@ -Subproject commit 4959bcbd1c7c4d6c8960773ed9caa371faee3d49 +Subproject commit 82499e89d11ad81737d661010a9ad7489fcafcb4 diff --git a/docs/_config.yml b/docs/_config.yml index fc900a6..1066b76 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -6,7 +6,7 @@ baseurl: "/amp" layouts_dir: ".shared/layout" exclude: ["Gemfile", "Gemfile.lock", "README.md", "vendor"] -include: [".shared"] +safe: true repository: amphp/amp gems: @@ -20,7 +20,7 @@ defaults: values: layout: "docs" -asset_path: "/amp/.shared/asset" +asset_path: "/amp/asset" navigation: - event-loop diff --git a/docs/asset b/docs/asset new file mode 120000 index 0000000..1d3b8c6 --- /dev/null +++ b/docs/asset @@ -0,0 +1 @@ +.shared/asset \ No newline at end of file