Skip to content

Commit 4a8ae37

Browse files
fix: Removing summary section from README again
1 parent 13c7ba9 commit 4a8ae37

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -23,27 +23,6 @@ await glean.indexing.documents.index({ /* document data */ });
2323

2424
Remember that each namespace requires its own authentication token type as described in the [Authentication Methods](#authentication-methods) section.
2525

26-
<!-- Start Summary [summary] -->
27-
## Summary
28-
29-
Glean API: # Introduction
30-
In addition to the data sources that Glean has built-in support for, Glean also provides a REST API that enables customers to put arbitrary content in the search index. This is useful, for example, for doing permissions-aware search over content in internal tools that reside on-prem as well as for searching over applications that Glean does not currently support first class. In addition these APIs allow the customer to push organization data (people info, organization structure etc) into Glean.
31-
32-
# Usage guidelines
33-
This API is evolving fast. Glean will provide advance notice of any planned backwards incompatible changes along
34-
with a 6-month sunset period for anything that requires developers to adopt the new versions.
35-
36-
# API Clients
37-
Official API clients for the Glean Indexing API are available in multiple languages:
38-
39-
- [Python](https://github.com/gleanwork/api-client-python)
40-
- [TypeScript](https://github.com/gleanwork/api-client-typescript)
41-
- [Go](https://github.com/gleanwork/api-client-go)
42-
- [Java](https://github.com/gleanwork/api-client-java)
43-
44-
These API clients provide type-safe, idiomatic interfaces for working with Glean IndexingAPIs in your language of choice.
45-
<!-- End Summary [summary] -->
46-
4726
<!-- Start Table of Contents [toc] -->
4827
## Table of Contents
4928
<!-- $toc-max-depth=2 -->

0 commit comments

Comments
 (0)