Skip to content

Commit ea2809f

Browse files
committed
replacing all community-website urls/references with teiid.io
1 parent 5a56b4a commit ea2809f

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: teiid/community-website-image:latest
5+
- image: teiid/teiid.io:latest
66

77
working_directory: /workspace
88

@@ -46,7 +46,7 @@ jobs:
4646
git config --global user.name "${GIT_NAME}"
4747
4848
if [[ "${CIRCLE_PROJECT_USERNAME}" == "teiid" ]]; then
49-
echo community-website > static/CNAME
49+
echo teiid.io > static/CNAME
5050
fi
5151
5252
./publish-to-gh-pages.sh

.idea/modules.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To set up on your own fork for the first time:
2929
3. Run the following:
3030

3131
```
32-
$ cd community-website
32+
$ cd teiid.io
3333
$ git checkout --orphan gh-pages
3434
$ git rm -rf .
3535
$ rm '.gitignore'
@@ -39,7 +39,7 @@ $ git checkout master
3939
$ ./publish-to-gh-pages.sh
4040
```
4141

42-
Your published fork should now be running at https://<USERNAME>.github.io/community-website/.
42+
Your published fork should now be running at https://<USERNAME>.github.io/teiid.io/.
4343

4444
### Publishing Each Time After Setup
4545
From the `master` branch, or any branch other than `gh-pages`, first update your local fork:

content/community/contributing.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Documentation is in various places in our repositories. We are committed to stre
2323

2424
Each page on the website has a `Refine this page` link in the left sidenav. Clicking this will take you through to the GitHub UI to edit the page, commit, and send a pull request. Simples!
2525

26-
For more extensive changes, you can follow the [`Submitting a Pull Request`]({{< relref "#submitting-a-pull-request" >}}) details below for the https://github.com/teiid/community-website repository.
26+
For more extensive changes, you can follow the [`Submitting a Pull Request`]({{< relref "#submitting-a-pull-request" >}}) details below for the https://github.com/teiid/teiid.io repository.
2727

2828
### Project documentation
2929

@@ -60,17 +60,17 @@ layer of structure of how repositories can relate to each other.
6060
Once you have successfully forked your repository, you will need to clone it locally to your machine:
6161

6262
```bash
63-
$ git clone [email protected]:username/community-website.git
63+
$ git clone [email protected]:<username>/teiid.io.git
6464
```
6565

66-
This will clone your fork to your current path in a directory named `community-website`.
66+
This will clone your fork to your current path in a directory named `teiid.io`.
6767

6868
You should also set up the `upstream` repository. This will allow you to take changes from the "master" repository
6969
and merge them into your local clone and then push them to your GitHub fork:
7070

7171
```bash
72-
$ cd community-website
73-
$ git remote add upstream [email protected]:teiid/community-website.git
72+
$ cd teiid.io
73+
$ git remote add upstream [email protected]:teiid/teiid.io.git
7474
$ git fetch upstream
7575
```
7676

@@ -182,10 +182,10 @@ Minishift and run Maven build with `-Ddeploy` property set. This will trigger `f
182182
```bash
183183
$ eval $(minishift docker-env)
184184
$ ./mvnw -Ddeploy
185-
$ oc delete pod -l component=community-website-rest
185+
$ oc delete pod -l component=teiid.io-rest
186186
```
187187

188-
After the build finishes delete the `community-website-rest` pod
188+
After the build finishes delete the `teiid.io-rest` pod
189189

190190
[help documentation]: http://help.github.com/send-pull-requests
191191
[bug database]: http://bugs.dojotoolkit.org/

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "community-website",
2+
"name": "teiid.io",
33
"version": "1.0.0",
44
"private": true,
5-
"repository": "[email protected]:teiid/community-website",
5+
"repository": "[email protected]:teiid/teiid.io",
66
"contributors": [
77
{
88
"name": "Jimmi Dyson",

themes/dracoio/layouts/partials/sidenav.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</li>
4646
{{end}}
4747
{{ if .IsPage }}
48-
{{ $File := .File }} {{with $File.Path }}<li><a href="https://github.com/teiid/community-website/edit/draco/content/{{ $File.Dir }}{{ $File.LogicalName }}" target="blank"><i class='fa fa-fw fa-edit'></i> Refine this Page</a></li>{{end}}
48+
{{ $File := .File }} {{with $File.Path }}<li><a href="https://github.com/teiid/teiid.io/edit/master/content/{{ $File.Dir }}{{ $File.LogicalName }}" target="blank"><i class='fa fa-fw fa-edit'></i> Refine this Page</a></li>{{end}}
4949
{{ end }}
5050
</ul>
5151
</aside>

themes/dracoio/theme.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name = "Draco"
22
license = "Apache-2.0"
3-
licenselink = "https://github.com/teiid/community-website/blob/master/LICENSE.md"
3+
licenselink = "https://github.com/teiid/teiid.io/blob/master/LICENSE.md"
44
description = "A flexible, customizable, open source platform that provides core integration capabilities as a service."
5-
homepage = "https://github.com/teiid/community-website"
5+
homepage = "https://github.com/teiid/teiid.io"
66
tags = []
77
features = []
88
min_version = "0.20.6"

0 commit comments

Comments
 (0)