Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Overview

This folder contains the scripts needed to automatically update the list of embedded repos on Sourcegraph.com. It calls the RepoEmbeddingJobs GraphQL endpoint to generate the list of embeddings and converts it into markdown.

Development

To work on this file:

  1. get access from here
  2. set access token set SOURCEGRAPH_DOCS_ACCESS_TOKEN=<access_token> or hard code const access_token = <access_token>
  3. run ts-node src/index.ts

Alternatively you can also:

  1. run pnpm run start