Skip to content

Commit

Permalink
Upgrade docs theme for new search experience (#8768)
Browse files Browse the repository at this point in the history
* Configure algolia indexing

* Bump docs theme version

* Use node 14 for algolia transform

* Remove .nvmrc, use NODE_VERSION env variable

* Bump docs theme version

* Upgrade docs theme

* Upgrade docs theme

* Upgrade docs theme

* Upgrade docs theme

* Upgrade docs theme

* Upgrade docs theme

* docs: added missing colon in Caching Redirects

* Bump theme to v5

Co-authored-by: Janessa Garrow <janessa@apollographql.com>
Co-authored-by: Efstathios Ntonas <xboxlivegradmin@gmail.com>
  • Loading branch information
3 people committed Sep 10, 2021
1 parent b208f74 commit f73e7be
Show file tree
Hide file tree
Showing 6 changed files with 1,026 additions and 534 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -56,3 +56,6 @@ docs/public/*
junit.xml

.rpt2_cache

# Local Netlify folder
.netlify
3 changes: 2 additions & 1 deletion docs/gatsby-config.js
@@ -1,13 +1,14 @@
const themeOptions = require('gatsby-theme-apollo-docs/theme-options');

module.exports = {
pathPrefix: '/docs/react',
plugins: [
{
resolve: 'gatsby-theme-apollo-docs',
options: {
...themeOptions,
root: __dirname,
pathPrefix: '/docs/react',
algoliaIndexName: 'react',
subtitle: 'Client (React)',
description: 'A guide to using the Apollo GraphQL Client with React',
githubRepo: 'apollographql/apollo-client',
Expand Down

0 comments on commit f73e7be

Please sign in to comment.