From 6deb8f9077fa9173b98fa2b36afcb0643d607789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Niedzielski?= Date: Sun, 26 May 2019 19:21:01 +0200 Subject: [PATCH] Use organization repository for doc hosting --- README.md | 6 +++--- bin/subtree-split | 2 ++ docs/_config.yml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a3920f4b3..47a6174a5 100644 --- a/README.md +++ b/README.md @@ -114,9 +114,9 @@ Features: ## Resources * [Site](https://enqueue.forma-pro.com/) -* [Quick tour](https://php-enqueue.github.io/enqueue-dev/quick_tour/) -* [Documentation](https://php-enqueue.github.io/enqueue-dev/) -* [Blog](https://php-enqueue.github.io/enqueue-dev/#blogs) +* [Quick tour](https://php-enqueue.github.io/quick_tour/) +* [Documentation](https://php-enqueue.github.io/) +* [Blog](https://php-enqueue.github.io/#blogs) * [Chat\Questions](https://gitter.im/php-enqueue/Lobby) * [Issue Tracker](https://github.com/php-enqueue/enqueue-dev/issues) diff --git a/bin/subtree-split b/bin/subtree-split index e8aa1ed4c..9ab17cd58 100755 --- a/bin/subtree-split +++ b/bin/subtree-split @@ -44,6 +44,7 @@ function remote() } remote enqueue git@github.com:php-enqueue/enqueue.git +remote php-enqueue git@github.com:php-enqueue/php-enqueue.git remote simple-client git@github.com:php-enqueue/simple-client.git remote stomp git@github.com:php-enqueue/stomp.git remote amqp-ext git@github.com:php-enqueue/amqp-ext.git @@ -72,6 +73,7 @@ remote wamp git@github.com:php-enqueue/wamp.git remote monitoring git@github.com:php-enqueue/monitoring.git split 'pkg/enqueue' enqueue +split 'docs' php-enqueue split 'pkg/simple-client' simple-client split 'pkg/stomp' stomp split 'pkg/amqp-ext' amqp-ext diff --git a/docs/_config.yml b/docs/_config.yml index 4145394fe..0e457d2e6 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,6 +1,6 @@ title: enqueue-dev description: A Jekyll theme for documentation -baseurl: "/enqueue-dev" # the subpath of your site, e.g. /blog +baseurl: "" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site, e.g. http://example.com permalink: pretty