Skip to content

Commit

Permalink
Update to new shared docs repo
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Sep 27, 2017
1 parent d8943be commit b8a684b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .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
7 changes: 5 additions & 2 deletions docs/_config.yml
Expand Up @@ -4,9 +4,10 @@ kramdown:

baseurl: "/socket"
layouts_dir: ".shared/layout"
includes_dir: ".shared/includes"

exclude: ["Gemfile", "Gemfile.lock", "README.md", "vendor"]
include: [".shared"]
safe: true

repository: amphp/socket
gems:
Expand All @@ -19,8 +20,10 @@ defaults:
type: "pages"
values:
layout: "docs"
description: "amphp/socket provides a socket abstraction for clients and servers. It abstracts the really low levels of non-blocking streams in PHP."
keywords: ["amphp", "amp", "socket", "tcp", "udp", "server", "client", "connection"]

asset_path: "/socket/.shared/asset"
shared_asset_path: "/socket/asset"

navigation:
- client
Expand Down
1 change: 1 addition & 0 deletions docs/asset

0 comments on commit b8a684b

Please sign in to comment.