We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaaa535 commit 313aa66Copy full SHA for 313aa66
docs/mkdocs.yml
@@ -3,7 +3,7 @@ site_name: DSPy
3
repo_url: https://github.com/stanfordnlp/dspy
4
repo_name: stanfordnlp/dspy
5
6
-
+edit_uri: edit/main/docs/docs/
7
docs_dir: 'docs/'
8
nav:
9
- About DSPy: intro.md
@@ -98,6 +98,7 @@ theme:
98
- content.code.annotation
99
- content.code.copy
100
- navigation.footer
101
+ - content.action.edit
102
language: en
103
palette:
104
- scheme: default
@@ -114,6 +115,8 @@ theme:
114
115
accent: lime
116
icon:
117
repo: fontawesome/brands/git-alt
118
+ edit: material/pencil
119
+ view: material/eye
120
logo: static/img/dspy_logo.png
121
favicon: static/img/logo.png
122
0 commit comments