Skip to content

Releases: sourcegraph/docsite

v1.8.2

27 Sep 07:23
4ea4ea8
Compare
Choose a tag to compare

Changelog

  • Add support for more metadata intended for SEO use
    • Add optional root_url settings to config.json, making it available for SEO tags that expects absolute urls.
    • Add the following optional metadata entries description, category, imageURL, type, tags that are assignable in the front matter of Markdown files.
    • Unknown metadata fed to the front matter will raise an error when running docsite check

v1.8.1

24 Mar 21:53
f2d9751
Compare
Choose a tag to compare

Changelog

  • Fix issue with plaintext code blocks not rendering

v1.8.0

24 Mar 20:14
44d6844
Compare
Choose a tag to compare

Changelog

  • Add highlighting for the sourcegraph query language

v1.7.0

03 Feb 22:10
179a629
Compare
Choose a tag to compare

Changelog

179a629 Check versioned requests that 404 for possible redirects (#68)
6bca3f4 Use first heading for title (#63)

v1.6.0

01 Oct 05:59
@sqs sqs
Compare
Choose a tag to compare
support checking for content file existence in template

v1.5.0

10 Aug 09:46
0ea80bc
Compare
Choose a tag to compare

v1.4.0

20 Feb 15:08
Compare
Choose a tag to compare

Changelog

61231fb Produce LSIF data for each commit for fast/precise code nav (#34)
8df06ae Use gomod import for blackfriday
bcb5e03 add gorealeaser.yml (#36)
07cc8f0 fix determination of page title when page contains leading HTML comments
d424963 markdown: remove setting code block background color to #fff (#37)
6f89f12 refresh site data in background when cache expiration is hit (#35)
4b5f0fe use standard go names in release tarballs

v1.1.0

10 Nov 04:52
@sqs sqs
Compare
Choose a tag to compare
improve markdown RenderText joining algorithm

v1.0.5

09 Nov 13:29
@sqs sqs
Compare
Choose a tag to compare
add document search

v1.0.4

09 Nov 07:03
@sqs sqs
Compare
Choose a tag to compare
build and release in CI