Skip to content

Commit 944b295

Browse files
change text in frontpage (#7)
* change text in frontpage * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d2819f3 commit 944b295

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const editUrl = {
1111
/** @type {import('@docusaurus/types').Config} */
1212
const config = {
1313
title: "🚧 cf-infra-docs 🚧",
14-
tagline: "Supporting documentation for the CZI EOSS5 grant for conda-forge",
14+
tagline: "Draft documentation for conda-forge infrastructure",
1515
url: "https://cf-infra-docs.netlify.app/",
1616
baseUrl: "/",
1717
onBrokenLinks: "throw",

src/pages/index.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ function HomepageHeader() {
1515
<h1 className="hero__title">{siteConfig.title}</h1>
1616
<p className="hero__subtitle">{siteConfig.tagline}</p>
1717
<div className={styles.buttons}>
18-
<Link
19-
className="button button--secondary button--lg"
20-
to="https://github.com/Quansight-Labs/czi-conda-forge-mgmt"
21-
>
22-
More info ➡️
18+
<Link className="button button--secondary button--lg" to="/docs/">
19+
Start reading ➡️
2320
</Link>
2421
</div>
2522
</div>

0 commit comments

Comments
 (0)