diff --git a/.s2i/bin/assemble b/.s2i/bin/assemble index 66b5f3aa0b..ef8eb8ad6d 100644 --- a/.s2i/bin/assemble +++ b/.s2i/bin/assemble @@ -37,16 +37,6 @@ git config user.email "devel@openshift.com" asciibinder package --site=commercial # Move commercial content to its own directory, including commercial specific redirects and 404 page -# older docs are gziped so the build doesn't take that long building them -# this now just untar/unzip them (same for community docs later) -# this is a bit of a hack to get around the limit of 100 MB for GH hosted files. -# these will be moved away from the repo and hosted on assets.openshift.com as a single tar file next week -tar -xvf old_docs_commercial_3a.tar.gz -tar -xvf old_docs_commercial_3b.tar.gz -tar -xvf old_docs_commercial_3c.tar.gz -tar -xvf old_docs_commercial_4a.tar.gz -tar -xvf old_docs_commercial_enterprise.tar.gz - mkdir commercial_package mv _package/commercial commercial_package git checkout master @@ -81,11 +71,6 @@ echo "---> AsciiBinder packaging community content ..." asciibinder package --site=community # Move community content to its own directory, including community specific redirects and 404 page -# older docs are gziped so the build doesn't take that long building them -# this now just untar/unzip them -tar -xvf old_docs_community_1a.tar.gz -tar -xvf old_docs_community_3a.tar.gz - mkdir community_package mv _package/community community_package git checkout master diff --git a/_distro_map.yml b/_distro_map.yml index 45466c94e9..884114ff16 100644 --- a/_distro_map.yml +++ b/_distro_map.yml @@ -29,12 +29,54 @@ openshift-enterprise: site_name: Documentation site_url: https://docs.openshift.com/ branches: + enterprise-3.0: + name: '3.0' + dir: enterprise/3.0 + distro-overrides: + name: OpenShift Enterprise + enterprise-3.1: + name: '3.1' + dir: enterprise/3.1 + distro-overrides: + name: OpenShift Enterprise + enterprise-3.2: + name: '3.2' + dir: enterprise/3.2 + distro-overrides: + name: OpenShift Enterprise + enterprise-3.3: + name: '3.3' + dir: container-platform/3.3 + enterprise-3.4: + name: '3.4' + dir: container-platform/3.4 + enterprise-3.5: + name: '3.5' + dir: container-platform/3.5 + enterprise-3.6: + name: '3.6' + dir: container-platform/3.6 + enterprise-3.7: + name: '3.7' + dir: container-platform/3.7 + enterprise-3.9: + name: '3.9' + dir: container-platform/3.9 + enterprise-3.10: + name: '3.10' + dir: container-platform/3.10 enterprise-3.11: name: '3.11' dir: container-platform/3.11 enterprise-4.1: name: '4.1' dir: container-platform/4.1 + enterprise-4.2: + name: '4.2' + dir: container-platform/4.2 + enterprise-4.3: + name: '4.3' + dir: container-platform/4.3 enterprise-4.4: name: '4.4' dir: container-platform/4.4 diff --git a/old_docs_commercial_3a.tar.gz b/old_docs_commercial_3a.tar.gz deleted file mode 100644 index f3022152bc..0000000000 Binary files a/old_docs_commercial_3a.tar.gz and /dev/null differ diff --git a/old_docs_commercial_3b.tar.gz b/old_docs_commercial_3b.tar.gz deleted file mode 100644 index 5e6776e41b..0000000000 Binary files a/old_docs_commercial_3b.tar.gz and /dev/null differ diff --git a/old_docs_commercial_3c.tar.gz b/old_docs_commercial_3c.tar.gz deleted file mode 100644 index 3516f6a16f..0000000000 Binary files a/old_docs_commercial_3c.tar.gz and /dev/null differ diff --git a/old_docs_commercial_4a.tar.gz b/old_docs_commercial_4a.tar.gz deleted file mode 100644 index f7886d0721..0000000000 Binary files a/old_docs_commercial_4a.tar.gz and /dev/null differ diff --git a/old_docs_commercial_enterprise.tar.gz b/old_docs_commercial_enterprise.tar.gz deleted file mode 100644 index ddad062463..0000000000 Binary files a/old_docs_commercial_enterprise.tar.gz and /dev/null differ diff --git a/old_docs_community_1a.tar.gz b/old_docs_community_1a.tar.gz deleted file mode 100644 index 124cd71109..0000000000 Binary files a/old_docs_community_1a.tar.gz and /dev/null differ diff --git a/old_docs_community_3a.tar.gz b/old_docs_community_3a.tar.gz deleted file mode 100644 index 32b90edcc6..0000000000 Binary files a/old_docs_community_3a.tar.gz and /dev/null differ