Skip to content

Commit

Permalink
Merge pull request #434 from testcontainers/mdelapenya-patch-1
Browse files Browse the repository at this point in the history
chore: update configs for mkdocs
  • Loading branch information
mdelapenya authored Apr 26, 2022
2 parents acd5044 + 62b0bf0 commit 64a22cb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ verify_ssl = true
[dev-packages]

[packages]
jinja2 = "3.0.0"
mkdocs = "*"
mkdocs-codeinclude-plugin = "*"
mkdocs-material = "*"
mkdocs-markdownextradata-plugin = "*"

Expand Down
7 changes: 5 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
site_name: Testcontainers-Go
plugins:
- search
- codeinclude
- markdownextradata
theme:
name: 'material'
palette:
scheme: 'testcontainers'
scheme: testcontainers
font:
text: Roboto
code: Roboto Mono
Expand All @@ -20,6 +21,8 @@ markdown_extensions:
- codehilite:
linenums: False
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets
nav:
- Home: index.md
Expand All @@ -41,4 +44,4 @@ nav:
- contributing_docs.md
- Getting help: getting_help.md
extra:
latest_version: 1.14.1
latest_version: 0.13.0
9 changes: 4 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
jinja2==3.0.0
mkdocs==1.0.4
mkdocs-material==4.6.0
mkdocs-markdownextradata-plugin==0.1.1
markdown>=3.1,<3.2
mkdocs==1.3.0
mkdocs-codeinclude-plugin==0.2.0
mkdocs-material==8.1.3
mkdocs-markdownextradata-plugin==0.2.5

0 comments on commit 64a22cb

Please sign in to comment.