[docs] Fix build error and add a Yarn troubleshooting page (#770)
Docs only change.
This commit is contained in:
commit
2ed8429df8
3 changed files with 20 additions and 0 deletions
|
@ -7,6 +7,7 @@ export default defineConfig({
|
|||
description: "Documentation and help for Ente's products",
|
||||
head: [["link", { rel: "icon", type: "image/png", href: "/favicon.png" }]],
|
||||
cleanUrls: true,
|
||||
ignoreDeadLinks: 'localhostLinks',
|
||||
themeConfig: {
|
||||
// We use the default theme (with some CSS color overrides). This
|
||||
// themeConfig block can be used to further customize the default theme.
|
||||
|
|
|
@ -89,6 +89,15 @@ export const sidebar = [
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
text: "Troubleshooting",
|
||||
items: [
|
||||
{
|
||||
text: "Yarn",
|
||||
link: "/self-hosting/troubleshooting/yarn",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
10
docs/docs/self-hosting/troubleshooting/yarn.md
Normal file
10
docs/docs/self-hosting/troubleshooting/yarn.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: Yarn errors
|
||||
description: Fixing yarn install errors when trying to self host Ente
|
||||
---
|
||||
|
||||
# Yarn
|
||||
|
||||
If your `yarn install` is failing, make sure you are using Yarn Classic
|
||||
|
||||
* https://classic.yarnpkg.com/lang/en/docs/install
|
Loading…
Add table
Reference in a new issue