Skip to content

Commit 7ad29c7

Browse files
authored
Merge pull request #267 from f5devcentral/dev
Pull dev to master
2 parents efb2b2d + 1c6e6d7 commit 7ad29c7

File tree

1,336 files changed

+6526
-6147
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,336 files changed

+6526
-6147
lines changed

.devcontainer/devcontainer.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2+
// README at: https://github.com/devcontainers/templates/tree/main/src/python
3+
{
4+
"name": "Python 3",
5+
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6+
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
7+
"customizations": {
8+
"vscode": {
9+
"extensions": [
10+
"swyddfa.esbonio"
11+
]
12+
}
13+
},
14+
15+
// Features to add to the dev container. More info: https://containers.dev/features.
16+
// "features": {},
17+
18+
// Use 'forwardPorts' to make a list of ports inside the container available locally.
19+
// "forwardPorts": [],
20+
21+
// Use 'postCreateCommand' to run commands after the container is created.
22+
"postCreateCommand": "pip3 install --user -r requirements.txt -U"
23+
24+
// Configure tool-specific properties.
25+
// "customizations": {},
26+
27+
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
28+
// "remoteUser": "root"
29+
}

docs/Intro/_static/intro-01.png

166 KB

docs/Intro/_static/intro-02.png

56.9 KB

docs/Intro/_static/intro-03.png

51.6 KB

docs/Intro/_static/intro-04.png

61.1 KB

docs/Intro/_static/intro-05.png

105 KB

docs/Intro/_static/intro-06.png

87.5 KB

docs/Intro/_static/intro-07.png

67.3 KB

docs/Intro/_static/intro-08.png

66.6 KB

docs/Intro/_static/intro-09.png

63.6 KB

0 commit comments

Comments
 (0)