Releases: abhinav/doc2go
Releases · abhinav/doc2go
v0.8.1
v0.8.0
Added
- Standalone website: Include a favicon on all generated pages.
- Standalone: Add a "Root" link to the navbar, going to the top-level page. With
-subdir
, this will be the sub-directory listing. - Add -pkg-version flag to include a version number on pages in the standalone website.
- Add -pagefind flag to enable or disable client-side search. By default, it's enabled if pagefind is found on
$PATH
.
Changed
- Standalone website: Include a link to the package index on top.
Fixed
- Standalone: Don't show "Index" link in navbar on pages without an Index.
v0.7.0
v0.6.0
Added
- Include example tests in generated documentation.
- Frontmatter templates may now use
.Name
to handle the various title selection cases.
Changed
- Standalone website shows deprecated elements as collapsed by default.
v0.5.2
Fixed
- Re-release to fix partially broken release process.
v0.5.1
Fixed
- Fix -rel-link-style being ignored for links inside source code blocks.
v0.5.0
Added
- Add a
-rel-link-style
flag to change how relative links are rendered. Use 'directory' as an argument to add trailing slashes to relative links.
v0.4.1
Fixed
- Fix paths to subdirectories on Windows.
v0.4.0
Added
- Include a small footer on standalone pages
indicating the page was generated by doc2go. - Add support for reading configuration from a file.
Defaults to reading from doc2go.rc;
can be changed with the '-config' flag.
v0.3.0
Added
- Added
-highlight
flag to control syntax highlighting. - Added
-highlight-print-css
flag to
extract the CSS for a syntax highlighting theme. - Added
-highlight-list-themes
flag to
list available syntax highlighting themes.
Changed
- Code blocks in generated HTML are now syntax highlighted server-side.
The default theme is richer than the prior default.
Use-highlight=plain
for output similar to the old behavior.