Skip to content

Commit

Permalink
DEVX-1278
Browse files Browse the repository at this point in the history
- add "last updated date" plugin
- remove sample mermaid content
- make the sample code more easily usable
  • Loading branch information
sheaphillips committed Mar 12, 2024
1 parent 2390d09 commit e515a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repo_url: https://github.com/bcgov/devhub-techdocs-publish
plugins:
- techdocs-core
- ezlinks

- git-revision-date-localized
markdown_extensions:
- md_in_html
- mkpatcher:
Expand Down

0 comments on commit e515a5b

Please sign in to comment.