Skip to content

Commit

Permalink
Merge pull request #295 from ulitol97/master
Browse files Browse the repository at this point in the history
Fixed website generation
  • Loading branch information
ulitol97 authored Mar 3, 2022
2 parents 42f28bb + dca5def commit 3291c16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/sidebars.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {customFields} from "./docusaurus.config"

const {scalaDocUrl, apiDocsUrl} = customFields
// Cannot be imported outside of module
const scalaDocUrl = "https://www.weso.es/rdfshape-api/api/es/weso/rdfshape/"
const apiDocsUrl = "https://app.swaggerhub.com/apis-docs/weso/RDFShape/"

module.exports = {
// Generate a sidebar from the docs folder structure
Expand Down

0 comments on commit 3291c16

Please sign in to comment.