Skip to content

vtexdocs/devportal-docsearch-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algolia Docsearch Action

This action runs the docsearch scraper and updates an index.

Inputs

algolia_application_id

Required Algolia docsearch APPLICATION_ID

algolia_api_key

Required Algolia docsearch API_KEY

file

Required File to specify the location of the scraper config. Select mdx or openapi config.

Example usage

jobs:
  build:
    runs-on: ubuntu-latest
    name: Scraper mdx files running
    steps:
    - uses: actions/checkout@v2
    - uses: vtexdocs/devportal-docsearch-action@main
      with:
        algolia_application_id: 'XXXXXXXXX'
        algolia_api_key: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx123'
        file: './configs/scraper_md.json'

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •