Skip to content

Commit cb003f2

Browse files
committed
generic ioc tutorial half complete
1 parent 3e0923c commit cb003f2

File tree

4 files changed

+218
-125
lines changed

4 files changed

+218
-125
lines changed

docs/user/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ side-bar.
7777
:maxdepth: 1
7878

7979
reference/faq
80+
reference/configuration
8081
reference/environment
8182
reference/cli
8283
reference/ioc_helm_chart

docs/user/reference/configuration.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Configuration for epics-containers
2+
==================================
3+
4+
A collection of all the configuration points mentioned in the rest of this
5+
documentation.
6+
7+
TODO: this needs completing - pull all configuration discussions into
8+
one place. Most of these will come from the original Setting up the
9+
Workspace document.
10+
11+
12+
Git Configuration
13+
-----------------
14+
15+
.. code-block::
16+
17+
[url "ssh://[email protected]/"]
18+
insteadOf = https://github.com/

docs/user/reference/vscode_settings.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ regards to auto discovery of git repos.
2727
"ryanluker.vscode-coverage-gutters",
2828
"mhutchie.git-graph",
2929
"ms-vscode.makefile-tools"
30+
"peakchen90.open-html-in-browser",
3031
],
3132
"[yaml]": {
3233
"editor.defaultFormatter": "redhat.vscode-yaml"

0 commit comments

Comments
 (0)