-
Notifications
You must be signed in to change notification settings - Fork 805
feat: new search index and auto scraping in CI #1082
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
85fb3b5
meilisearch evaluation
FabianLars 77b4005
correctly group categories
FabianLars a61fc22
dry-run automatic index update
FabianLars a4b7353
use api key from secret
FabianLars a556d5c
temporarily use default searchbar css
FabianLars 7590685
throw together some fixes for our custom css
FabianLars d21e5f8
don't overflow/no-wrap title
FabianLars e2ed1e6
Delete algolia.html
FabianLars 209bf09
revert SearchBar/index.js changes
FabianLars 357767f
typo
FabianLars 0de1a7c
Switch to meilisearch cloud!!!
FabianLars ada5030
test scraper upload
FabianLars 51305f4
revert test
FabianLars 654c0ae
update netlify action
FabianLars be8f46b
line clamp
FabianLars 73694dd
don't include function signature in text selector
FabianLars File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
{ | ||
"index_uid": "docs-v1", | ||
"start_urls": [ | ||
{ | ||
"url": "https://tauri.app/v1/guides/", | ||
"selectors_key": "guides" | ||
}, | ||
{ | ||
"url": "https://tauri.app/v1/api/js/", | ||
"selectors_key": "api-js" | ||
}, | ||
{ | ||
"url": "https://tauri.app/v1/references/", | ||
"selectors_key": "references" | ||
}, | ||
"https://tauri.app/v1/" | ||
], | ||
"sitemap_urls": ["https://tauri.app/sitemap.xml"], | ||
"stop_urls": [], | ||
"selectors": { | ||
"default": { | ||
"lvl0": "article h1", | ||
"lvl1": "article h2", | ||
"lvl2": "article h3", | ||
"lvl3": "article h4", | ||
"lvl4": "article h5", | ||
"text": "article p, article li" | ||
}, | ||
"guides": { | ||
"lvl0": { | ||
"selector": "", | ||
"default_value": "Documentation" | ||
}, | ||
"lvl1": "article h1", | ||
"lvl2": "article h2", | ||
"lvl3": "article h3", | ||
"lvl4": "article h4", | ||
"lvl5": "article h5", | ||
"text": "article p, article li" | ||
}, | ||
"api-js": { | ||
"lvl0": { | ||
"selector": "", | ||
"default_value": "JS API" | ||
}, | ||
"lvl1": "article h1", | ||
"lvl2": "article h2", | ||
"lvl3": "article h3", | ||
"lvl4": "article h4", | ||
"lvl5": "article h5", | ||
"text": "article :not(blockquote) > p, article li" | ||
}, | ||
"references": { | ||
"lvl0": { | ||
"selector": "", | ||
"default_value": "References" | ||
}, | ||
"lvl1": "article h1", | ||
"lvl2": "article h2", | ||
"lvl3": "article h3", | ||
"lvl4": "article h4", | ||
"lvl5": "article h5", | ||
"text": "article p, article li" | ||
} | ||
} | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.