title |
---|
Changelog |
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.
- -rel-link-style: Don't generate trailling '/' for static assets.
- 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
.
- Standalone website: Include a link to the package index on top.
- Standalone: Don't show "Index" link in navbar on pages without an Index.
- Initial support for versioned documentation with -subdir. Thanks to @3052.
- Fix some internal packages still being listed without -internal. Thanks to @3052.
- Don't include vendor directories.
- Include example tests in generated documentation.
- Frontmatter templates may now use
.Name
to handle the various title selection cases.
- Standalone website shows deprecated elements as collapsed by default.
- Re-release to fix partially broken release process.
- Fix -rel-link-style being ignored for links inside source code blocks.
- 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.
- Fix paths to subdirectories on Windows.
- 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.
- 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.
- 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.
- Add '-home' flag to change the landing page of the generated website.
- Resolve intermittent "No non-test Go files" messages for uncompiled packages.
- Initial release.