Skip to content

Use organization repository for doc hosting #867

New issue

Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “No Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? No Sign in to your account

Merged
merged 1 commit into from
May 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 2 additions & 0 deletions bin/subtree-split
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down