Skip to content

Commit 313aa66

Browse files
committed
enable docs edit option
1 parent eaaa535 commit 313aa66

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/mkdocs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ site_name: DSPy
33
repo_url: https://github.com/stanfordnlp/dspy
44
repo_name: stanfordnlp/dspy
55

6-
6+
edit_uri: edit/main/docs/docs/
77
docs_dir: 'docs/'
88
nav:
99
- About DSPy: intro.md
@@ -98,6 +98,7 @@ theme:
9898
- content.code.annotation
9999
- content.code.copy
100100
- navigation.footer
101+
- content.action.edit
101102
language: en
102103
palette:
103104
- scheme: default
@@ -114,6 +115,8 @@ theme:
114115
accent: lime
115116
icon:
116117
repo: fontawesome/brands/git-alt
118+
edit: material/pencil
119+
view: material/eye
117120
logo: static/img/dspy_logo.png
118121
favicon: static/img/logo.png
119122

0 commit comments

Comments
 (0)