-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathmkdocs.yml
51 lines (45 loc) · 1.19 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
site_name: PL/SQL & SQL Coding Guidelines
site_url: https://trivadis.github.io/plsql-and-sql-coding-guidelines/
repo_name: trivadis/plsql-and-sql-coding-guidelines
repo_url: https://github.com/trivadis/plsql-and-sql-coding-guidelines
edit_uri: ""
theme:
logo: images/trivadis-logo.svg
icon:
repo: fontawesome/brands/github-alt
name: 'material'
features:
- navigation.instant
favicon: images/favicon.ico
palette:
primary: 'white'
accent: 'red'
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
markdown_extensions:
- admonition
- pymdownx.highlight:
linenums: true
linenums_style: table
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.arithmatex:
generic: true
- footnotes
extra:
guideline_version: 4.5-SNAPSHOT
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/Trivadis
- icon: fontawesome/brands/twitter
link: https://twitter.com/trivadis
version:
provider: mike
plugins:
- search
- awesome-pages:
collapse_single_pages: false