mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-26 21:18:47 +02:00
Change baseUrl to "/" for docusaurus.io
This commit is contained in:
parent
06cef7bea0
commit
ce29a19eea
3 changed files with 9 additions and 9 deletions
|
@ -13,14 +13,14 @@ const CompLibrary = require("../../core/CompLibrary.js");
|
|||
const Container = CompLibrary.Container;
|
||||
const GridBlock = CompLibrary.GridBlock;
|
||||
|
||||
const siteConfig = require(process.cwd() + "/siteConfig.js");
|
||||
// const siteConfig = require(process.cwd() + "/siteConfig.js");
|
||||
|
||||
class Help extends React.Component {
|
||||
render() {
|
||||
const supportLinks = [
|
||||
{
|
||||
content:
|
||||
"Learn more using the [documentation on this site](/docusaurus/docs/en/getting-started.html).",
|
||||
"Learn more using the [documentation on this site](/docs/installation.html).",
|
||||
title: "Browse Docs"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue