Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ Note that technically, <prerelease.quarto.org> is also a deploy preview on Netli
- For `prerelease` branch, we use `git cherry-pick` the commit from main following previous above step.
- Then we trigger the `publish.yml` workflow with `workflow_call` event trigger for each of the branch.

- `upload-index.yml` - This workflow is triggered by a cron schedule. It updates the indexes for Algolia search engine, which powers the sites search.
- `search.json` is built when the website is rendered and then it is deployed to the website.
- This index file is retrieved on deployed website to be updated on Algolia.
- Both `quarto.org` and `prerelease.quarto.org` indexes are updated in the same run - they each use one specific algolia index

- `draft-check.yml` - A lightweight workflow that detects `draft: true` pages among changed `.qmd` files. Runs on all PRs to `main` and `prerelease` with no `paths-ignore`, so it always creates a status check.
- Uses the reusable composite action at `.github/workflows/actions/detect-drafts/`.
- Configured as a required status check on `main` (`check-drafts` job), blocking merge until `draft: true` is removed.
Expand Down
57 changes: 0 additions & 57 deletions .github/workflows/algolia-config.json

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/test-algolia-upload.yml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/upload-algolia.rb

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/upload-index.yml

This file was deleted.

3 changes: 0 additions & 3 deletions _quarto-prerelease-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ website:
content: "Pre-release (v{{< meta version >}}) Documentation: [Download v{{< meta version >}}](/docs/download/prerelease.qmd), [Current Release Docs](http://quarto.org) "
navbar:
pinned: true
search:
algolia:
index-name: prerelease_QUARTO

format:
html:
Expand Down
8 changes: 0 additions & 8 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
project:
type: website
output-dir: _site
post-render:
- _tools/algolia-add-custom-attribute.ts
resources:
- "/docs/download/_download.json"
- "/docs/download/_prerelease.json"
Expand Down Expand Up @@ -31,12 +29,6 @@ website:
search:
show-item-context: true
type: overlay
algolia:
index-name: prod_QUARTO
application-id: ZPJB5I1QN7
search-only-api-key: 49ee55c4d51cbb25a06182d9eef55814
analytics-events: true
show-logo: true
page-footer:
left: |
Proudly supported by
Expand Down
1 change: 0 additions & 1 deletion _tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Utility scripts for the quarto-web project. Run with `quarto run` (TypeScript, R
| Script | Language | Description |
|--------|----------|-------------|
| `publish-date.ts` | TypeScript | Set a blog post date to today and rename its directory to match |
| `algolia-add-custom-attribute.ts` | TypeScript | Post-render hook: adds custom attributes to Algolia search index |
| `reference.ts` | TypeScript | Generate reference documentation |
| `reference-cli-generate-md.R` | R | Generate CLI reference markdown |
| `gallery-screenshot.R` | R | Capture gallery screenshots |
Expand Down
15 changes: 0 additions & 15 deletions _tools/algolia-add-custom-attribute.ts

This file was deleted.

Binary file removed search-by-algolia.png
Binary file not shown.