Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Releases: sourcegraph/doctree

Release of main @ 69fd2c1

23 May 21:06
69fd2c1
Compare
Choose a tag to compare
release-2022-05-23-69fd2c1

cmd/doctree: ensure data directory exists before creating autoindex f…

Release of main @ ffa2329

19 May 01:03
Compare
Choose a tag to compare
indexer/golang: add support for type declarations

![](https://user-images.githubusercontent.com/3173176/169178898-c286beb1-216c-47f4-b0bc-e9df0f91196e.png)

Signed-off-by: Stephen Gutekanst <[email protected]>

Release of main @ eee990f

19 May 19:45
Compare
Choose a tag to compare
release-2022-05-19-eee990f

README: update v0.1 release status

Release of main @ a0ec511

19 May 02:00
Compare
Choose a tag to compare
indexer/markdown: prevent page titles from being too long

Signed-off-by: Stephen Gutekanst <[email protected]>

Release of main @ d67d70b

18 May 00:29
Compare
Choose a tag to compare
indexer/zig: fix build

Signed-off-by: Stephen Gutekanst <[email protected]>

Release of main @ cf358ee

18 May 04:04
Compare
Choose a tag to compare
frontend: add doctree.org-specific index.html

so we can gather very basic usage numbers of doctree.org using Plausible (https://plausible.io/)

> Simple and privacy-friendly Google Analytics alternative

This is ONLY used on doctree.org, never on self-hosted/local instances (which should never contact
public internet without permission.) We just use it to see if people are actually using doctree.org
and if we should continue developing it.

You can view the same metrics we do, publicly, here: https://plausible.io/doctree.org

Signed-off-by: Stephen Gutekanst <[email protected]>

Release of main @ ca42dad

18 May 03:45
Compare
Choose a tag to compare
search: support filtering by language

Now if you prefix your search query with `go`, `golang`, `md`, `markdown`, `python`, `py`, etc.
it will only search results for that language.

Signed-off-by: Stephen Gutekanst <[email protected]>

Release of main @ aa0a9e3

18 May 04:31
Compare
Choose a tag to compare
frontend: add opengraph meta tags

How it looks:

![](https://user-images.githubusercontent.com/3173176/168956155-265a2f9b-b5d7-460b-8445-e4aa6dc5d5c3.png)

Signed-off-by: Stephen Gutekanst <[email protected]>

Release of main @ a062cc3

18 May 19:01
Compare
Choose a tag to compare
search: annotate 'intentful' queries, so we can provide better results

The idea here is that as you type, we debounce the query input for 50ms
(to reduce outbound requests) and provide as-you-type fast results. Then,
once you stop typing for 500ms that is an 'intentful' query, not an autocomplete=true
one. This gives the server a chance to do more work to find better results,
e.g. digging deeper for more relevant results.

This also gives the server a chance to log queries for human review, so
we can see if people are getting good results or not, if there are errors,
etc. (just on doctree.org, and not associated with any user/IP.)

Signed-off-by: Stephen Gutekanst <[email protected]>

Release of main @ 76278d0

18 May 02:23
Compare
Choose a tag to compare
frontend: add search input on project pages

Signed-off-by: Stephen Gutekanst <[email protected]>