Skip to content

Commit a626c06

Browse files
authored
fix(pkg-py): Close #139. Fix CHANGELOG link; properly gitignore (#151)
1 parent c7896c0 commit a626c06

File tree

3 files changed

+2
-60
lines changed

3 files changed

+2
-60
lines changed

pkg-py/docs/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*.quarto_ipynb
55
objects.txt
66
objects.json
7-
changelog.md
7+
CHANGELOG.md
88

99
# Ignore quartodoc artifacts, these are built in CI
1010
_sidebar-python.yml

pkg-py/docs/CHANGELOG.md

Lines changed: 0 additions & 58 deletions
This file was deleted.

pkg-py/docs/_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ website:
3333
- text: API Reference
3434
href: reference/index.qmd
3535
- text: Changelog
36-
href: /changelog.html
36+
href: /CHANGELOG.html
3737
- icon: github
3838
href: https://github.com/posit-dev/querychat
3939
aria-label: GitHub repository

0 commit comments

Comments
 (0)