Skip to content

Commit 1362957

Browse files
committed
Squashed commits for conversion of docs to mkdocs
1 parent 9712ac1 commit 1362957

File tree

90 files changed

+1911
-2054
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+1911
-2054
lines changed

.envrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
use python 3.6.0

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,11 @@ out/
5555
**/.settings
5656
**/bin/
5757
**/out/
58+
59+
# Generated docs
60+
site/
61+
.direnv/
62+
src/mkdocs-codeinclude-plugin
63+
src/pip-delete-this-directory.txt
64+
65+
.DS_Store

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Richard North
3+
Copyright (c) 2015-2019 Richard North
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ subprojects {
2222
compileJava.options.encoding = 'UTF-8'
2323

2424
lombok {
25-
version = '1.18.2'
25+
version = '1.18.2'
2626
}
2727

2828
task delombok(type: io.franzbecker.gradle.lombok.task.DelombokTask) {

docs/SUMMARY.md

Lines changed: 0 additions & 67 deletions
This file was deleted.

docs/_redirects

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Each redirect rule must be listed on a separate line, with the original path followed by the new path or URL.
2+
3+
/usage/docker_compose.html /modules/docker_compose/
4+
/usage/generic_containers.html /features/creating_container/
5+
/usage/windows_support.html /supported_docker_environment/windows/
6+
/usage/dockerfile.html /features/creating_images/
7+
/usage/inside_docker.html /supported_docker_environment/continuous_integration/dind_patterns/
8+
/usage/webdriver_containers.html /modules/webdriver_containers/
9+
/usage/properties.html /features/configuration/
10+
/usage/kafka_containers.html /modules/kafka/
11+
/usage/elasticsearch_container.html /modules/elasticsearch/
12+
/usage/database_containers.html /modules/databases/
13+
/usage/neo4j_container.html /modules/databases/neo4j/
14+
/compatibility.html /supported_docker_environment/
15+
16+
# No great 1:1 mapping exists for the following, so redirect to somewhere where at least a sensible sidebar will be shown
17+
18+
/usage/options.html /features/creating_container/
19+
/ci/ci.html /supported_docker_environment/
20+
/usage.html /
21+

0 commit comments

Comments
 (0)