Skip to content

Commit f3a63e5

Browse files
committed
update instruction to include mkdocs-open-in-new-tab from https://newtab.kubaandrysek.cz/
1 parent 16e4e43 commit f3a63e5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

local.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
## Setup
44

55
First, create the virtual environment.
6-
Then install `mkdocs` and `mkdocs-material`.
6+
Then install modules:
7+
- `mkdocs`
8+
- `mkdocs-material`
9+
- `mkdocs-open-in-new-tab`
10+
711
Last, setup the **site** with `mkdocs`.
812

913
```console
@@ -12,7 +16,7 @@ xx@aio3477:~/projects/lab21% mkdir venv
1216
xx@aio3477:~/projects/lab21% python3 -m venv venv/lab21
1317
xx@aio3477:~/projects/lab21% source venv/lab21/bin/activate
1418
(lab21) xx@aio3477:~/projects/lab21%
15-
(lab21) xx@aio3477:~/projects/lab21% pip install mkdocs mkdocs-material
19+
(lab21) xx@aio3477:~/projects/lab21% pip install mkdocs mkdocs-material mkdocs-open-in-new-tab
1620
...
1721
...
1822
(lab21) xx@aio3477:~/projects/lab21% pip freeze > requirements.txt

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ mkdocs==1.6.1
1313
mkdocs-get-deps==0.2.0
1414
mkdocs-material==9.5.49
1515
mkdocs-material-extensions==1.3.1
16+
mkdocs-open-in-new-tab==1.0.8
1617
packaging==24.2
1718
paginate==0.5.7
1819
pathspec==0.12.1

0 commit comments

Comments
 (0)