generated from BCDevOps/opendev-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- add "last updated date" plugin - remove sample mermaid content - make the sample code more easily usable
- Loading branch information
1 parent
2390d09
commit e515a5b
Showing
2 changed files
with
2 additions
and
2 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 |
---|---|---|
|
@@ -7,9 +7,9 @@ RUN apt-get update && apt-get install python3-pip python3.11-venv jq -y && pyt | |
RUN \ | ||
/.virtualenvs/techdocs/bin/pip install mkdocs-techdocs-core==1.* && \ | ||
/.virtualenvs/techdocs/bin/pip install yq && \ | ||
/.virtualenvs/techdocs/bin/pip install markdown-inline-mermaid==1.0.3 && \ | ||
/.virtualenvs/techdocs/bin/pip install mkdocs-ezlinks-plugin==0.1.14 && \ | ||
/.virtualenvs/techdocs/bin/pip install mkpatcher==1.0.2 && \ | ||
/.virtualenvs/techdocs/bin/pip install mkdocs-git-revision-date-localized-plugin && \ | ||
npm install -g @techdocs/[email protected] && \ | ||
mkdir /mkpatcher_scripts | ||
|
||
|
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