mirror of
https://github.com/danog/dns.git
synced 2024-11-26 20:14:51 +01:00
Update to new shared docs repo
This commit is contained in:
parent
ec1cf1681a
commit
223fb06077
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
|||||||
[submodule "docs/.shared"]
|
[submodule "docs/.shared"]
|
||||||
path = docs/.shared
|
path = docs/.shared
|
||||||
url = https://github.com/amphp/website-shared
|
url = https://github.com/amphp/amphp.github.io
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 4959bcbd1c7c4d6c8960773ed9caa371faee3d49
|
Subproject commit 0095e72ad9de35659b450f72f600c07dc9d1d4a7
|
@ -4,9 +4,10 @@ kramdown:
|
|||||||
|
|
||||||
baseurl: "/dns"
|
baseurl: "/dns"
|
||||||
layouts_dir: ".shared/layout"
|
layouts_dir: ".shared/layout"
|
||||||
|
includes_dir: ".shared/includes"
|
||||||
|
|
||||||
exclude: ["Gemfile", "Gemfile.lock", "README.md", "vendor"]
|
exclude: ["Gemfile", "Gemfile.lock", "README.md", "vendor"]
|
||||||
include: [".shared"]
|
safe: true
|
||||||
|
|
||||||
repository: amphp/dns
|
repository: amphp/dns
|
||||||
gems:
|
gems:
|
||||||
@ -19,5 +20,7 @@ defaults:
|
|||||||
type: "pages"
|
type: "pages"
|
||||||
values:
|
values:
|
||||||
layout: "docs"
|
layout: "docs"
|
||||||
|
description: "amphp/dns provides asynchronous DNS resolution for Amp."
|
||||||
|
keywords: ["amphp", "amp", "dns", "name resolution", "async", "php"]
|
||||||
|
|
||||||
asset_path: "/dns/.shared/asset"
|
shared_asset_path: "/dns/asset"
|
||||||
|
1
docs/asset
Symbolic link
1
docs/asset
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
.shared/asset
|
Loading…
Reference in New Issue
Block a user