Skip to content

Commit

Permalink
update instruction to include mkdocs-open-in-new-tab from https://new…
Browse files Browse the repository at this point in the history
  • Loading branch information
myseq committed Jan 7, 2025
1 parent 16e4e43 commit f3a63e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions local.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
## Setup

First, create the virtual environment.
Then install `mkdocs` and `mkdocs-material`.
Then install modules:
- `mkdocs`
- `mkdocs-material`
- `mkdocs-open-in-new-tab`

Last, setup the **site** with `mkdocs`.

```console
Expand All @@ -12,7 +16,7 @@ xx@aio3477:~/projects/lab21% mkdir venv
xx@aio3477:~/projects/lab21% python3 -m venv venv/lab21
xx@aio3477:~/projects/lab21% source venv/lab21/bin/activate
(lab21) xx@aio3477:~/projects/lab21%
(lab21) xx@aio3477:~/projects/lab21% pip install mkdocs mkdocs-material
(lab21) xx@aio3477:~/projects/lab21% pip install mkdocs mkdocs-material mkdocs-open-in-new-tab
...
...
(lab21) xx@aio3477:~/projects/lab21% pip freeze > requirements.txt
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ mkdocs==1.6.1
mkdocs-get-deps==0.2.0
mkdocs-material==9.5.49
mkdocs-material-extensions==1.3.1
mkdocs-open-in-new-tab==1.0.8
packaging==24.2
paginate==0.5.7
pathspec==0.12.1
Expand Down

0 comments on commit f3a63e5

Please sign in to comment.