Skip to content

Commit 66fe6f9

Browse files
upgrade configuration for Materials for MkDocs from 4 to 5; use pymdownx.highlight
1 parent e436564 commit 66fe6f9

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

mkdocs.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ repo_url: https://github.com/trivadis/plsql-and-sql-coding-guidelines
66
edit_uri: ""
77

88
theme:
9+
logo: images/trivadis-logo.svg
10+
icon:
11+
repo: fontawesome/brands/github-alt
912
name: 'material'
1013
custom_dir: custom-theme
11-
logo: images/trivadis-logo.svg
1214
favicon: images/favicon.ico
1315
palette:
1416
primary: 'white'
@@ -22,17 +24,20 @@ extra_javascript:
2224

2325
markdown_extensions:
2426
- admonition
25-
- codehilite:
27+
- pymdownx.highlight:
2628
linenums: true
29+
linenums_style: table
30+
- pymdownx.superfences
31+
- pymdownx.inlinehilite
2732
- pymdownx.arithmatex
2833
- footnotes
2934

3035
extra:
3136
guideline_version: 4.0-SNAPSHOT
3237
social:
33-
- type: github-alt
38+
- icon: fontawesome/brands/github-alt
3439
link: https://github.com/Trivadis
35-
- type: twitter
40+
- icon: fontawesome/brands/twitter
3641
link: https://twitter.com/trivadis
3742

3843
plugins:

0 commit comments

Comments
 (0)