Skip to content

Commit

Permalink
Social Images (#46)
Browse files Browse the repository at this point in the history
* add social

* update social

* example
  • Loading branch information
jxnl authored Jul 8, 2023
1 parent b62405a commit 8604848
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
site_name: OpenAI Function call
site_name: OpenAI Function Call
theme:
name: material
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
plugins:
- social
- mkdocstrings:
handlers:
python:
Expand All @@ -14,6 +15,7 @@ plugins:
allow_inspection: true
show_bases: true
repo_url: https://github.com/jxnl/openai_function_call
site_url: https://openai-function-call.vercel.app
markdown_extensions:
- pymdownx.critic
- pymdownx.caret
Expand Down
4 changes: 3 additions & 1 deletion requirements-doc.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
mkdocs-material
mkdocstrings
mkdocstrings-python
mkdocstrings-python
pillow
cairosvg

0 comments on commit 8604848

Please sign in to comment.