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