From 2965e08dff836f178cbef9a2c67cad8d6a497eda Mon Sep 17 00:00:00 2001 From: Jason Liu Date: Wed, 8 Nov 2023 00:45:24 -0500 Subject: [PATCH] update docs --- mkdocs.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index ea49d42..b259b4f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,11 +4,14 @@ site_description: Enhancing OpenAI function calling with Pydantic repo_name: instructor repo_url: https://github.com/jxnl/instructor/ site_url: https://jxnl.github.io/instructor/ +edit_uri: edit/main/docs/ copyright: Copyright © 2023 Jason Liu theme: name: material icon: repo: fontawesome/brands/github + edit: material/pencil + view: material/eye features: - announce.dismiss - content.action.edit @@ -80,8 +83,8 @@ markdown_extensions: - pymdownx.magiclink: normalize_issue_symbols: true repo_url_shorthand: true - user: squidfunk - repo: mkdocs-material + user: jxnl + repo: instructor - pymdownx.mark - pymdownx.smartsymbols - pymdownx.snippets: