Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 10, 2022
1 parent c572622 commit 534c4d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.2.2

- Improved table of contents and source links ([@helins](https://github.com/helins))
- Support wiki syntax for var linking: `[[foo]]` ([@helins](https://github.com/helins))
- Upgrade clj-kondo to 2022.10.05

## v0.1.1

- [#14](https://github.com/borkdude/quickdoc/issues/14): Skip vars defined in comments
Expand Down
2 changes: 1 addition & 1 deletion bb.edn
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
:task (api/quickdoc {:git/branch "main"
:source-uri "https://dev.azure.com/company/_git/project?path={filename}&version=GBmain&_a=contents&line={row}&lineEnd={end-row}&lineStartColumn={col}&lineEndColumn={end-col}&lineStyle=plain"
:toc true
:outfile "API2.md"})}}}
:outfile "API.md"})}}}

0 comments on commit 534c4d0

Please sign in to comment.