Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Keene committed Nov 27, 2023
1 parent 89ad637 commit ed978d5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 145 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Build output to publish to the `gh-pages` branch:
publish_dir: ./api-docs/build
# The following lines assign commit authorship to the official
# GH-Actions bot for deploys to `gh-pages` branch:
# https://github.com/actions/checkout/issues/13#issuecomment-724415212
# The GH actions bot is used by default if you didn't specify the two fields.
# You can swap them out with your own user credentials.
user_name: github-actions[bot]
user_email: 41898282+github-actions[bot]@users.noreply.github.com
131 changes: 0 additions & 131 deletions api-docs/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions api-docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@ const config = {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
},
algolia: {
appId: 'CTW375YOEO',
apiKey: '407eaebe5a9a3e73a4d9854d1969fbb6',
indexName: 'snowplow-javascript-tracker',
contextualSearch: true,
},
}),
};

Expand Down

0 comments on commit ed978d5

Please sign in to comment.