Skip to content

Releases: abhinav/doc2go

v0.8.1

13 Feb 03:50
66735a7
Compare
Choose a tag to compare

Fixed

  • -rel-link-style: Don't generate trailling '/' for static assets.

v0.8.0

12 Feb 01:08
d024db8
Compare
Choose a tag to compare

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

20 Jan 04:35
4534a28
Compare
Choose a tag to compare

Added

  • Initial support for versioned documentation with -subdir. Thanks to @3052.

Fixed

  • Fix some internal packages still being listed without -internal. Thanks to @3052.
  • Don't include vendor directories.

v0.6.0

15 Nov 02:47
3397439
Compare
Choose a tag to compare

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

11 Nov 04:45
Compare
Choose a tag to compare

Fixed

  • Re-release to fix partially broken release process.

v0.5.1

11 Nov 04:40
Compare
Choose a tag to compare

Fixed

  • Fix -rel-link-style being ignored for links inside source code blocks.

v0.5.0

03 Aug 20:49
00c2639
Compare
Choose a tag to compare

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

27 Jan 05:19
9ce7c0b
Compare
Choose a tag to compare

Fixed

  • Fix paths to subdirectories on Windows.

v0.4.0

20 Jan 04:41
Compare
Choose a tag to compare

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

19 Jan 03:55
809a7a4
Compare
Choose a tag to compare

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.