Skip to content
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
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Gemfile.lock
_site
.sass-cache
_site/
.sass-cache/
.idea/
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ gem 'jekyll-sitemap'
gem 'octopress', '~> 3.0'
gem 'json_pure'
gem 'github-pages'
gem 'rouge'
1 change: 0 additions & 1 deletion README.md

This file was deleted.

2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

title: mod_cluster
locale: en_US
url: http://modcluster.io
url: https://modcluster.io

# Jekyll configuration
permalink: /:categories/:title/
Expand Down
2 changes: 1 addition & 1 deletion _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
url: /

- title: Documentation
url: /documentation/
url: http://docs.modcluster.io

- title: Examples
url: /examples/
Expand Down
3 changes: 0 additions & 3 deletions change_log/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ image:

{% include _toc.html %}

**This site is work in progress** {{ site.time | date: '%Y-%m-%d' }}: Please, refer to [http://mod-cluster.jboss.org/](http://mod-cluster.jboss.org/) until the content here is complete.
{: .notice}

---

The following log contains the most noteworthy fixed issues and changes made in the particular release.
Expand Down
279 changes: 0 additions & 279 deletions documentation/demo_app

This file was deleted.

Loading