Skip to content

Commit

Permalink
add: page
Browse files Browse the repository at this point in the history
  • Loading branch information
a5chin committed Dec 19, 2024
1 parent 87042e3 commit 9fc8829
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/about/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# About
- [LICENSE](license.md)
2 changes: 1 addition & 1 deletion docs/getting-started/devcontainer.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Install Dev Container, a VS Code extension, on VS Code.
Type ++command+shift+x++ on VS Code to open Extensions on the side, then type [`ms-vscode-remote.remote-containers`](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) and install the extension that comes up.

<img align="center" src="img/devcontainer.png">
<img align="center" src="../img/devcontainer.png">
2 changes: 1 addition & 1 deletion docs/getting-started/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Install Docker from the [official Docker website](https://docker.com/products/do
}
```

<img align="center" src="img/docker.png">
<img align="center" src="../img/docker.png">
5 changes: 5 additions & 0 deletions docs/usecases/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Usecases

- [Jupyter Notebooks](jupyter.md)
- [FastAPI](fastapi.md)
- [OpenCV](opencv.md)

0 comments on commit 9fc8829

Please sign in to comment.