Skip to content

Commit

Permalink
fix(website): apply feedbacks from beta testers (#1053)
Browse files Browse the repository at this point in the history
shortcuts authored Oct 8, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 9a89cde commit 33d78e7
Showing 5 changed files with 18 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/website/docs/manage-your-crawls.mdx
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion packages/website/docs/record-extractor.md
Original file line number Diff line number Diff line change
@@ -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.

:::

6 changes: 6 additions & 0 deletions packages/website/docs/templates.mdx
Original file line number Diff line number Diff line change
@@ -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]
1 change: 1 addition & 0 deletions packages/website/src/components/Home.js
Original file line number Diff line number Diff line change
@@ -36,6 +36,7 @@ function Home() {
href={withBaseUrl('apply')}
background="blue"
color="white"
className="apply-button"
>
Apply
</Button>,
4 changes: 4 additions & 0 deletions packages/website/src/css/custom.css
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 33d78e7

Please sign in to comment.