We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf8221f commit b2a4af6Copy full SHA for b2a4af6
scripts/update_linode_docs_search_indices/main.go
@@ -36,9 +36,10 @@ type algoliaIndex struct {
36
}
37
38
// This programs updates the Algolia indices defined below.
39
-// It currently requires to be run from the project root, e.g:
40
//
41
-// ALGOLIA_ADMIN_API_KEY=<mysecret> go run ./main.go --sourcedir ../../public
+// Usage:
+//
42
+// ALGOLIA_ADMIN_API_KEY=<mysecret> update_linode_docs_search_indices --sourcedir ../../public
43
44
// Also note that you need to build the site with Hugo first.
45
func main() {
0 commit comments