-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
92 additions
and
845 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,15 @@ | ||
FROM squidfunk/mkdocs-material | ||
|
||
# Install additional Python packages | ||
RUN apk add --no-cache bash && \ | ||
pip install \ | ||
mkdocs-material \ | ||
mkdocs-multirepo-plugin \ | ||
mkdocs-git-revision-date-localized-plugin \ | ||
mkdocs-minify-plugin \ | ||
mkdocs-git-authors-plugin \ | ||
mkdocs-git-committers-plugin-2 \ | ||
mkdocs-title-casing-plugin \ | ||
mkdocs-glightbox \ | ||
markdown-include \ | ||
mkdocs-redirects \ | ||
|
||
|
||
# You can add more RUN pip install commands for other packages | ||
# Install additional Python packages | ||
RUN apk add --no-cache bash && \ | ||
pip install \ | ||
mkdocs-material \ | ||
mkdocs-multirepo-plugin \ | ||
mkdocs-git-revision-date-localized-plugin \ | ||
mkdocs-minify-plugin \ | ||
mkdocs-git-authors-plugin \ | ||
mkdocs-git-committers-plugin-2 \ | ||
mkdocs-title-casing-plugin \ | ||
mkdocs-glightbox \ | ||
markdown-include \ | ||
mkdocs-redirects |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
REM Stop all running Docker containers | ||
FOR /f "tokens=*" %%i IN ('docker ps -q') DO docker stop %%i | ||
docker run --rm -it -p 8080:8000 -v %cd%:/docs custom-mkdocs-material | ||
|
||
REM Run container with env file and quiet output | ||
docker run --rm -it ^ | ||
-p 8080:8000 ^ | ||
-v %cd%:/docs ^ | ||
--env-file .env ^ | ||
custom-mkdocs-material |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.