🔧 Update docs build setup, add support for sponsors, add sponsor GOVCERT.LU (#720)

This commit is contained in:
Sebastián Ramírez
2023-12-04 13:00:47 +01:00
committed by GitHub
parent cc11619c67
commit 276bcf788c
11 changed files with 220 additions and 21 deletions

View File

@@ -1,3 +1,4 @@
INHERIT: ./mkdocs.maybe-insiders.yml
site_name: SQLModel
site_description: SQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustness.
site_url: https://sqlmodel.tiangolo.com/
@@ -36,6 +37,11 @@ theme:
repo_name: tiangolo/sqlmodel
repo_url: https://github.com/tiangolo/sqlmodel
edit_uri: ''
plugins:
search: null
markdownextradata:
data: ./data
nav:
- SQLModel: index.md
- features.md
@@ -98,30 +104,28 @@ nav:
- release-notes.md
markdown_extensions:
- markdown.extensions.attr_list
- markdown.extensions.tables
- markdown.extensions.md_in_html
- toc:
markdown.extensions.attr_list:
markdown.extensions.tables:
markdown.extensions.md_in_html:
toc:
permalink: true
- pymdownx.superfences:
pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format ''
- pymdownx.betterem
- pymdownx.highlight:
linenums: !ENV [LINENUMS, false]
- pymdownx.blocks.details
- pymdownx.blocks.admonition:
pymdownx.betterem:
pymdownx.blocks.details:
pymdownx.blocks.admonition:
types:
- note
- info
- tip
- warning
- danger
- pymdownx.blocks.tab:
pymdownx.blocks.tab:
alternate_style: True
- mdx_include
mdx_include:
extra:
analytics: