Report and bail on broken links (#13540)
This commit is contained in:
@ -6,7 +6,8 @@ module.exports = {
|
||||
baseUrl: "/",
|
||||
favicon: "img/favicon.ico",
|
||||
organizationName: "solana-labs", // Usually your GitHub org/user name.
|
||||
projectName: "solana", // Usually your repo name.
|
||||
projectName: "solana", // Usually your repo name.
|
||||
onBrokenLinks: 'throw',
|
||||
themeConfig: {
|
||||
navbar: {
|
||||
logo: {
|
||||
@ -21,7 +22,7 @@ module.exports = {
|
||||
position: "left",
|
||||
},
|
||||
{
|
||||
to: "apps",
|
||||
to: "developing/programming-model/overview",
|
||||
label: "Develop",
|
||||
position: "left",
|
||||
},
|
||||
|
Reference in New Issue
Block a user