fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

Select the types of activity you want to include in your feed.

Add a doc/query_syntax.md page (#539)

This just links to the HTML source where there are already example
queries. This will help with discovery and linking people to docs where
they aren't running a local Zoekt instance.

author
Dylan
committer
GitHub
date (Mar 3, 2023, 6:34 PM +0100) commit 120aebf6 parent ce2447eb
+5
+5
doc/query_syntax.md
··· 1 + # Query syntax 2 + 3 + Query syntax examples can be found on the index page of a running Zoekt webserver. 4 + These 5 + [example queries can also be viewed in the corresponding HTML template](../web/templates.go#L158).