Skip to content

Commit 6deb8f9

Browse files
committed
Use organization repository for doc hosting
1 parent 15adffd commit 6deb8f9

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ Features:
114114
## Resources
115115

116116
* [Site](https://enqueue.forma-pro.com/)
117-
* [Quick tour](https://php-enqueue.github.io/enqueue-dev/quick_tour/)
118-
* [Documentation](https://php-enqueue.github.io/enqueue-dev/)
119-
* [Blog](https://php-enqueue.github.io/enqueue-dev/#blogs)
117+
* [Quick tour](https://php-enqueue.github.io/quick_tour/)
118+
* [Documentation](https://php-enqueue.github.io/)
119+
* [Blog](https://php-enqueue.github.io/#blogs)
120120
* [Chat\Questions](https://gitter.im/php-enqueue/Lobby)
121121
* [Issue Tracker](https://github.com/php-enqueue/enqueue-dev/issues)
122122

Diff for: bin/subtree-split

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ function remote()
4444
}
4545

4646
remote enqueue [email protected]:php-enqueue/enqueue.git
47+
remote php-enqueue [email protected]:php-enqueue/php-enqueue.git
4748
remote simple-client [email protected]:php-enqueue/simple-client.git
4849
remote stomp [email protected]:php-enqueue/stomp.git
4950
remote amqp-ext [email protected]:php-enqueue/amqp-ext.git
@@ -72,6 +73,7 @@ remote wamp [email protected]:php-enqueue/wamp.git
7273
remote monitoring [email protected]:php-enqueue/monitoring.git
7374

7475
split 'pkg/enqueue' enqueue
76+
split 'docs' php-enqueue
7577
split 'pkg/simple-client' simple-client
7678
split 'pkg/stomp' stomp
7779
split 'pkg/amqp-ext' amqp-ext

Diff for: docs/_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title: enqueue-dev
22
description: A Jekyll theme for documentation
3-
baseurl: "/enqueue-dev" # the subpath of your site, e.g. /blog
3+
baseurl: "" # the subpath of your site, e.g. /blog
44
url: "" # the base hostname & protocol for your site, e.g. http://example.com
55

66
permalink: pretty

0 commit comments

Comments
 (0)