This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
Releases: sourcegraph/doctree
Releases · sourcegraph/doctree
Release of main @ 69fd2c1
release-2022-05-23-69fd2c1 cmd/doctree: ensure data directory exists before creating autoindex f…
Release of main @ ffa2329
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
release-2022-05-19-eee990f README: update v0.1 release status
Release of main @ a0ec511
indexer/markdown: prevent page titles from being too long Signed-off-by: Stephen Gutekanst <[email protected]>
Release of main @ d67d70b
indexer/zig: fix build Signed-off-by: Stephen Gutekanst <[email protected]>
Release of main @ cf358ee
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
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
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
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
frontend: add search input on project pages Signed-off-by: Stephen Gutekanst <[email protected]>