Skip to content
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

fix(website): apply feedbacks from beta testers #1053

Merged
merged 1 commit into from
Oct 8, 2021
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
6 changes: 6 additions & 0 deletions packages/website/docs/manage-your-crawls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
title: Manage your crawls
---

:::info

The following content is for **[the new DocSearch infrastructure](/docs/migrating-from-legacy)**. If you haven't received an email to migrate your account yet, please refer to the **[legacy](/docs/legacy/dropdown)** documentation.

:::

import useBaseUrl from '@docusaurus/useBaseUrl';

DocSearch comes with the [Algolia Crawler web interface](https://crawler.algolia.com/) that allows you to configure how and when your Algolia index will be populated.
Expand Down
2 changes: 1 addition & 1 deletion packages/website/docs/record-extractor.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Record Extractor

:::info

The following content is for **[DocSearch v3][2]** and **[its new infrastructure][5]**. If you are using **[DocSearch v2][3]** or the **[docsearch-scraper][6]**, see the **[legacy][4]** documentation.
The following content is for **[the new DocSearch infrastructure](/docs/migrating-from-legacy)**. If you haven't received an email to migrate your account yet, please refer to the **[legacy](/docs/legacy/dropdown)** documentation.

:::

Expand Down
6 changes: 6 additions & 0 deletions packages/website/docs/templates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
title: Config templates
---

:::info

The following content is for **[the new DocSearch infrastructure](/docs/migrating-from-legacy)**. If you haven't received an email to migrate your account yet, please refer to the **[legacy](/docs/legacy/dropdown)** documentation.

:::

import useBaseUrl from '@docusaurus/useBaseUrl';

To help you create the best search experience for your users, we provide config templates for multiple websites generators. If you'd like to add a new template to our list, or believe we should update an existing one, please [send us an email][1] or [open a pull request][2]
Expand Down
1 change: 1 addition & 0 deletions packages/website/src/components/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ function Home() {
href={withBaseUrl('apply')}
background="blue"
color="white"
className="apply-button"
>
Apply
</Button>,
Expand Down
4 changes: 4 additions & 0 deletions packages/website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ html[data-theme='dark'] .docsearch-logo {
color: #fff;
}

.apply-button:hover {
color: #fff;
}

/* GitHub */
.header-github-link:hover {
opacity: 0.6;
Expand Down