Skip to content

Commit 19eafc5

Browse files
committed
update some names to match new repo name
1 parent 2f94b64 commit 19eafc5

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

CONTRIBUTING.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ organization are handled through github on the `k8s-epics-docs repository`_.
77

88
Report issues for generic iocs etc. in their own repos.
99

10-
.. _k8s-epics-docs repository: https://github.com/epics-containers/k8s-epics-docs/issues
10+
.. _k8s-epics-docs repository: https://github.com/epics-containers/epics-containers.github.io/issues
1111

1212
Running the tests
1313
-----------------
@@ -17,8 +17,8 @@ documentation.
1717

1818
To get the source source code and run the unit tests, run::
1919

20-
$ git clone git://github.com/epics-containers/k8s-epics-docs.git
21-
$ cd k8s-epics-docs
20+
$ git clone https://github.com/epics-containers/epics-containers.github.io
21+
$ cd epics-containers.github.io
2222
$ pipenv install --dev
2323
$ pipenv run tests
2424

@@ -70,5 +70,5 @@ You can build the docs from the project directory by running::
7070
The documentation is automatically built and published on github pages when
7171
this repo is pushed to main or with a tag.
7272

73-
See https://epics-containers.github.io/k8s-epics-docs/
73+
See https://github.com/epics-containers/epics-containers.github.io
7474

docs/explanations/introduction.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,21 +91,25 @@ and the tags of their built resources.
9191

9292
There are these types of CI:
9393

94-
:Generic IOC repos:
94+
:Generic IOC repositories:
9595
- builds a generic IOC container image
9696
- runs some tests against that image
9797
- publishes the image to github packages (only if the commit is tagged)
9898

99-
:beamline repos:
99+
:beamline repositories:
100100
- builds a helm chart from each ioc definition
101101
(TODO ibek will do this - at present the charts are hand coded)
102102
- TODO: IOCs which are unchanged should not be published again
103103
- publishes the charts to github packages (only if the commit is tagged)
104104

105-
:helm library repo:
105+
:helm library repositories:
106106
- builds the helm chart
107107
- publishes it to github packages (only if the commit is tagged)
108108

109+
:documentation repository:
110+
- builds the sphinx docs
111+
- publishes it to github.io pages
112+
109113
Industry Standard Technologies
110114
------------------------------
111115

0 commit comments

Comments
 (0)