Skip to content

Commit

Permalink
chore: remove obsolete configuration files (eclipse-che#2378)
Browse files Browse the repository at this point in the history
* chore: remove obsolete linkchecker configuration file

* chore: remove obsolete package.json configuration file

* chore: remove obsolete antora maintainance procedure

* chore: update .dockerignore

* chore: update get_vale_styles.sh

* fix: broken link

* chore: remove obsolete configuration file
  • Loading branch information
themr0c authored Jun 15, 2022
1 parent 0098e06 commit def44f2
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 132 deletions.
5 changes: 3 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.git
src/main/images
src/main/_site
modules
supplemental-ui
tools
1 change: 0 additions & 1 deletion .htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ IgnoreURLs:
- https://github.com/eclipse-che/che-docs/edit/main/
- https://www.eclipse.org/che/docs/che-7/
- https://projectlombok.org/
- https://developers.redhat.com/products/openshift_dev_spaces/overview
- https://developers.redhat.com/products/openshift-dev-spaces/overview
- https://docs.github.com/en/*
- https://velero.io/*
39 changes: 0 additions & 39 deletions .pre-commit-config.yaml

This file was deleted.

48 changes: 0 additions & 48 deletions linkcheckerrc

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Create a `product.json` file with a new name of the product, logo, description,
"links": { <5>
"website": {
"name": "Discover {rh-os-devspaces}",
"url": "https://developers.redhat.com/products/openshift_dev_spaces/overview"
"url": "https://developers.redhat.com/products/openshift-dev-spaces/overview"
},
"documentation": {
"name": "Browse Documentation",
Expand Down
2 changes: 1 addition & 1 deletion modules/hosted-che/partials/ref_about-hosted-che.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
= About Eclipse Che hosted by Red Hat

Eclipse Che hosted by Red Hat is an open source product based on link:https://www.eclipse.org/che/[Eclipse {prod-short}] that is running on link:https://www.openshift.com/products/dedicated/[OpenShift Dedicated].
The new service is part of the link:https://developers.redhat.com/developer-sandbox[Developer Sandbox for Red Hat OpenShift] offering, and is using link:https://developers.redhat.com/products/openshift_dev_spaces/overview[{rh-os-devspaces}], which is built upon Eclipse Che and is optimized for Red Hat OpenShift and Red Hat Linux.
The new service is part of the link:https://developers.redhat.com/developer-sandbox[Developer Sandbox for Red Hat OpenShift] offering, and is using link:https://developers.redhat.com/products/openshift-dev-spaces/overview[{rh-os-devspaces}], which is built upon Eclipse Che and is optimized for Red Hat OpenShift and Red Hat Linux.

== Differences between Eclipse Che and {rh-os-devspaces}

Expand Down
8 changes: 0 additions & 8 deletions package.json

This file was deleted.

31 changes: 0 additions & 31 deletions proc_upgrading-a-local-installation-of-antora.adoc

This file was deleted.

4 changes: 3 additions & 1 deletion tools/get_vale_styles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
set -e

# Get fresh Vale styles
mkdir -p .vale/styles
cd .vale/styles || exit
rm -rf RedHat CheDocs
rm -rf RedHat CheDocs RedHat.zip CheDocs.zip
wget -q https://github.com/redhat-documentation/vale-at-red-hat/releases/latest/download/RedHat.zip
unzip -q RedHat.zip
wget -q https://github.com/eclipse-che/che-docs-vale-style/releases/latest/download/CheDocs.zip
unzip -q CheDocs.zip
echo "Downloaded fresh 'CheDocs' and 'RedHat' Vale styles"

0 comments on commit def44f2

Please sign in to comment.