File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,16 @@ const lightCodeTheme = require("prism-react-renderer/themes/github");
5
5
const darkCodeTheme = require ( "prism-react-renderer/themes/dracula" ) ;
6
6
7
7
const editUrl = {
8
- editUrl : "https://github.com/quansight-labs/cf-infra-docs /tree/main/" ,
8
+ editUrl : "https://github.com/conda-forge/conda-forge.github.io /tree/main/" ,
9
9
} ;
10
10
11
11
/** @type {import('@docusaurus/types').Config } */
12
12
const config = {
13
13
title : "conda-forge | community-driven packaging for conda" ,
14
14
url : "https://conda-forge.org/" ,
15
15
baseUrl : "/" ,
16
- onBrokenLinks : "warn " ,
17
- onBrokenMarkdownLinks : "warn " ,
16
+ onBrokenLinks : "throw " ,
17
+ onBrokenMarkdownLinks : "throw " ,
18
18
favicon : "img/favicon.ico" ,
19
19
trailingSlash : undefined ,
20
20
staticDirectories : [ 'static' , 'static-sphinx' ] ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export default function Header() {
25
25
</ h1 >
26
26
< div className = { styles . header_content_input } >
27
27
< Link
28
- to = "/ docs/getting-started "
28
+ to = "pathname:/// docs/"
29
29
className = "button button--secondary button--lg homepage_button"
30
30
>
31
31
Explore conda-forge
Original file line number Diff line number Diff line change
1
+ conda-forge.org
You can’t perform that action at this time.
0 commit comments