@@ -3,6 +3,7 @@ site_name: SQLModel
33site_description : SQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustness.
44site_url : https://sqlmodel.tiangolo.com/
55theme :
6+ variant : classic
67 name : material
78 custom_dir : docs/overrides
89 palette :
@@ -48,34 +49,24 @@ theme:
4849 - toc.follow
4950
5051 icon :
51- repo : fontawesome/brands/ github-alt
52+ repo : octicons/mark- github-24
5253 logo : img/icon-white.svg
5354 favicon : img/favicon.png
5455 language : en
5556repo_name : fastapi/sqlmodel
5657repo_url : https://github.com/fastapi/sqlmodel
57- plugins :
58- # Material for MkDocs
59- search :
60- social :
61- typeset :
62- # Other plugins
63- macros :
64- include_yaml :
65- - sponsors : data/sponsors.yml
66- - members : data/members.yml
6758
6859nav :
6960 - SQLModel : index.md
7061 - features.md
71- - Learn :
62+ - " " :
7263 - learn/index.md
7364 - databases.md
7465 - db-to-code.md
7566 - environment-variables.md
7667 - virtual-environments.md
7768 - install.md
78- - Tutorial - User Guide :
69+ - " " :
7970 - tutorial/index.md
8071 - tutorial/create-db-and-table-with-db-browser.md
8172 - tutorial/create-db-and-table.md
8879 - tutorial/limit-and-offset.md
8980 - tutorial/update.md
9081 - tutorial/delete.md
91- - Connect Tables - JOIN :
82+ - " " :
9283 - tutorial/connect/index.md
9384 - tutorial/connect/create-connected-tables.md
9485 - tutorial/connect/create-connected-rows.md
9586 - tutorial/connect/read-connected-data.md
9687 - tutorial/connect/update-data-connections.md
9788 - tutorial/connect/remove-data-connections.md
98- - Relationship Attributes :
89+ - " " :
9990 - tutorial/relationship-attributes/index.md
10091 - tutorial/relationship-attributes/define-relationships-attributes.md
10192 - tutorial/relationship-attributes/create-and-update-relationships.md
@@ -104,14 +95,14 @@ nav:
10495 - tutorial/relationship-attributes/back-populates.md
10596 - tutorial/relationship-attributes/cascade-delete-relationships.md
10697 - tutorial/relationship-attributes/type-annotation-strings.md
107- - Many to Many :
98+ - " " :
10899 - tutorial/many-to-many/index.md
109100 - tutorial/many-to-many/create-models-with-link.md
110101 - tutorial/many-to-many/create-data.md
111102 - tutorial/many-to-many/update-remove-relationships.md
112103 - tutorial/many-to-many/link-with-extra-fields.md
113104 - tutorial/code-structure.md
114- - FastAPI and Pydantic :
105+ - " " :
115106 - tutorial/fastapi/index.md
116107 - tutorial/fastapi/simple-hero-api.md
117108 - tutorial/fastapi/response-model.md
@@ -125,16 +116,16 @@ nav:
125116 - tutorial/fastapi/teams.md
126117 - tutorial/fastapi/relationships.md
127118 - tutorial/fastapi/tests.md
128- - Advanced User Guide :
119+ - " " :
129120 - advanced/index.md
130121 - advanced/decimal.md
131122 - advanced/uuid.md
132- - Resources :
123+ - " " :
133124 - resources/index.md
134125 - help.md
135126 - contributing.md
136127 - management-tasks.md
137- - About :
128+ - " " :
138129 - about/index.md
139130 - alternatives.md
140131 - management.md
@@ -146,6 +137,7 @@ markdown_extensions:
146137 targets :
147138 include :
148139 - " *"
140+ zensical.extensions.macros :
149141 # Python Markdown
150142 abbr :
151143 attr_list :
@@ -194,18 +186,14 @@ markdown_extensions:
194186
195187extra :
196188 social :
197- - icon : fontawesome/brands/github-alt
198- link : https://github.com/fastapi/sqlmodel
199- - icon : fontawesome/brands/twitter
200- link : https://twitter.com/tiangolo
201- - icon : fontawesome/brands/linkedin
202- link : https://www.linkedin.com/in/tiangolo
203- - icon : fontawesome/brands/dev
204- link : https://dev.to/tiangolo
205- - icon : fontawesome/brands/medium
206- link : https://medium.com/@tiangolo
207- - icon : fontawesome/solid/globe
208- link : https://tiangolo.com
189+ - icon : octicons/mark-github-24
190+ link : https://github.com/fastapi/sqlmodel
191+ - icon : fontawesome/brands/x-twitter
192+ link : https://x.com/tiangolo
193+ - icon : fontawesome/brands/bluesky
194+ link : https://bsky.app/profile/tiangolo.com
195+ - icon : fontawesome/brands/linkedin
196+ link : https://www.linkedin.com/in/tiangolo
209197
210198extra_css :
211199 - css/termynal.css
@@ -215,5 +203,5 @@ extra_javascript:
215203 - js/termynal.js
216204 - js/custom.js
217205
218- hooks :
219- - scripts/mkdocs_hooks.py
206+ validation :
207+ unresolved_references : false
0 commit comments