Skip to content

Commit 6b8039a

Browse files
committed
Merge branch 'main' of github.com:epics-containers/epics-containers.github.io into dev
2 parents c961741 + 7251f53 commit 6b8039a

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: sleep 60
1616

1717
- name: Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
# Need this to get version number from last tag
2121
fetch-depth: 0

.github/workflows/docs_clean.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
with:
2323
ref: gh-pages
2424

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: Install python packages
1818
uses: ./.github/actions/install_requirements

docs/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ become much simpler and has a good developer experience.
1313
The Tutorials are currently out of date and won't work. These are
1414
being updated now and will be available by end of November 2023.
1515

16+
Quick Start
17+
===========
18+
19+
For a set of tutorials to introduce the concepts of epics-containers see
20+
`user/tutorials/intro`. For a description of the architecture see
21+
`essential`.
22+
23+
1624

1725
Communication
1826
=============

0 commit comments

Comments
 (0)