Skip to content

Commit

Permalink
Merge pull request duckdb#2377 from szarnyasg/configuration-generatio…
Browse files Browse the repository at this point in the history
…n-script

Update config page location in script
  • Loading branch information
szarnyasg authored Feb 29, 2024
2 parents f1980da + f8e42f7 commit 32d010e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_config_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
exit(1)

option_split = '## Configuration Reference'
doc_file = 'docs/sql/configuration.md'
doc_file = 'docs/configuration/overview.md'

with open(doc_file, 'r') as f:
text = f.read()
Expand Down

0 comments on commit 32d010e

Please sign in to comment.